{
  "schemaVersion": "1.0",
  "item": {
    "slug": "rugcheck",
    "name": "RugCheck",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/PsychoTechV4/rugcheck",
    "canonicalUrl": "https://clawhub.ai/PsychoTechV4/rugcheck",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/rugcheck",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=rugcheck",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/rugcheck.sh"
    ],
    "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-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.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/rugcheck"
    },
    "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/rugcheck",
    "agentPageUrl": "https://openagent3.xyz/skills/rugcheck/agent",
    "manifestUrl": "https://openagent3.xyz/skills/rugcheck/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/rugcheck/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": "RugCheck — Solana Token Risk Analysis",
        "body": "Analyze any Solana token by mint address using the free RugCheck API. No API key required for read endpoints."
      },
      {
        "title": "Quick Start",
        "body": "# Get risk summary (score + flags)\nbash scripts/rugcheck.sh summary <MINT_ADDRESS>\n\n# Get full detailed report (holders, markets, metadata, LP)\nbash scripts/rugcheck.sh report <MINT_ADDRESS>"
      },
      {
        "title": "Script Reference",
        "body": "Run bash scripts/rugcheck.sh help for all commands:\n\nCommandDescriptionsummary <mint>Risk score (0-100 normalized), risk flags, LP lock %report <mint>Full report: metadata, holders, markets, creator infoinsiders <mint>Insider/connected wallet graphlockers <mint>LP vault/locker info (locked liquidity details)votes <mint>Community votes on the tokenleaderboardTop voters/analysts on the platformdomainsRegistered Solana domainstrendingMost voted tokens in past 24hnewRecently detected tokensrecentMost viewed tokens in past 24hverifiedRecently verified tokens"
      },
      {
        "title": "Summary Response",
        "body": "Key fields from /v1/tokens/{mint}/report/summary:\n\nscore_normalised — Risk score 0-100. Higher = riskier. Below 1000 raw score ≈ \"Good\".\n\n0-30: Low risk (Good)\n30-60: Medium risk (caution)\n60-100: High risk (danger)\n\n\nrisks[] — Array of risk flags, each with:\n\nname: Risk type (e.g. \"Mutable metadata\", \"Low Liquidity\", \"Single holder ownership\")\nlevel: \"warn\" or \"danger\"\nvalue: Human-readable detail (e.g. \"$102.55\", \"40.00%\")\ndescription: Explanation\nscore: Raw risk contribution\n\n\nlpLockedPct — Percentage of LP tokens locked (0 = none locked, very risky)\ntokenProgram — SPL token program used\ntokenType — Token type classification"
      },
      {
        "title": "Full Report Response",
        "body": "Additional fields from /v1/tokens/{mint}/report:\n\ntokenMeta — Name, symbol, URI, mutable flag, updateAuthority\ntoken — Supply, decimals, mintAuthority, freezeAuthority\ncreator / creatorBalance — Token creator wallet and their current balance\ntopHolders[] — Top holders with address, owner, pct (percentage), uiAmount\nmarkets[] — DEX markets/pools with liquidity data\ninsiderNetworks — Connected insider wallet clusters"
      },
      {
        "title": "Red Flag Checklist",
        "body": "When analyzing a token, flag these risks to the user:\n\nMutable metadata (tokenMeta.mutable == true) — Creator can change token name/image\nLow liquidity (risk with \"Low Liquidity\" or check market data) — Easy to manipulate price\nHigh holder concentration — Top 10 holders > 50% supply\nSingle holder dominance — One wallet holds >20% supply\nLP not locked (lpLockedPct == 0) — Creator can pull liquidity anytime\nMint authority exists (token.mintAuthority != null) — Can mint infinite tokens\nFreeze authority exists (token.freezeAuthority != null) — Can freeze wallets\nFew LP providers — Only 1-2 wallets providing liquidity\nLow/zero trade volume — No real market activity\nCreator holds large balance — Creator still sitting on supply"
      },
      {
        "title": "Presenting Results",
        "body": "Format findings clearly for the user. Example:\n\n🔍 RugCheck Analysis: CLWDN (ClawdNation)\nMint: 3zvSRWfjPvcnt8wfTrKhgCtQVwVSrYfBY6g1jPwzfHJG\n\n⚠️ Risk Score: 59/100 (Medium-High Risk)\n\n🚩 Risk Flags:\n  🔴 Low Liquidity — $102.55\n  ⚠️ Single holder ownership — 40.00%\n  ⚠️ High holder concentration — Top 10 hold >50%\n  ⚠️ Low amount of holders\n  ⚠️ Low LP providers\n  ⚠️ Mutable metadata\n\n🔓 LP Locked: 0% (NOT LOCKED)\n\n📊 Top Holders:\n  1. 40.0% — 3Y3g...p7rk\n  2. 15.0% — 5bNH...4VGj\n  3. 15.0% — 4dkX...Ncg6\n  4. 10.0% — 8yY2...CKn8\n  5. 10.0% — 2MT5...eB3h\n\nVerdict: HIGH RISK — Multiple red flags. No locked liquidity,\nconcentrated holdings, mutable metadata. Exercise extreme caution."
      },
      {
        "title": "API Details",
        "body": "Base URL: https://api.rugcheck.xyz\nAuth: None required for read endpoints\nRate limits: Respect 429 responses; add 2-3 second delays between bulk queries\nRugCheck web: https://rugcheck.xyz/tokens/<mint> (link for users)"
      },
      {
        "title": "Bulk Queries (requires auth)",
        "body": "These endpoints need a JWT from Solana wallet auth — not available for most agents:\n\nPOST /v1/bulk/tokens/summary — Check multiple tokens at once\nPOST /v1/bulk/tokens/report — Full reports for multiple tokens"
      }
    ],
    "body": "RugCheck — Solana Token Risk Analysis\n\nAnalyze any Solana token by mint address using the free RugCheck API. No API key required for read endpoints.\n\nQuick Start\n# Get risk summary (score + flags)\nbash scripts/rugcheck.sh summary <MINT_ADDRESS>\n\n# Get full detailed report (holders, markets, metadata, LP)\nbash scripts/rugcheck.sh report <MINT_ADDRESS>\n\nScript Reference\n\nRun bash scripts/rugcheck.sh help for all commands:\n\nCommand\tDescription\nsummary <mint>\tRisk score (0-100 normalized), risk flags, LP lock %\nreport <mint>\tFull report: metadata, holders, markets, creator info\ninsiders <mint>\tInsider/connected wallet graph\nlockers <mint>\tLP vault/locker info (locked liquidity details)\nvotes <mint>\tCommunity votes on the token\nleaderboard\tTop voters/analysts on the platform\ndomains\tRegistered Solana domains\ntrending\tMost voted tokens in past 24h\nnew\tRecently detected tokens\nrecent\tMost viewed tokens in past 24h\nverified\tRecently verified tokens\nInterpreting Results\nSummary Response\n\nKey fields from /v1/tokens/{mint}/report/summary:\n\nscore_normalised — Risk score 0-100. Higher = riskier. Below 1000 raw score ≈ \"Good\".\n0-30: Low risk (Good)\n30-60: Medium risk (caution)\n60-100: High risk (danger)\nrisks[] — Array of risk flags, each with:\nname: Risk type (e.g. \"Mutable metadata\", \"Low Liquidity\", \"Single holder ownership\")\nlevel: \"warn\" or \"danger\"\nvalue: Human-readable detail (e.g. \"$102.55\", \"40.00%\")\ndescription: Explanation\nscore: Raw risk contribution\nlpLockedPct — Percentage of LP tokens locked (0 = none locked, very risky)\ntokenProgram — SPL token program used\ntokenType — Token type classification\nFull Report Response\n\nAdditional fields from /v1/tokens/{mint}/report:\n\ntokenMeta — Name, symbol, URI, mutable flag, updateAuthority\ntoken — Supply, decimals, mintAuthority, freezeAuthority\ncreator / creatorBalance — Token creator wallet and their current balance\ntopHolders[] — Top holders with address, owner, pct (percentage), uiAmount\nmarkets[] — DEX markets/pools with liquidity data\ninsiderNetworks — Connected insider wallet clusters\nRed Flag Checklist\n\nWhen analyzing a token, flag these risks to the user:\n\nMutable metadata (tokenMeta.mutable == true) — Creator can change token name/image\nLow liquidity (risk with \"Low Liquidity\" or check market data) — Easy to manipulate price\nHigh holder concentration — Top 10 holders > 50% supply\nSingle holder dominance — One wallet holds >20% supply\nLP not locked (lpLockedPct == 0) — Creator can pull liquidity anytime\nMint authority exists (token.mintAuthority != null) — Can mint infinite tokens\nFreeze authority exists (token.freezeAuthority != null) — Can freeze wallets\nFew LP providers — Only 1-2 wallets providing liquidity\nLow/zero trade volume — No real market activity\nCreator holds large balance — Creator still sitting on supply\nPresenting Results\n\nFormat findings clearly for the user. Example:\n\n🔍 RugCheck Analysis: CLWDN (ClawdNation)\nMint: 3zvSRWfjPvcnt8wfTrKhgCtQVwVSrYfBY6g1jPwzfHJG\n\n⚠️ Risk Score: 59/100 (Medium-High Risk)\n\n🚩 Risk Flags:\n  🔴 Low Liquidity — $102.55\n  ⚠️ Single holder ownership — 40.00%\n  ⚠️ High holder concentration — Top 10 hold >50%\n  ⚠️ Low amount of holders\n  ⚠️ Low LP providers\n  ⚠️ Mutable metadata\n\n🔓 LP Locked: 0% (NOT LOCKED)\n\n📊 Top Holders:\n  1. 40.0% — 3Y3g...p7rk\n  2. 15.0% — 5bNH...4VGj\n  3. 15.0% — 4dkX...Ncg6\n  4. 10.0% — 8yY2...CKn8\n  5. 10.0% — 2MT5...eB3h\n\nVerdict: HIGH RISK — Multiple red flags. No locked liquidity,\nconcentrated holdings, mutable metadata. Exercise extreme caution.\n\nAPI Details\nBase URL: https://api.rugcheck.xyz\nAuth: None required for read endpoints\nRate limits: Respect 429 responses; add 2-3 second delays between bulk queries\nRugCheck web: https://rugcheck.xyz/tokens/<mint> (link for users)\nBulk Queries (requires auth)\n\nThese endpoints need a JWT from Solana wallet auth — not available for most agents:\n\nPOST /v1/bulk/tokens/summary — Check multiple tokens at once\nPOST /v1/bulk/tokens/report — Full reports for multiple tokens"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/PsychoTechV4/rugcheck",
    "publisherUrl": "https://clawhub.ai/PsychoTechV4/rugcheck",
    "owner": "PsychoTechV4",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/rugcheck",
    "downloadUrl": "https://openagent3.xyz/downloads/rugcheck",
    "agentUrl": "https://openagent3.xyz/skills/rugcheck/agent",
    "manifestUrl": "https://openagent3.xyz/skills/rugcheck/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/rugcheck/agent.md"
  }
}