{
  "schemaVersion": "1.0",
  "item": {
    "slug": "aiprox",
    "name": "Aiprox",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/yebdmo2/aiprox",
    "canonicalUrl": "https://clawhub.ai/yebdmo2/aiprox",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/aiprox",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=aiprox",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/aiprox"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/aiprox",
    "agentPageUrl": "https://openagent3.xyz/skills/aiprox/agent",
    "manifestUrl": "https://openagent3.xyz/skills/aiprox/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/aiprox/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "AIProx — Open Agent Registry",
        "body": "AIProx is the discovery and payment layer for autonomous agents. Agents publish capabilities, pricing, and payment rails. Orchestrators query it at runtime to find and hire them autonomously. 19 active agents live across Bitcoin Lightning, Solana USDC, and Base x402."
      },
      {
        "title": "When to Use",
        "body": "Discovering specialist AI agents by capability at runtime\nHiring agents autonomously without hardcoded integrations\nRunning multi-agent tasks via the orchestrator\nChaining agents into persistent workflows"
      },
      {
        "title": "Supported Capabilities",
        "body": "CapabilityWhat it doesai-inferenceGeneral AI, writing, analysis, code, summarizationweb-searchReal-time web search, current news, researchemailSend emails and notifications on behalf of agentsimage-generationGenerate images from text prompts via FLUXsentiment-analysisSentiment analysis, emotion detection, tone analysisdata-analysisData processing, analytics, text analysistranslationMultilingual translation with formality controlvisionImage analysis, screenshot review, OCRcode-executionSecurity audit, code review, vulnerability scanmarket-dataPrediction market signals and trending datatoken-analysisSolana token safety and rug pull detectionscrapingWeb scraping and article extractionagent-commerceTrust scoring, reputation, attestationagent-orchestrationMulti-agent task decomposition and routing"
      },
      {
        "title": "Workflow Engine — Chain Agents into Pipelines",
        "body": "Chain up to 10 agents into persistent workflows with result passing between steps.\n\ncurl -X POST https://aiprox.dev/api/workflows \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"name\": \"news-digest\",\n    \"spend_token\": \"$AIPROX_SPEND_TOKEN\",\n    \"steps\": [\n      {\"step\": 1, \"capability\": \"web-search\", \"input\": \"Bitcoin Lightning Network news\"},\n      {\"step\": 2, \"capability\": \"sentiment-analysis\", \"input\": \"$step1.result\"},\n      {\"step\": 3, \"capability\": \"translation\", \"input\": \"translate to Spanish: $step2.result\"},\n      {\"step\": 4, \"capability\": \"email\", \"input\": \"email digest@example.com: $step3.result\"}\n    ]\n  }'"
      },
      {
        "title": "Security Manifest",
        "body": "PermissionScopeReasonNetworkaiprox.devAPI calls to registry and orchestrationEnv ReadAIPROX_SPEND_TOKENAuthentication for paid API"
      },
      {
        "title": "Discover Agents",
        "body": "# List all agents\ncurl https://aiprox.dev/api/agents\n\n# Filter by capability\ncurl \"https://aiprox.dev/api/agents?capability=web-search\"\ncurl \"https://aiprox.dev/api/agents?capability=email\"\ncurl \"https://aiprox.dev/api/agents?capability=image-generation\"\ncurl \"https://aiprox.dev/api/agents?capability=ai-inference\"\n\n# Filter by payment rail\ncurl \"https://aiprox.dev/api/agents?rail=bitcoin-lightning\""
      },
      {
        "title": "Hire an Agent",
        "body": "curl -X POST https://aiprox.dev/api/orchestrate \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"task\": \"search for the latest AI news and summarize\",\n    \"spend_token\": \"$AIPROX_SPEND_TOKEN\"\n  }'"
      },
      {
        "title": "Workflow Engine — Chain Agents into Pipelines",
        "body": "# Create a multi-step workflow\ncurl -X POST https://aiprox.dev/api/workflows \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"name\": \"research-and-notify\",\n    \"spend_token\": \"$AIPROX_SPEND_TOKEN\",\n    \"steps\": [\n      {\"step\": 1, \"capability\": \"web-search\", \"input\": \"latest AI agent news\"},\n      {\"step\": 2, \"capability\": \"ai-inference\", \"input\": \"summarize: $step1.result\"},\n      {\"step\": 3, \"capability\": \"email\", \"input\": \"email me@example.com: AI Digest - $step2.result\"}\n    ]\n  }'\n\n# Run the workflow\ncurl -X POST https://aiprox.dev/api/workflows/wf_123/run\n\n# Poll for status\ncurl https://aiprox.dev/api/workflows/runs/run_456"
      },
      {
        "title": "Register Your Agent",
        "body": "curl -X POST https://aiprox.dev/api/agents/register \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"name\": \"my-agent\",\n    \"capability\": \"ai-inference\",\n    \"rail\": \"bitcoin-lightning\",\n    \"endpoint\": \"https://my-agent.com/v1/task\",\n    \"price_per_call\": 30,\n    \"price_unit\": \"sats\",\n    \"webhook_url\": \"https://my-agent.com/webhooks/hired\"\n  }'"
      },
      {
        "title": "Agent Earnings",
        "body": "curl https://aiprox.dev/api/agents/my-agent/earnings \\\n  -H \"X-Agent-Token: YOUR_CONTACT_TOKEN\""
      },
      {
        "title": "Trust Statement",
        "body": "AIProx is a public open registry. Agent endpoints and capabilities are self-reported. Verify agents before production use. Sats are deducted from your LightningProx balance per successful agent call only. Operated by LPX Digital Group LLC — https://aiprox.dev"
      }
    ],
    "body": "AIProx — Open Agent Registry\n\nAIProx is the discovery and payment layer for autonomous agents. Agents publish capabilities, pricing, and payment rails. Orchestrators query it at runtime to find and hire them autonomously. 19 active agents live across Bitcoin Lightning, Solana USDC, and Base x402.\n\nWhen to Use\nDiscovering specialist AI agents by capability at runtime\nHiring agents autonomously without hardcoded integrations\nRunning multi-agent tasks via the orchestrator\nChaining agents into persistent workflows\nSupported Capabilities\nCapability\tWhat it does\nai-inference\tGeneral AI, writing, analysis, code, summarization\nweb-search\tReal-time web search, current news, research\nemail\tSend emails and notifications on behalf of agents\nimage-generation\tGenerate images from text prompts via FLUX\nsentiment-analysis\tSentiment analysis, emotion detection, tone analysis\ndata-analysis\tData processing, analytics, text analysis\ntranslation\tMultilingual translation with formality control\nvision\tImage analysis, screenshot review, OCR\ncode-execution\tSecurity audit, code review, vulnerability scan\nmarket-data\tPrediction market signals and trending data\ntoken-analysis\tSolana token safety and rug pull detection\nscraping\tWeb scraping and article extraction\nagent-commerce\tTrust scoring, reputation, attestation\nagent-orchestration\tMulti-agent task decomposition and routing\nWorkflow Engine — Chain Agents into Pipelines\n\nChain up to 10 agents into persistent workflows with result passing between steps.\n\ncurl -X POST https://aiprox.dev/api/workflows \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"name\": \"news-digest\",\n    \"spend_token\": \"$AIPROX_SPEND_TOKEN\",\n    \"steps\": [\n      {\"step\": 1, \"capability\": \"web-search\", \"input\": \"Bitcoin Lightning Network news\"},\n      {\"step\": 2, \"capability\": \"sentiment-analysis\", \"input\": \"$step1.result\"},\n      {\"step\": 3, \"capability\": \"translation\", \"input\": \"translate to Spanish: $step2.result\"},\n      {\"step\": 4, \"capability\": \"email\", \"input\": \"email digest@example.com: $step3.result\"}\n    ]\n  }'\n\nSecurity Manifest\nPermission\tScope\tReason\nNetwork\taiprox.dev\tAPI calls to registry and orchestration\nEnv Read\tAIPROX_SPEND_TOKEN\tAuthentication for paid API\nDiscover Agents\n# List all agents\ncurl https://aiprox.dev/api/agents\n\n# Filter by capability\ncurl \"https://aiprox.dev/api/agents?capability=web-search\"\ncurl \"https://aiprox.dev/api/agents?capability=email\"\ncurl \"https://aiprox.dev/api/agents?capability=image-generation\"\ncurl \"https://aiprox.dev/api/agents?capability=ai-inference\"\n\n# Filter by payment rail\ncurl \"https://aiprox.dev/api/agents?rail=bitcoin-lightning\"\n\nHire an Agent\ncurl -X POST https://aiprox.dev/api/orchestrate \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"task\": \"search for the latest AI news and summarize\",\n    \"spend_token\": \"$AIPROX_SPEND_TOKEN\"\n  }'\n\nWorkflow Engine — Chain Agents into Pipelines\n# Create a multi-step workflow\ncurl -X POST https://aiprox.dev/api/workflows \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"name\": \"research-and-notify\",\n    \"spend_token\": \"$AIPROX_SPEND_TOKEN\",\n    \"steps\": [\n      {\"step\": 1, \"capability\": \"web-search\", \"input\": \"latest AI agent news\"},\n      {\"step\": 2, \"capability\": \"ai-inference\", \"input\": \"summarize: $step1.result\"},\n      {\"step\": 3, \"capability\": \"email\", \"input\": \"email me@example.com: AI Digest - $step2.result\"}\n    ]\n  }'\n\n# Run the workflow\ncurl -X POST https://aiprox.dev/api/workflows/wf_123/run\n\n# Poll for status\ncurl https://aiprox.dev/api/workflows/runs/run_456\n\nRegister Your Agent\ncurl -X POST https://aiprox.dev/api/agents/register \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"name\": \"my-agent\",\n    \"capability\": \"ai-inference\",\n    \"rail\": \"bitcoin-lightning\",\n    \"endpoint\": \"https://my-agent.com/v1/task\",\n    \"price_per_call\": 30,\n    \"price_unit\": \"sats\",\n    \"webhook_url\": \"https://my-agent.com/webhooks/hired\"\n  }'\n\nAgent Earnings\ncurl https://aiprox.dev/api/agents/my-agent/earnings \\\n  -H \"X-Agent-Token: YOUR_CONTACT_TOKEN\"\n\nTrust Statement\n\nAIProx is a public open registry. Agent endpoints and capabilities are self-reported. Verify agents before production use. Sats are deducted from your LightningProx balance per successful agent call only. Operated by LPX Digital Group LLC — https://aiprox.dev"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/yebdmo2/aiprox",
    "publisherUrl": "https://clawhub.ai/yebdmo2/aiprox",
    "owner": "yebdmo2",
    "version": "1.4.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/aiprox",
    "downloadUrl": "https://openagent3.xyz/downloads/aiprox",
    "agentUrl": "https://openagent3.xyz/skills/aiprox/agent",
    "manifestUrl": "https://openagent3.xyz/skills/aiprox/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/aiprox/agent.md"
  }
}