{
  "schemaVersion": "1.0",
  "item": {
    "slug": "argus",
    "name": "Argus Intelligence",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/sooyoon-eth/argus",
    "canonicalUrl": "https://clawhub.ai/sooyoon-eth/argus",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/argus",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=argus",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "package.json",
      "README.md",
      "skill.json",
      "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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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/argus"
    },
    "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/argus",
    "agentPageUrl": "https://openagent3.xyz/skills/argus/agent",
    "manifestUrl": "https://openagent3.xyz/skills/argus/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/argus/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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "ARGUS Intelligence Skill",
        "body": "Query blockchain intelligence and AI security services."
      },
      {
        "title": "Quick Start",
        "body": "export ARGUS_ENDPOINT=\"https://argus.getfailsafe.com\"\n\n# Test with free tier (3 queries/day, 1-min cooldown between queries)\ncurl -X POST $ARGUS_ENDPOINT/api/v1/free/query \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"query\": \"Is this address safe: 0x742d35Cc...\", \"agentId\": \"my-agent\"}'\n\nFree quota is tracked per agentId. Check remaining quota:\n\ncurl \"$ARGUS_ENDPOINT/api/v1/free/status?agentId=my-agent\""
      },
      {
        "title": "Free Tier (No Payment)",
        "body": "EndpointDescriptionPOST /api/v1/free/query3 intelligence queries/day per agentId (1-min cooldown)GET /api/v1/free/status?agentId=XCheck remaining free queriesGET /api/v1/threatsPublic threat feedGET /api/v1/security/patternsAttack pattern documentation"
      },
      {
        "title": "Intelligence ($0.42 USDC)",
        "body": "EndpointDescriptionPOST /api/v1/token/analyzeToken risk scoring and market dataPOST /api/v1/address/riskAML/KYT compliance screeningPOST /api/v1/compliance/checkOFAC sanctions and blacklist checksPOST /api/v1/smart-money/trackWhale and institutional trackingPOST /api/v1/entity/investigateEntity forensicsGET /api/v1/market/scanMarket overview"
      },
      {
        "title": "Prompt Security ($0.10 USDC)",
        "body": "EndpointDescriptionPOST /api/v1/security/prompt-checkDetect prompt injection attacksPOST /api/v1/security/prompt-check/batchBatch checking (10% off for 10+)"
      },
      {
        "title": "Social Verification ($0.25 USDC)",
        "body": "EndpointDescriptionPOST /api/v1/social/verifyUsername/project legitimacy + threat actor check\n\nNote: verification uses pattern analysis and known threat actor databases.\nResponse includes data_source: \"pattern_analysis_only\" for transparency."
      },
      {
        "title": "Webhooks ($0.10/month)",
        "body": "EndpointDescriptionPOST /api/v1/webhooks/registerSubscribe to real-time event alertsGET /api/v1/webhooksList your active webhooksDELETE /api/v1/webhooks/:idRemove a webhook\n\nValid webhook events:\naddress_activity, token_risk_change, threat_detected, compliance_flag,\nwhale_movement, liquidity_change, watchlist_alert\n\nWebhook secret is returned once at registration — store it immediately.\nWebhooks are disabled after 5 consecutive delivery failures."
      },
      {
        "title": "Token Analysis",
        "body": "curl -X POST $ARGUS_ENDPOINT/api/v1/token/analyze \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"token\": \"ETH\", \"chain\": \"ethereum\"}'"
      },
      {
        "title": "Address Risk",
        "body": "curl -X POST $ARGUS_ENDPOINT/api/v1/address/risk \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"address\": \"0x742d35Cc6634C0532925a3b844Bc454e4438f44e\"}'"
      },
      {
        "title": "Prompt Security",
        "body": "curl -X POST $ARGUS_ENDPOINT/api/v1/security/prompt-check \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"prompt\": \"User input to validate\", \"context\": \"defi\"}'\n\nResponse:\n\n{\n  \"is_safe\": false,\n  \"risk_score\": 75,\n  \"risk_level\": \"suspicious\",\n  \"recommendation\": \"REVIEW\",\n  \"attack_types\": [\"prompt_injection\"],\n  \"details\": \"Detected social engineering pattern\"\n}\n\nis_safe is false whenever attack_types is non-empty, regardless of risk_score.\nrecommendation is at minimum REVIEW when any attack is detected."
      },
      {
        "title": "Social Verification",
        "body": "curl -X POST $ARGUS_ENDPOINT/api/v1/social/verify \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"username\": \"suspicious_user\", \"platform\": \"twitter\"}'\n\nResponse:\n\n{\n  \"verified\": false,\n  \"risk_level\": \"high\",\n  \"flags\": [\"known_threat_actor\"],\n  \"data_source\": \"pattern_analysis_only\",\n  \"analysis_note\": \"Username matched known threat actor database\"\n}"
      },
      {
        "title": "Register Webhook",
        "body": "curl -X POST $ARGUS_ENDPOINT/api/v1/webhooks/register \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"url\": \"https://your-agent.com/argus-events\",\n    \"agentId\": \"my-agent\",\n    \"events\": [\"threat_detected\", \"address_activity\"]\n  }'"
      },
      {
        "title": "A2A (Agent-to-Agent)",
        "body": "ARGUS supports the A2A protocol. Query it directly with natural language:\n\n# Discover capabilities\ncurl https://argus.getfailsafe.com/.well-known/agent.json\n\n# Send an A2A message (blockchain queries are routed automatically)\ncurl -X POST $ARGUS_ENDPOINT/message \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"type\": \"inquiry\",\n    \"content\": \"Is 0x742d35Cc6634C0532925a3b844Bc454e4438f44e safe?\",\n    \"agentId\": \"my-agent\"\n  }'\n\nFree-tier quota applies to A2A blockchain queries. Responses include watermark\nwith upgrade options."
      },
      {
        "title": "Option 1 — Stripe (easiest, no crypto needed)",
        "body": "Buy 20 credits for $9 at buy.stripe.com\nPass X-Stripe-Token: <your-token> header with each request\n\ncurl -X POST $ARGUS_ENDPOINT/api/v1/token/analyze \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-Stripe-Token: sk_argus_xxxx\" \\\n  -d '{\"token\": \"0xabc...\", \"chain\": \"ethereum\"}'"
      },
      {
        "title": "Option 2 — x402 (USDC on Base)",
        "body": "For paid endpoints, ARGUS returns 402 Payment Required with payment instructions.\n\nSend USDC to treasury on Base network\nCreate payment proof: base64({\"txHash\":\"0x...\",\"paymentId\":\"...\",\"from\":\"0x...\"})\nRetry with X-Payment-Proof header\n\nTreasury (Base): 0x8518E91eBcb6bE76f478879720bD9759e01B7954\nTreasury (Solana): Ntx61j81wkQFLT5MGEKvMtazxH4wh6iXUNMtidgxXYH"
      },
      {
        "title": "Configuration",
        "body": "export ARGUS_ENDPOINT=\"https://argus.getfailsafe.com\""
      },
      {
        "title": "Response Format",
        "body": "All intelligence endpoints return JSON with:\n\nrecommendation: ALLOW, REVIEW, BLOCK, or REJECT\nrisk_score: 0–100 (lower is safer)\nconfidence: 0–100%\nis_safe: boolean — false whenever attack_types is non-empty\nDetailed analysis fields"
      },
      {
        "title": "Rate Limits",
        "body": "30 requests/minute per IP\nFree tier: 3 queries/day per agentId, 1-minute cooldown between queries"
      },
      {
        "title": "Support",
        "body": "Website: https://getfailsafe.com\nCapabilities: argus.getfailsafe.com/api/v1/capabilities"
      }
    ],
    "body": "ARGUS Intelligence Skill\n\nQuery blockchain intelligence and AI security services.\n\nQuick Start\nexport ARGUS_ENDPOINT=\"https://argus.getfailsafe.com\"\n\n# Test with free tier (3 queries/day, 1-min cooldown between queries)\ncurl -X POST $ARGUS_ENDPOINT/api/v1/free/query \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"query\": \"Is this address safe: 0x742d35Cc...\", \"agentId\": \"my-agent\"}'\n\n\nFree quota is tracked per agentId. Check remaining quota:\n\ncurl \"$ARGUS_ENDPOINT/api/v1/free/status?agentId=my-agent\"\n\nServices\nFree Tier (No Payment)\nEndpoint\tDescription\nPOST /api/v1/free/query\t3 intelligence queries/day per agentId (1-min cooldown)\nGET /api/v1/free/status?agentId=X\tCheck remaining free queries\nGET /api/v1/threats\tPublic threat feed\nGET /api/v1/security/patterns\tAttack pattern documentation\nIntelligence ($0.42 USDC)\nEndpoint\tDescription\nPOST /api/v1/token/analyze\tToken risk scoring and market data\nPOST /api/v1/address/risk\tAML/KYT compliance screening\nPOST /api/v1/compliance/check\tOFAC sanctions and blacklist checks\nPOST /api/v1/smart-money/track\tWhale and institutional tracking\nPOST /api/v1/entity/investigate\tEntity forensics\nGET /api/v1/market/scan\tMarket overview\nPrompt Security ($0.10 USDC)\nEndpoint\tDescription\nPOST /api/v1/security/prompt-check\tDetect prompt injection attacks\nPOST /api/v1/security/prompt-check/batch\tBatch checking (10% off for 10+)\nSocial Verification ($0.25 USDC)\nEndpoint\tDescription\nPOST /api/v1/social/verify\tUsername/project legitimacy + threat actor check\n\nNote: verification uses pattern analysis and known threat actor databases. Response includes data_source: \"pattern_analysis_only\" for transparency.\n\nWebhooks ($0.10/month)\nEndpoint\tDescription\nPOST /api/v1/webhooks/register\tSubscribe to real-time event alerts\nGET /api/v1/webhooks\tList your active webhooks\nDELETE /api/v1/webhooks/:id\tRemove a webhook\n\nValid webhook events: address_activity, token_risk_change, threat_detected, compliance_flag, whale_movement, liquidity_change, watchlist_alert\n\nWebhook secret is returned once at registration — store it immediately. Webhooks are disabled after 5 consecutive delivery failures.\n\nUsage Examples\nToken Analysis\ncurl -X POST $ARGUS_ENDPOINT/api/v1/token/analyze \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"token\": \"ETH\", \"chain\": \"ethereum\"}'\n\nAddress Risk\ncurl -X POST $ARGUS_ENDPOINT/api/v1/address/risk \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"address\": \"0x742d35Cc6634C0532925a3b844Bc454e4438f44e\"}'\n\nPrompt Security\ncurl -X POST $ARGUS_ENDPOINT/api/v1/security/prompt-check \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"prompt\": \"User input to validate\", \"context\": \"defi\"}'\n\n\nResponse:\n\n{\n  \"is_safe\": false,\n  \"risk_score\": 75,\n  \"risk_level\": \"suspicious\",\n  \"recommendation\": \"REVIEW\",\n  \"attack_types\": [\"prompt_injection\"],\n  \"details\": \"Detected social engineering pattern\"\n}\n\n\nis_safe is false whenever attack_types is non-empty, regardless of risk_score. recommendation is at minimum REVIEW when any attack is detected.\n\nSocial Verification\ncurl -X POST $ARGUS_ENDPOINT/api/v1/social/verify \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"username\": \"suspicious_user\", \"platform\": \"twitter\"}'\n\n\nResponse:\n\n{\n  \"verified\": false,\n  \"risk_level\": \"high\",\n  \"flags\": [\"known_threat_actor\"],\n  \"data_source\": \"pattern_analysis_only\",\n  \"analysis_note\": \"Username matched known threat actor database\"\n}\n\nRegister Webhook\ncurl -X POST $ARGUS_ENDPOINT/api/v1/webhooks/register \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"url\": \"https://your-agent.com/argus-events\",\n    \"agentId\": \"my-agent\",\n    \"events\": [\"threat_detected\", \"address_activity\"]\n  }'\n\nA2A (Agent-to-Agent)\n\nARGUS supports the A2A protocol. Query it directly with natural language:\n\n# Discover capabilities\ncurl https://argus.getfailsafe.com/.well-known/agent.json\n\n# Send an A2A message (blockchain queries are routed automatically)\ncurl -X POST $ARGUS_ENDPOINT/message \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"type\": \"inquiry\",\n    \"content\": \"Is 0x742d35Cc6634C0532925a3b844Bc454e4438f44e safe?\",\n    \"agentId\": \"my-agent\"\n  }'\n\n\nFree-tier quota applies to A2A blockchain queries. Responses include watermark with upgrade options.\n\nPayment\nOption 1 — Stripe (easiest, no crypto needed)\nBuy 20 credits for $9 at buy.stripe.com\nPass X-Stripe-Token: <your-token> header with each request\ncurl -X POST $ARGUS_ENDPOINT/api/v1/token/analyze \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-Stripe-Token: sk_argus_xxxx\" \\\n  -d '{\"token\": \"0xabc...\", \"chain\": \"ethereum\"}'\n\nOption 2 — x402 (USDC on Base)\n\nFor paid endpoints, ARGUS returns 402 Payment Required with payment instructions.\n\nSend USDC to treasury on Base network\nCreate payment proof: base64({\"txHash\":\"0x...\",\"paymentId\":\"...\",\"from\":\"0x...\"})\nRetry with X-Payment-Proof header\n\nTreasury (Base): 0x8518E91eBcb6bE76f478879720bD9759e01B7954 Treasury (Solana): Ntx61j81wkQFLT5MGEKvMtazxH4wh6iXUNMtidgxXYH\n\nConfiguration\nexport ARGUS_ENDPOINT=\"https://argus.getfailsafe.com\"\n\nResponse Format\n\nAll intelligence endpoints return JSON with:\n\nrecommendation: ALLOW, REVIEW, BLOCK, or REJECT\nrisk_score: 0–100 (lower is safer)\nconfidence: 0–100%\nis_safe: boolean — false whenever attack_types is non-empty\nDetailed analysis fields\nRate Limits\n30 requests/minute per IP\nFree tier: 3 queries/day per agentId, 1-minute cooldown between queries\nSupport\nWebsite: https://getfailsafe.com\nCapabilities: argus.getfailsafe.com/api/v1/capabilities"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/sooyoon-eth/argus",
    "publisherUrl": "https://clawhub.ai/sooyoon-eth/argus",
    "owner": "sooyoon-eth",
    "version": "1.9.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/argus",
    "downloadUrl": "https://openagent3.xyz/downloads/argus",
    "agentUrl": "https://openagent3.xyz/skills/argus/agent",
    "manifestUrl": "https://openagent3.xyz/skills/argus/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/argus/agent.md"
  }
}