coingecko
npx machina-cli add skill aiskillstore/marketplace/coingecko --openclawCoingecko Skill
Comprehensive assistance with coingecko development, generated from official documentation.
When to Use This Skill
This skill should be triggered when:
- Working with coingecko
- Asking about coingecko features or APIs
- Implementing coingecko solutions
- Debugging coingecko code
- Learning coingecko best practices
Quick Reference
Common Patterns
Quick reference patterns will be added as you use the skill.
Reference Files
This skill includes comprehensive documentation in references/:
- authentication.md - Authentication documentation
- coins.md - Coins documentation
- contract.md - Contract documentation
- exchanges.md - Exchanges documentation
- introduction.md - Introduction documentation
- market_data.md - Market Data documentation
- nfts.md - Nfts documentation
- other.md - Other documentation
- pricing.md - Pricing documentation
- reference.md - Reference documentation
- trending.md - Trending documentation
Use view to read specific reference files when detailed information is needed.
Working with This Skill
For Beginners
Start with the getting_started or tutorials reference files for foundational concepts.
For Specific Features
Use the appropriate category reference file (api, guides, etc.) for detailed information.
For Code Examples
The quick reference section above contains common patterns extracted from the official docs.
Resources
references/
Organized documentation extracted from official sources. These files contain:
- Detailed explanations
- Code examples with language annotations
- Links to original documentation
- Table of contents for quick navigation
scripts/
Add helper scripts here for common automation tasks.
assets/
Add templates, boilerplate, or example projects here.
Notes
- This skill was automatically generated from official documentation
- Reference files preserve the structure and examples from source docs
- Code examples include language detection for better syntax highlighting
- Quick reference patterns are extracted from common usage examples in the docs
Updating
To refresh this skill with updated documentation:
- Re-run the scraper with the same configuration
- The skill will be rebuilt with the latest information
Source
git clone https://github.com/aiskillstore/marketplace/blob/main/skills/2025emma/coingecko/SKILL.mdView on GitHub Overview
Coingecko Skill provides guided help for using CoinGecko’s market data APIs. It covers price feeds, market cap, volume, and historical data, helping developers integrate endpoints, debug code, and follow best practices. The content is based on official documentation and organized into reference files for quick access.
How This Skill Works
The skill sources official CoinGecko docs (references/) and maps user questions to relevant topics such as market data, pricing, coins, and authentication. It supports reading detailed docs via a view command and offers code examples with language annotations. It guides you from getting started to implementing specific features, with debugging and best-practice tips.
When to Use It
- Working with CoinGecko APIs in a new project
- Exploring CoinGecko features or endpoints
- Implementing CoinGecko solutions (e.g., price trackers or dashboards)
- Debugging CoinGecko code
- Learning CoinGecko best practices
Quick Start
- Step 1: Identify data needs (price, market cap, volume, history) using the references/market_data.md and pricing.md
- Step 2: Open the relevant docs with view references/market_data.md or references/pricing.md
- Step 3: Implement a basic API call and test it against sample requests; iterate and handle responses
Best Practices
- Start with the introduction and market_data/pricing references to understand available endpoints
- Use the view command to read detailed docs and examples before coding
- Test endpoints with sample queries from the docs and handle errors gracefully
- Check authentication docs when accessing restricted endpoints or advanced features
- Implement caching and respect rate limits to avoid throttling
Example Use Cases
- Creating a live price tracker with price, market cap, and volume data
- Building a crypto dashboard displaying historical price charts
- Integrating market data into a portfolio app with currency conversions
- Debugging 429 rate-limit errors and implementing retries
- Onboarding developers with a clear CoinGecko API reference flow