用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tomevault-io/skills-registry --skill clawhub命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | clawhub |
| description | >- Use when this capability is needed. |
Clinical Arc is the reference HealthTech Protocol app: React hub + dedicated routes, Node/Express API, Arc Testnet settlement via Circle Gateway x402. This skill tells agents where context lives and how to avoid known traps (see CLAWHUB.md).
| Situation | Action |
|---|---|
| Need one file with README + use cases + protocol + ClawHub | Load public/llm-full.txt or /llm-full.txt (running app). |
402 / wallet confusion | CLAWHUB.md + relevant route in server/index.js. |
| UI works but API 404 / HTML | Backend not running or stale process — restart npm run server (8787). |
| Verify live dance handler exists | GET http://localhost:8787/api/dance-extras/live → JSON with flowKeys. |
| Which screens exist | src/hubRoutes.ts; hub /. |
| Changed markdown included in bundle | npm run build:llm (runs before npm run build). |
| OpenAPI | GET /openapi.json; npm run discovery · docs/OPENAPI_DISCOVERY.md |
| OpenClaw + extra capabilities | Optional plugin: openclaw plugins install @anyway-sh/anyway-openclaw |
| Promotion of a fix for future agents | Short entry under Successes or Failures in CLAWHUB.md (no secrets). |
TIP-20 mint (/nhs/tip20) — issuer role + envelope 0x76 | CLAWHUB.md; code src/tempoTip20Launch.ts. Mint needs ISSUER_ROLE; use writeContractSync(grantRole), not grantRolesSync (batched tx type 0x76 breaks viem + browser wallets). |
Use this skill automatically when:
llm-full.txt, CLAWHUB, Clinical Arc, x402, dance-extras, or Arc testnet.server/index.js, server/payments.js, or src/danceExtras*.ts.scripts/build-llm-full.mjs (bundle sources).@ public/llm-full.txt for broad changes; @ CLAWHUB.md when debugging past incidents.AGENTS.md or .cursor/rules if present — align with README.md.clinicalarc/
├── public/llm-full.txt # Generated — run npm run build:llm
├── CLAWHUB.md # Tribal knowledge
├── README.md # Routes, stack, quick start
├── HEALTHTECH_USE_CASES.md # Flow-by-flow API contract
├── server/index.js # Express routes, integrations
├── server/openapi.mjs # OpenAPI 3.1 for GET /openapi.json
├── server/payments.js # Chain IDs, charge helpers
├── src/hubRoutes.ts # Hub directory of routes
├── src/danceExtrasLiveX402.ts # Browser x402 helpers (live flows)
├── src/danceExtrasJudgeWire.ts # Judge-score wire snippets
├── docs/ARC_X402_NOTES.md
└── scripts/build-llm-full.mjs # Source list for llm-full.txt
Read CLAWHUB.md for successes / failures (402 loops, stale Express on 8787, etc.)
| Topic | Location |
|---|---|
| Live dance flows | POST /api/dance-extras/live/:flowKey/:network — GET /api/dance-extras/live |
| Hub routes | src/hubRoutes.ts |
| Browser x402 | src/danceExtrasLiveX402.ts, src/arcX402Fetch.ts, src/nhsArcPaidFetch.ts |
| Server | server/index.js |
Commit /.github/copilot-instructions.md when present; align with README.md.
Source: arunnadarasa/clinicaltempo — distributed by TomeVault.