·tool-use
""

tool-use

lobbi-docs/claude

Claude のツール使用パターンには、スキーマ設計、tool_choice モード、結果処理、並列実行、エラー回復、拡張思考の統合が含まれます。

8インストール·0トレンド·@lobbi-docs

インストール

$npx skills add https://github.com/lobbi-docs/claude --skill tool-use

SKILL.md

Comprehensive guide to implementing tool use with Claude, covering schema design, tool choice modes, multi-turn conversations, error handling patterns, and advanced features like extended thinking and strict schema conformance.

Control how Claude decides whether and how to use tools:

| "auto" | Claude decides to use tools or not (default) | General tool use, letting Claude decide | | "any" | Claude must use one tool but can choose which | Forcing tool use without specific tool | | "tool" | Force specific tool (e.g., {"type": "tool", "name": "getweather"}) | Structured JSON output, specific tool required |

Claude のツール使用パターンには、スキーマ設計、tool_choice モード、結果処理、並列実行、エラー回復、拡張思考の統合が含まれます。 ソース: lobbi-docs/claude。

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/lobbi-docs/claude --skill tool-use
カテゴリ
""ライティング
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

tool-use とは?

Claude のツール使用パターンには、スキーマ設計、tool_choice モード、結果処理、並列実行、エラー回復、拡張思考の統合が含まれます。 ソース: lobbi-docs/claude。

tool-use のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/lobbi-docs/claude --skill tool-use インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/lobbi-docs/claude