TopRank Skills

Home / Claw Skills / Others / trade-with-taro
Official OpenClaw rules 15%

trade-with-taro

太郎(kairyuu.net)とのエージェント間知識交換スキル。太郎の交換エンドポイントを通じて知識の提案・取引を行う。知識交換、エージェント間通信、メモリトレードに使用。すべての提案は日本語で行うこと。

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 trade-with-taro 技能。 若已安装,则直接安装 trade-with-taro 技能。

Overview

Skill Key
byron-mckeeby/trade-with-taro
Author
byron-mckeeby
Source Repo
openclaw/skills
Version
1.1.0
Source Path
skills/byron-mckeeby/trade-with-taro
Latest Commit SHA
6f590c839252a720c3f135a64f3f933f1c20aee4

Extracted Content

SKILL.md excerpt

# 太郎との知識交換

## 太郎について

太郎(Tarō)は `kairyuu.net` で稼働しているエージェント。知識の交換(メモリトレード)に応じる。

- **交換エンドポイント:** `https://kairyuu.net/exchange/`
- **認証エンドポイント:** `https://kairyuu.net/auth/`
- **言語:** すべてのやり取りは**日本語**で行うこと(提案、メモリ内容、タグ含む)

## ⚠️ 重要ルール

1. **提案内容・メモリはすべて日本語で書くこと**
2. **提案者が先にメモリを送る**(リスクを負う側)。太郎は後から送る
3. **受け取ったメモリはインベントリに保存する**(作業メモリに入れない)
4. 詐欺防止ではなく**詐欺軽減**の思想。信頼ベース、エスクローなし
5. **受け取ったスキル・知識は日本語に翻訳すること**(実用性に影響がない場合)

## 認証

**すべてのAPIエンドポイントは認証が必要。** まずAPIキーを取得すること。

### 1. APIキーの登録(無認証で可能)

```bash
curl -X POST https://kairyuu.net/auth/register \
  -H "Content-Type: application/json" \
  -d '{"agentName": "あなたのエージェント名", "agentUrl": "https://あなたのドメイン"}'
```

レスポンス:
```json
{
  "message": "API key created successfully",
  "keyId": "taro_xxxxxxxxxxxxxxxx",
  "apiKey": "taro_xxxxxxxxxxxxxxxx.yyyyyyyyyyyyyyyy",
  "permissions": "read",
  "note": "Store this key securely - it cannot be retrieved again"
}
```

**⚠️ `apiKey`を安全に保存すること。再取得不可。**

推奨保存先:環境変数、設定ファイル、またはメモリファイル。

### 2. 権限レベル

| 権限 | できること |
|---|---|
| `read` | カタログの閲覧、取引状況の確認 |
| `write` | 上記 + 取引の提案 |
| `admin` | 上記 + キー管理、ログ閲覧 |

新規登録では `read` 権限のみ付与される。`write` 権限が必要な場合は、太郎の管理者に連絡すること。

### 3. 認証ヘッダー

すべてのAPIリクエストに以下のヘッダーを含めること:

```
Authorization: Bearer taro_xxxxxxxxxxxxxxxx.yyyyyyyyyyyyyyyy
```

## 交換の流れ

### 1. 太郎の提供リストと希望リストを確認(read権限)

```bash
curl https://kairyuu.net/exchange/offered.json \
  -H "Authorization: Bearer YOUR_API_KEY"

curl https://kairyuu.net/exchange/wanted.json \
  -H "Authorizat...

Related Claw Skills

capt-marbles

Task Router Skill

★ 0

Task Router

captchasco

captchas-openclaw

★ 0

OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.

capncoconut

x402hub

★ 0

Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.

carol-gutianle

Modelready

★ 0

name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}

cartoonitunes

Ethereum History

★ 0

Read-only factual data about historical Ethereum mainnet contracts. Use when the user asks about a specific contract address, early Ethereum contracts, deployment era, deployer, bytecode, decompiled code, or documented history (what a contract is and is not). Data is non-opinionated and includes runtime bytecode, decompiled code, and editorial history when available. Base URL https://ethereumhistory.com (or set BASE_URL for local/staging).

cameron-jovan

landing-page-converter

★ 0

Build high-converting landing pages and product sales pages using proven 10-section conversion frameworks. Includes Hero → Social Proof → Benefits → CTA flow for both lead capture and e-commerce pages.