Back to Skills

coingecko

2025Emma
Updated Today
89 views
829
95
829
View on GitHub
Metawordapidesigndata

About

This skill helps developers integrate the CoinGecko cryptocurrency API, providing guidance on authentication, endpoints for coins, exchanges, and contracts. Use it when building crypto price trackers or applications needing real-time and historical market data. It offers practical assistance for implementation, debugging, and best practices.

Quick Install

Claude Code

Recommended
Plugin CommandRecommended
/plugin add https://github.com/2025Emma/vibe-coding-cn
Git CloneAlternative
git clone https://github.com/2025Emma/vibe-coding-cn.git ~/.claude/skills/coingecko

Copy and paste this command in Claude Code to install this skill

Documentation

Coingecko 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:

  1. Re-run the scraper with the same configuration
  2. The skill will be rebuilt with the latest information

GitHub Repository

2025Emma/vibe-coding-cn
Path: i18n/zh/skills/coingecko

Related Skills

content-collections

Meta

This skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.

View skill

creating-opencode-plugins

Meta

This skill provides the structure and API specifications for creating OpenCode plugins that hook into 25+ event types like commands, files, and LSP operations. It offers implementation patterns for JavaScript/TypeScript modules that intercept and extend the AI assistant's lifecycle. Use it when you need to build event-driven plugins for monitoring, custom handling, or extending OpenCode's capabilities.

View skill

evaluating-llms-harness

Testing

This Claude Skill runs the lm-evaluation-harness to benchmark LLMs across 60+ standardized academic tasks like MMLU and GSM8K. It's designed for developers to compare model quality, track training progress, or report academic results. The tool supports various backends including HuggingFace and vLLM models.

View skill

langchain

Meta

LangChain is a framework for building LLM applications using agents, chains, and RAG pipelines. It supports multiple LLM providers, offers 500+ integrations, and includes features like tool calling and memory management. Use it for rapid prototyping and deploying production systems like chatbots, autonomous agents, and question-answering services.

View skill