> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.6mm.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.6mm.com/_mcp/server.

# クロード コード CLI

> **計画中 – まだ開始されていません**
> AI Hub は計画中の機能です。このページの機能、エンドポイント、コマンド、およびクライアント構成は、提案された設計について説明したものであり、現在は利用できません。最終的な可用性とセットアップ手順は発売時に発表されます。

クロード コード CLI は、エージェントが端末コマンドを実行し、JSON 出力を検査し、統合コードを更新できる場合に役立ちます。

## 推奨セットアップ

| 必要               | 設定        |
| ---------------- | --------- |
| クイックマーケットチェック    | 6MM CLI   |
| ローカルアカウントのコンテキスト | ローカル MCP  |
| 反復可能な実装ワークフロー    | エージェントスキル |

## タスクの例

```text
Use 6MM CLI to list available perpetual markets and return JSON.
```

```text
Use 6MM to inspect webhook event examples and generate an idempotent handler plan.
```

```text
Use 6MM testnet data to validate this Trading Widget integration. Do not place live orders.
```

## ベストプラクティス

エージェントのワークフローには JSON 出力を優先します。解析、比較、実装ログへの組み込みが容易になります。