SOC 직업 분류 기준
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/tomevault-io/skills-registry --skill clawhub명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
| Use when this capability is needed.
> Use when this capability is needed.
Review architecture and API design for the vfs-s3 project. Use when the user mentions @architect, asks to review an issue's design, discuss module boundaries, API shape, or architectural decisions for vfs-s3. Also trigger when the user wants to create an ADR (Architecture Decision Record) or evaluate a technical approach for the project. Intended for dispatch from Codex automation or Claude routines; GitHub trigger phrase: @vfs-s3-bot please prepare design doc Use when this capability is needed.
| 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.