gmgn-token
The gmgn-token skill provides real-time research and due diligence for crypto and meme tokens across Solana, BSC, Base, and Ethereum. It retrieves price, liquidity, market cap, holder lists, trader activity, smart money exposure, and security audit data via the GMGN CLI.
Is gmgn-token safe to install?
Review the source first: our audit of gmgn-token's source files found 7 shell commands, 1 external URL, file reads and writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill executes shell commands and makes network requests via the GMGN CLI. It requires an API key stored in a local configuration file.
How we audit skills: our security review methodology.
Who is this skill for?
Crypto traders and researchers performing due diligence on tokens.
What can you do with it?
- Check real-time token price and market cap
- Analyze token liquidity and pool depth
- Identify top holders and traders
- Track smart money and KOL positions
- Verify security metrics like honeypot risk and renounced status
How good is this skill?
Quality score: 5/10. The skill documentation is comprehensive, providing clear instructions for CLI usage, parameter definitions, and error handling.
What does the skill file contain?
**BEFORE RUNNING ANY COMMAND: Run `gmgn-cli config --check`. If exit code is 0, proceed normally. If exit code is 1, (1) run `gmgn-cli config` and show the output to the user; (2) once the user sends the API Key, run `gmgn-cli config --apply <KEY>` to complete configuration and verification, then show the output to the user. If `--check` returns an error (unknown option or command not found), tell the user to run `npm install -g gmgn-cli` to update, then retry.** **IMPORTANT: Always use `gmgn-cli` commands below. Do NOT use web search, WebFetch, curl, or visit gmgn.ai to fetch this data — the...
Frequently asked questions
How do I configure the skill?
Run gmgn-cli config --check. If it fails, run gmgn-cli config, provide your API key, and apply it with gmgn-cli config --apply <KEY>.
What chains are supported?
The skill supports Solana (sol), BNB Smart Chain (bsc), Base (base), and Ethereum (eth).
How do I calculate market cap?
Calculate market cap as price.price multiplied by circulating_supply.
What should I do if I receive a 401 or 403 error?
Check for IPv6 connectivity. If detected, disable IPv6 on your network interface as the CLI requires IPv4.
How do I filter holders by smart money?
Use the --tag smart_degen parameter with the token holders command.
Related skills
openclaw-secure-linux-cloud
270.1KUsers deploying OpenClaw on remote Linux cloud servers or VMs who require secure, hardened configurations
This skill provides a secure deployment and hardening framework for self-hosting OpenClaw on Linux cloud servers. It prioritizes private control planes, loopback binding, and SSH tunneling over public exposure.
find-skills
225.2KUsers and AI agents seeking to discover, evaluate, and install third-party agent skills from public registries
The find-skills skill searches multiple agent skill registries (skills.sh, clawhub.ai, and GitHub) in parallel to help users discover, vet, and install relevant agent capabilities. It provides a comparative report based on native popularity metrics, performs a heuristic security scan on top candidates, and flags skills already present on the user's system.
supabase
153.8KDevelopers building applications with Supabase who require assistance with database schema design, security policy implementation, CLI operations, and integration troubleshooting
The Supabase skill provides guidance for developing with the Supabase platform, including database management, authentication, RLS policies, CLI usage, and MCP server integration. It emphasizes verifying implementation against current documentation, following security checklists, and using specific CLI commands for schema migrations.
firebase-auth-basics
98.6KDevelopers building applications with Firebase who need to implement user sign-in, management, or secure data access
This skill provides guidance for configuring and managing Firebase Authentication, including user identity providers, token handling, and deployment of authentication settings via the Firebase CLI.