ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 4/5

clawhub

Clinical Tempo / HealthTech Protocol — full repo context via public/llm-full.txt (or /llm-full.txt), tribal debugging via CLAWHUB.md, Tempo + MPP/x402 patterns, NHS routes, TIP-20 (viem/tempo), dance-extras live routes, EVVM on Tempo testnet. Use when: (1) Onboarding an agent or pasting system context, (2) Debugging 402/MPP, stale API, or port 8787 issues, (3) Editing docs that feed llm-full.txt, (4) Working on hub routes, server/index.js, or integrations (AgentMail, purl, OpenAI MPP, etc.), (5) EVVM deploy/docs, (6) Preparing a ClawHub or Copilot instruction bundle, (7) MPPScan/OpenAPI discovery at GET /openapi.json, (8) OpenClaw — optional **@anyway-sh/anyway-openclaw** plugin, (9) Publishing or consuming a ClawHub skill zip modeled on self-improving-agent rigor. For raw EVVM protocol depth, fetch https://www.evvm.info/llms-full.txt (not vendored in-repo).

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/arunnadarasa/clinicaltempo
Or

What This Skill Does

The clawhub skill serves as the definitive navigation and diagnostic engine for the Clinical Tempo ecosystem. It provides OpenClaw agents with deep context regarding the repository structure, MPP (Machine Payable Protocol) integration, and HealthTech protocol standards. By surfacing the llm-full.txt context, the skill ensures that agents understand the full stack from the React-based hub interface to the Node/Express backend on port 8787. It explicitly handles the complexities of x402 payments, TIP-20 (viem/tempo) minting logic, and EVVM testnet deployments, preventing common pitfalls identified in the tribal debugging repository CLAWHUB.md.

Installation

You can install the skill directly from the authoritative repository or manually copy it into your local OpenClaw workspace.

  1. CLI Installation: Run clawhub install openclaw/skills/skills/arunnadarasa/clinicaltempo.
  2. Manual Method: Locate the skill files in .cursor/skills/clawhub/ and copy them to your local ~/.openclaw/skills/ directory.
  3. Post-Installation: Always check if an openclaw plugin installation (e.g., @anyway-sh/anyway-openclaw) is required for your specific workflow. If you make changes to documentation, remember to run npm run build:llm to ensure your updates are reflected in the global context bundle.

Use Cases

  • Protocol Onboarding: Quickly bootstrap an agent with the full codebase context by pointing them to public/llm-full.txt.
  • MPP/402 Debugging: Resolve payment flow failures by referencing CLAWHUB.md for historical, known-good configurations.
  • Server Maintenance: Troubleshoot 8787 port conflicts or stale API responses where the frontend is live but the backend service is unresponsive.
  • TIP-20 Token Operations: Manage secure minting procedures using src/tempoTip20Launch.ts while adhering to the 0x76 transaction envelope rules.
  • Deployment Coordination: Managing EVVM testnet environments and verifying routes through server/index.js.

Example Prompts

  1. "I am seeing a 402 error when processing the dance-extras flow. Based on CLAWHUB.md, where should I inspect the server/index.js handlers?"
  2. "Please summarize the current TIP-20 minting requirements from public/llm-full.txt and ensure I am using the correct writeContractSync approach."
  3. "The dashboard is not loading data from the API. Check if the server is running on 8787 and verify the OpenAPI discovery status."

Tips & Limitations

  • Context Freshness: The public/llm-full.txt file is the source of truth; if you add new features, ensure they are added to the build script scripts/build-llm-full.mjs.
  • Security: Never commit sensitive secrets or private keys to files indexed by llm-full.txt or documented in the success/failure logs of CLAWHUB.md.
  • Network: For raw EVVM depth, the skill will fetch external resources from https://www.evvm.info/llms-full.txt. Ensure your agent environment permits these outgoing requests.

Metadata

Stars4473
Views1
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-arunnadarasa-clinicaltempo": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#healthtech#mpp#tempo#clinical-tempo#viem
Safety Score: 4/5

Flags: file-read, file-write, network-access, code-execution