インストールガイド

まず chat で導入し、ClawHub は第 2 の経路として使う。

現在の推奨ユーザー経路は会話型です。まず Clawin install skill を導入し、chat で要件を伝え、候補を確認してから OpenClaw に導入フローを進めさせます。ClawHub は skill 自体の第 2 の配布経路として残ります。

現在の推奨

インストール用プロンプトを 1 本コピーして OpenClaw に送り、その後は chat に任せる。

この skill が ClawHub に公開される前は、この経路が最もシンプルです。公開ファイルから chat install skill を導入し、その後は OpenClaw が必要に応じて agent を提案・導入できます。

インストール用プロンプト

これを OpenClaw chat に貼り付ける

Please install the OpenClaw skill `clawin-agent-match-install` from these public files.

Files:
- SKILL.md: https://agents.clawin.club/downloads/skills/clawin-agent-match-install/SKILL.md
- catalog_match.py: https://agents.clawin.club/downloads/skills/clawin-agent-match-install/scripts/catalog_match.py
- response-patterns.md: https://agents.clawin.club/downloads/skills/clawin-agent-match-install/references/response-patterns.md

What to do:
1. Create ~/.openclaw/workspace/skills/clawin-agent-match-install if it does not exist.
2. Download the files above into matching paths under that folder.
3. Verify the installed folder contains SKILL.md, scripts/catalog_match.py, and references/response-patterns.md.
4. If OpenClaw needs a restart to load the new skill, restart safely.
5. After installation, report the installed path and whether the skill is ready to use.

Do not claim success unless the files are actually installed.
1. プロンプトをコピーして OpenClaw に送る。
2. skill を導入させ、利用可能か確認する。
3. その後、欲しい agent を chat で依頼する。
第2経路

パッケージマネージャ風の導入が好みなら、ClawHub を予備経路として残せます。

この経路は skill が ClawHub に公開された後に役立ちます。導入されるのは skill 自体で、その後の agent 発見と導入は chat で行います。

第2 公開後に使用
ClawHub コマンド clawhub install clawin-agent-match-install
  • ClawHub で skill 自体を導入する。
  • その後 chat で必要な agent を説明する。
  • OpenClaw が導入を実行する前に確認する。
1

最初にローカル OpenClaw を整える

推奨ユーザーフローでは CLI を手動操作する必要はありませんが、OpenClaw 環境にはローカル runtime と導入ツールがバックグラウンドで利用可能である必要があります。

OpenClaw がローカル導入済み OpenClaw から Clawin CLI を呼び出せる
2

まず install skill を導入する

現在の推奨は、上のインストール用プロンプトを自分の OpenClaw chat に送ることです。第 2 経路は、skill が公開された後に ClawHub を使う方法です。

インストール用プロンプトをコピー → OpenClaw に送信 clawhub install clawin-agent-match-install
3

chat で agent を導入する

skill が利用可能になれば、ユーザー向けフローは会話型です。要件を伝え、候補を確認し、推薦結果に同意したら OpenClaw が選んだ agent の導入を進めます。

chat で「フロントエンド性能向けの Clawin agent を探して」と聞く。 その後、OpenClaw が確認したら導入を承認する。
導入後に得られるもの

OpenClaw 内で呼び出せる出発点。

  • 役割別 package がローカルの OpenClaw 環境へ導入されます。
  • 推奨の直接導入フローが登録と main からの呼び出し権限までまとめて処理します。
  • package 文書、workspace 材料、config ガイドが一緒に届きます。
ローカルに残るもの

Clawin は導入を短縮しますが、ローカル側の責任は残ります。

  • Provider API keys とモデルアクセス。
  • チャネル認証状態と受信者固有の bindings。
  • マシン固有の環境設定とルーティング。
  • 本番利用前の安全確認。
最初におすすめの導入

評価しやすい package から始める。

ソフトウェア系の定番は web performance engineer、リサーチ系の定番は company research analyst です。

  • clawin info software-it-web-performance-engineer-js-ts
  • clawin install software-it-web-performance-engineer-js-ts --allow-main
  • clawin info financial-research-company-research-analyst
よくあるつまずき

多くの導入時の混乱は事前に説明できます。

  • OpenClaw 自体はローカルに存在している必要があります。
  • skill-first の経路は Clawin CLI へのバックグラウンド依存を無くすわけではなく、ユーザーが手動でコマンドを打たなくてよくするだけです。
  • public catalog はローカルの provider 設定を置き換えません。
  • 導入後にローカルで追加設定が必要な package もあります。
  • 会話型インストールは選定を助けますが、実行前に確認を求める場合があります。

Install Clawin Agents from the Public Catalog

Clawin now supports two practical install paths:

  1. Discover by chat when you do not know the right agent yet
  2. Install by known ID when you already know the exact package you want

Both paths use the same public catalog and end in the same local OpenClaw install flow.


Prerequisites

  • Node.js and npm available on the target machine
  • an existing OpenClaw installation
  • permission to edit the target OpenClaw config
  • a working model/provider setup for the machine where the agent will run

Path A — Discover and install by chat

Use this path when you want OpenClaw to help you find the right Clawin package first.

1. Install or update the Clawin install skill

clawhub install clawin-agent-match-install

2. Make sure the public Clawin CLI is available locally

npm install -g agents.clawin
clawin init

3. Refresh from the current public catalog release

clawin catalog refresh --catalog https://agents.clawin.club/releases/2026-03-18-p6-full-catalog-1395-agent/catalogs/published/catalog.json

4. Ask OpenClaw to find the right agent

Example prompts:

  • Find me a Clawin agent for frontend performance work.
  • I need a Clawin agent for financial research company analysis.
  • Recommend a Clawin agent for growth and attribution work.

Expected flow:

  • the skill searches the public Clawin catalog
  • it recommends one or more candidate agents
  • it may compare options or explain tradeoffs
  • it should ask for confirmation before the actual install step

5. Confirm the install

After confirmation, use the recommended install path for the chosen agent. If you want to run the final install step yourself, use the direct path below.


Path B — Install directly by known agent ID

Use this path when you already know the exact package you want.

1. Install the Clawin CLI

npm install -g agents.clawin

2. Initialize Clawin on the machine

clawin init

This prepares the local Clawin workspace and config wiring used for catalog-driven installs.

3. Refresh from a published catalog

Catalog URL pattern:

https://agents.clawin.club/releases/<release>/catalogs/published/catalog.json

Current full-catalog public release:

clawin catalog refresh --catalog https://agents.clawin.club/releases/2026-03-18-p6-full-catalog-1395-agent/catalogs/published/catalog.json

Current scoped financial research release (52 agents):

clawin catalog refresh --catalog https://agents.clawin.club/releases/2026-03-16-p5-financial-research-v2-52-agent/catalogs/published/catalog.json

Use the published release you want. The URL always points to a release-scoped catalog snapshot under /releases/<release>/catalogs/published/catalog.json.

4. Search and inspect agents

Search the catalog you just refreshed. For the full public catalog, a software example is:

clawin search "web performance"

For the financial research slice, an example is:

clawin search "financial research"

Inspect one package before install. Example financial research package:

clawin info financial-research-company-research-analyst

The scoped financial research release publishes 52 agent ids across the broader financial research industry roster, including equity analysis, screening and comparison, market monitoring, event and earnings monitoring, and portfolio research support.

5. Install the agent

Recommended direct command:

clawin install financial-research-company-research-analyst --allow-main

The recommended direct path installs the agent and completes the registration steps needed so main can call it.

If you prefer the older explicit mental model, this is the modern one-step equivalent of install + register + allow-main.

The install command handles the package fetch and local placement for you. You do not need to manually copy a folder from categories/... into ~/.openclaw/agents/<agentId>/.

6. Review status and local config follow-up

Check the local install result:

clawin status financial-research-company-research-analyst

After install, finish the local-only pieces required by your environment:

  • review the generated registration/config output
  • keep provider credentials and other secrets local
  • apply any environment-specific routing or recipient bindings

If the installed package ships a config entry or snippet, treat it as local configuration material. In safe-mode flows, review the generated registration/config snippet before enabling the agent in your own OpenClaw setup.

7. Reload OpenClaw if needed

If your OpenClaw process does not hot-reload the new registration automatically, reload or restart it so the agent becomes available.


Good first installs

Software / developer path:

clawin info software-it-web-performance-engineer-js-ts
clawin install software-it-web-performance-engineer-js-ts --allow-main

Research path:

clawin info financial-research-company-research-analyst
clawin install financial-research-company-research-analyst --allow-main

Important notes

  • Do not commit your local secrets back into this repository.
  • The public catalog is release-scoped; refresh the catalog again when you want a newer published release.
  • Bundled agent-specific skills still live under workspace/skills/ inside installed packages when included.
  • Clawin packages intentionally keep required skills inside each agent package so a single install remains usable on its own.
  • The conversational install skill helps you choose, but it may still ask you to confirm before the final install runs.
  • Provider API keys, channel auth state, recipient-specific bindings, and environment-specific routing choices remain local responsibilities.
Theme