Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Analyze Solana tokens for rug pull risks using the RugCheck API (rugcheck.xyz). Use when asked to check a Solana token safety, risk score, liquidity, holder distribution, metadata mutability, or insider trading patterns. Also use for discovering trending, new, or recently verified Solana tokens. Triggers on token check, rug check, token safety, Solana token analysis, is this token safe, token risk score, LP locked, holder concentration.
Analyze Solana tokens for rug pull risks using the RugCheck API (rugcheck.xyz). Use when asked to check a Solana token safety, risk score, liquidity, holder distribution, metadata mutability, or insider trading patterns. Also use for discovering trending, new, or recently verified Solana tokens. Triggers on token check, rug check, token safety, Solana token analysis, is this token safe, token risk score, LP locked, holder concentration.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
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.
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.
Analyze any Solana token by mint address using the free RugCheck API. No API key required for read endpoints.
# Get risk summary (score + flags) bash scripts/rugcheck.sh summary <MINT_ADDRESS> # Get full detailed report (holders, markets, metadata, LP) bash scripts/rugcheck.sh report <MINT_ADDRESS>
Run bash scripts/rugcheck.sh help for all commands: CommandDescriptionsummary <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
Key fields from /v1/tokens/{mint}/report/summary: score_normalised โ Risk score 0-100. Higher = riskier. Below 1000 raw score โ "Good". 0-30: Low risk (Good) 30-60: Medium risk (caution) 60-100: High risk (danger) risks[] โ Array of risk flags, each with: name: Risk type (e.g. "Mutable metadata", "Low Liquidity", "Single holder ownership") level: "warn" or "danger" value: Human-readable detail (e.g. "$102.55", "40.00%") description: Explanation score: Raw risk contribution lpLockedPct โ Percentage of LP tokens locked (0 = none locked, very risky) tokenProgram โ SPL token program used tokenType โ Token type classification
Additional fields from /v1/tokens/{mint}/report: tokenMeta โ Name, symbol, URI, mutable flag, updateAuthority token โ Supply, decimals, mintAuthority, freezeAuthority creator / creatorBalance โ Token creator wallet and their current balance topHolders[] โ Top holders with address, owner, pct (percentage), uiAmount markets[] โ DEX markets/pools with liquidity data insiderNetworks โ Connected insider wallet clusters
When analyzing a token, flag these risks to the user: Mutable metadata (tokenMeta.mutable == true) โ Creator can change token name/image Low liquidity (risk with "Low Liquidity" or check market data) โ Easy to manipulate price High holder concentration โ Top 10 holders > 50% supply Single holder dominance โ One wallet holds >20% supply LP not locked (lpLockedPct == 0) โ Creator can pull liquidity anytime Mint authority exists (token.mintAuthority != null) โ Can mint infinite tokens Freeze authority exists (token.freezeAuthority != null) โ Can freeze wallets Few LP providers โ Only 1-2 wallets providing liquidity Low/zero trade volume โ No real market activity Creator holds large balance โ Creator still sitting on supply
Format findings clearly for the user. Example: ๐ RugCheck Analysis: CLWDN (ClawdNation) Mint: 3zvSRWfjPvcnt8wfTrKhgCtQVwVSrYfBY6g1jPwzfHJG โ ๏ธ Risk Score: 59/100 (Medium-High Risk) ๐ฉ Risk Flags: ๐ด Low Liquidity โ $102.55 โ ๏ธ Single holder ownership โ 40.00% โ ๏ธ High holder concentration โ Top 10 hold >50% โ ๏ธ Low amount of holders โ ๏ธ Low LP providers โ ๏ธ Mutable metadata ๐ LP Locked: 0% (NOT LOCKED) ๐ Top Holders: 1. 40.0% โ 3Y3g...p7rk 2. 15.0% โ 5bNH...4VGj 3. 15.0% โ 4dkX...Ncg6 4. 10.0% โ 8yY2...CKn8 5. 10.0% โ 2MT5...eB3h Verdict: HIGH RISK โ Multiple red flags. No locked liquidity, concentrated holdings, mutable metadata. Exercise extreme caution.
Base URL: https://api.rugcheck.xyz Auth: None required for read endpoints Rate limits: Respect 429 responses; add 2-3 second delays between bulk queries RugCheck web: https://rugcheck.xyz/tokens/<mint> (link for users)
These endpoints need a JWT from Solana wallet auth โ not available for most agents: POST /v1/bulk/tokens/summary โ Check multiple tokens at once POST /v1/bulk/tokens/report โ Full reports for multiple tokens
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.