/SKILL.md
Fetches real-time cryptocurrency market data (market cap, Fear and Greed Index, top coin prices, and latest industry news). Use when users ask for a market overview, crypto sentiment, BTC/ETH prices, or recent crypto news.
npx skillsauth add alexandersfg4/crypto-analyzer crypto-analyzerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
A Go-based CLI tool that aggregates Coinstats and CoinMarketCap data to provide a comprehensive snapshot of the cryptocurrency market in four tagged sections.
Use this skill when the user asks for:
Use this workflow to produce a single combined report of market stats, sentiment, prices, and news:
crypto-analyzer binary is installed and available on your PATH.COINSTATS_API_KEY and API_KEY_COINMARKETCAP in the current shell session.crypto-analyzer and summarize the four output sections for the user.Optional Arguments(show info only for selected protocols/tokens):
--protocols — comma-separated protocol names to filter (e.g., Aave, Drift, Kamino).--tokens — comma-separated token symbols to filter (e.g., BTC, ETH, SOL).Example:
export COINSTATS_API_KEY=... API_KEY_COINMARKETCAP=...
crypto-analyzer --protocols=AAVE,Drift,Kamino --tokens=BTC,ETH,SUI
COINSTATS_API_KEY.API_KEY_COINMARKETCAP./usr/local/bin/ after install).The command returns four distinct sections wrapped in XML-like tags for easy parsing. If any section is missing, report what you do have and note the missing portion.
If the command fails, ensure the binary is on your PATH (often /usr/local/bin/), network access is available, and COINSTATS_API_KEY and API_KEY_COINMARKETCAP are valid and exported in the current shell session.
testing
Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an existing skill or SKILL.md file. Also use when editing or restructuring a skill directory (moving files to references/ or scripts/, removing stale content, validating against the AgentSkills spec). Triggers on phrases like "create a skill", "author a skill", "tidy up a skill", "improve this skill", "review the skill", "clean up the skill", "audit the skill".
testing
Host security hardening and risk-tolerance configuration for OpenClaw deployments. Use when a user asks for security audits, firewall/SSH/update hardening, risk posture, exposure review, OpenClaw cron scheduling for periodic checks, or version status checks on a machine running OpenClaw (laptop, workstation, Pi, VPS).
testing
Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an existing skill or SKILL.md file. Also use when editing or restructuring a skill directory (moving files to references/ or scripts/, removing stale content, validating against the AgentSkills spec). Triggers on phrases like "create a skill", "author a skill", "tidy up a skill", "improve this skill", "review the skill", "clean up the skill", "audit the skill".
testing
Host security hardening and risk-tolerance configuration for OpenClaw deployments. Use when a user asks for security audits, firewall/SSH/update hardening, risk posture, exposure review, OpenClaw cron scheduling for periodic checks, or version status checks on a machine running OpenClaw (laptop, workstation, Pi, VPS).