jpskill.com
✍️ ライティング コミュニティ

coingecko

CoinGecko APIを利用して、暗号資産の価格や時価総額、取引量などの市場データを取得し、価格トラッカーの構築や市場分析に役立てることができるSkill。

📜 元の英語説明(参考)

CoinGecko API documentation - cryptocurrency market data API, price feeds, market cap, volume, historical data. Use when integrating CoinGecko API, building crypto price trackers, or accessing cryptocurrency market data.

🇯🇵 日本人クリエイター向け解説

一言でいうと

CoinGecko APIを利用して、暗号資産の価格や時価総額、取引量などの市場データを取得し、価格トラッカーの構築や市場分析に役立てることができるSkill。

※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。

⚡ おすすめ: コマンド1行でインストール(60秒)

下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。

🍎 Mac / 🐧 Linux
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o coingecko.zip https://jpskill.com/download/16679.zip && unzip -o coingecko.zip && rm coingecko.zip
🪟 Windows (PowerShell)
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/16679.zip -OutFile "$d\coingecko.zip"; Expand-Archive "$d\coingecko.zip" -DestinationPath $d -Force; ri "$d\coingecko.zip"

完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して coingecko.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → coingecko フォルダができる
  3. 3. そのフォルダを C:\Users\あなたの名前\.claude\skills\(Win)または ~/.claude/skills/(Mac)へ移動
  4. 4. Claude Code を再起動

⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。

🎯 このSkillでできること

下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。

📦 インストール方法 (3ステップ)

  1. 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
  2. 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
  3. 3. 展開してできたフォルダを、ホームフォルダの .claude/skills/ に置く
    • · macOS / Linux: ~/.claude/skills/
    • · Windows: %USERPROFILE%\.claude\skills\

Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。

詳しい使い方ガイドを見る →
最終更新
2026-05-18
取得日時
2026-05-18
同梱ファイル
15

📖 Skill本文(日本語訳)

※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。

Coingecko Skill

公式ドキュメントから生成された、coingecko開発に関する包括的な支援を行います。

このSkillを使うべき時

このSkillは、以下の場合にトリガーされるべきです。

  • coingecko を使用する場合
  • coingecko の機能や API について質問する場合
  • coingecko ソリューションを実装する場合
  • coingecko コードをデバッグする場合
  • coingecko のベストプラクティスを学習する場合

クイックリファレンス

一般的なパターン

クイックリファレンスのパターンは、このSkillを使用するにつれて追加されます。

参照ファイル

このSkillには、references/ に包括的なドキュメントが含まれています。

  • authentication.md - 認証に関するドキュメント
  • coins.md - コインに関するドキュメント
  • contract.md - コントラクトに関するドキュメント
  • exchanges.md - 取引所に関するドキュメント
  • introduction.md - 導入に関するドキュメント
  • market_data.md - マーケットデータに関するドキュメント
  • nfts.md - NFT に関するドキュメント
  • other.md - その他のドキュメント
  • pricing.md - 価格設定に関するドキュメント
  • reference.md - リファレンスドキュメント
  • trending.md - トレンドに関するドキュメント

詳細な情報が必要な場合は、view を使用して特定の参照ファイルを読んでください。

このSkillの使い方

初心者向け

基礎的な概念については、getting_started または tutorials の参照ファイルから始めてください。

特定の機能について

詳細な情報については、適切なカテゴリの参照ファイル (api、guides など) を使用してください。

コード例について

上記のクイックリファレンスセクションには、公式ドキュメントから抽出された一般的なパターンが含まれています。

リソース

references/

公式ソースから抽出された、整理されたドキュメントです。これらのファイルには以下が含まれます。

  • 詳細な説明
  • 言語アノテーション付きのコード例
  • 元のドキュメントへのリンク
  • 素早いナビゲーションのための目次

scripts/

一般的な自動化タスクのためのヘルパースクリプトをここに追加します。

assets/

テンプレート、ボイラープレート、またはサンプルプロジェクトをここに追加します。

注記

  • このSkillは、公式ドキュメントから自動的に生成されました
  • 参照ファイルは、ソースドキュメントの構造と例を保持しています
  • コード例には、より良い構文ハイライトのために言語検出が含まれています
  • クイックリファレンスのパターンは、ドキュメント内の一般的な使用例から抽出されています

更新

更新されたドキュメントでこのSkillを更新するには:

  1. 同じ構成でスクレイパーを再実行します
  2. Skillは最新の情報で再構築されます
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

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

同梱ファイル

※ ZIPに含まれるファイル一覧。`SKILL.md` 本体に加え、参考資料・サンプル・スクリプトが入っている場合があります。