Install a skill. Run it inside the harness.
Every skill installs into any of 20+ MCP agents from one paste and runs as the tool skill.<name> inside the HyperMove harness — observability error-capture, sentinel policy, and output-enforcement. Machine-readable at /api/skills.
Generate a tool from any URL
Paste a dApp link → scan → get an agent-callable MCP config.
Harness primitives
The runtime every skill runs inside — adopt one capability at a time.
hm-error-handler
skill.hm-error-handlerStructured error capture + trace + recursive self-heal feedback for any wrapped call.
Composes: lib/observability
hm-output-enforcer
skill.hm-output-enforcerEnforce-don't-instruct verify-gate: check arbitrary output against required fields; report pass/fail.
Composes: lib/harness/output-enforcer
hm-doc-extract
skill.hm-doc-extractParse PDF/image/Office → structured data with an auto-generated or provided extraction schema (Upstage).
Composes: Upstage Document Parser, lib/harness/output-enforcer
hm-local-mcp
skill.hm-local-mcpPrivacy-first local FastMCP server config — sensitive documents never leave the premises.
Composes: FastMCP 3.0 (local + Skills provider)
hm-inference-router
skill.hm-inference-routerRoute simple queries to a 99%-cheaper open model (DeepSeek V4), hard ones to a frontier model; report est. savings.
Composes: LiteLLM, DeepSeek V4
hm-search-harness
skill.hm-search-harnessGoal-framing search: force a one-sentence goal, run parallel retrieval, cut RAG "caveman-query" tokens ~95%.
Composes: Mixedbread goal-framing
Business models
Productized playbooks composed from the primitives.
hm-digital-sdr
skill.hm-digital-sdrDigital SDR in a Box — scrape, enrich, draft personalized outreach under a strict $20/day spend cap.
Composes: hm-inference-router, hm-output-enforcer, sentinel:maxSpendPerDay=20
hm-smart-inference-router
skill.hm-smart-inference-routerSmart Inference Router (pro) — compress a client's search/support loops; outcome-gated on a live 70%+ token-bill cut.
Composes: hm-inference-router, lib/observability
hm-oracle-gap-search
skill.hm-oracle-gap-searchOracle-Gap Search Harness — kill RAG context-bloat with goal-framing + parallel search (~95% token cut).
Composes: hm-search-harness, hm-output-enforcer
hm-sentinel-precommit
skill.hm-sentinel-precommitSentinel pre-commit hook + Cognitive Debt Sentry — block uncompiled/untested agent commits; feed failures back.
Composes: hm-output-enforcer, sentinel, hm-error-handler
hm-ap-desk-parser
skill.hm-ap-desk-parserOffline AP desk — parse invoice PDFs → validated CSV, math-check line-items sum to total, zero data egress.
Composes: hm-doc-extract, hm-local-mcp, hm-output-enforcer
hm-brand-ad-studio
skill.hm-brand-ad-studioYC-style Brand & Ad-Creative Studio — WebGL shader renders + Playwright 4-second perfect-loop video ads.
Composes: hm-output-enforcer, sentinel, WebGL, Playwright
xrpl-search
skill.xrpl-searchSearch the latest XRPL developer resources — docs, XLS standards, XRPLF repos, Ripple insights — to build products. Free, 10 queries/24h.
Composes: lib/mcp/search, lib/mcp/xrpl-sources
xrpl-research-pro
skill.xrpl-research-proDeep, web-wide, freshness-ranked XRPL research — neural search + synthesis + structured findings, powered by Exa. Free to try (metered by the shared free-call tier; deep-reasoning depth is cost-guarded by FEATURE_XRPL_DEEP_REASONING).
Composes: Exa, lib/mcp/exa-client, lib/harness/output-enforcer