Embed & agents
Drop the bubble map into your own site with an iframe, or gate a trading agent with the RicoMaps rug check skill.
Embed on Your Site
Code Generator
Generate an iframe embed code for any Solana address. Drop it into your site, dashboard, or app.
<iframe src="https://ricomaps.fun/embed?address=" width="100%" height="500px" frameborder="0" allow="accelerometer; gyroscope" style="border-radius: 8px;" ></iframe>
URL Parameters
| Parameter | Description | Default |
|---|---|---|
address | Solana wallet or token mint address | required |
hideWatermark | Hide the "Powered by RicoMaps" badge (true) | false |
compact | Compact panel for inline embeds; also hides the watermark (1) | false |
Example Embeds
Token or wallet analysis:
<iframe src="https://ricomaps.fun/embed?address=TOKEN_OR_WALLET" width="100%" height="500"></iframe>
White-label (no watermark):
<iframe src="https://ricomaps.fun/embed?address=TOKEN_OR_WALLET&hideWatermark=true" width="100%" height="600"></iframe>
RicoMaps for Agents
RicoMaps Rug Check Skill
A skill that gates your trading agent. Every buy runs through the RicoMaps detector first: mint/freeze authority, snipers, Jito bundles, and cabal funders. No API key. If a scan fails, it blocks by default, so your agent never trades on a bad check.
~7 KB · no dependencies · works with any coding agent
Install
- Download the .zip above and unzip it.
- Move the
ricomaps-rugcheckfolder into your skills directory:~/.claude/skills/(project-level.claude/skills/also works). - Your agent can now invoke it before any buy. It auto-triggers on prompts like "is this token safe" or "rug check <mint>".
Run it directly
# from the skill folder node scripts/rugcheck.mjs <MINT_ADDRESS> # machine-readable for a bot node scripts/rugcheck.mjs <MINT_ADDRESS> --json
Exit codes let a bot branch without parsing output: 0 PASS, 10 CAUTION, 20 BLOCK, 1 error (fail closed). Set RICO_API_KEY to upgrade to the deeper holder + funder scan.