Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/inneraura/hyperweave/hyperweave-verbsnpx skills add InnerAura/hyperweave --skill hyperweave-verbsgit clone --depth 1 https://github.com/InnerAura/hyperweaveWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00032 | $0.00517 |
| Opus 5 | $0.00016 | $0.00259 |
| Sonnet 5 | $0.00006 | $0.00103 |
| Haiku 4.5 | $0.00003 | $0.00052 |
Grade A, and why
hyperweave-verbs scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
HyperWeave verbs
A HyperWeave artifact is a polyglot container: a branded SVG whose data also
travels as a structured payload in <metadata>. Reason about the data; never
parse pixels.
Two seeds are embedded in every artifact:
hw:payload— the lossless spec. Replant it (compose) → byte-identical artifact.hw:envelope— the compacthwz/1digest.id = sha256(payload). ~200 tokens, actionable.
The algebra
| Verb | Binds to | Use it to |
|---|---|---|
extract(artifact, respond=envelope|payload|markdown) |
either | pull the seed at a depth |
verify(artifact) |
envelope | prove id == sha256(payload) before trusting it |
transform(artifact, mutations) |
payload | RFC-6902 patch → a new artifact |
diff(a, b) |
payload | structured delta (added/removed/changed) |
query(artifact, question) |
envelope | a cheap answer without re-reading the SVG |
compose and transform return {envelope, url} — embed ; the pixels
never enter your context.
Worked loop
hw_compose(type="matrix", genome="primer", matrix={…})→{envelope, url}hw_extract(svg, respond="payload")→ the fullMatrixSpecseedhw_transform(svg, [{"op":"replace","path":"/rows/0/cells/1/value","value":"9.99"}])→ new{envelope, url, lineage}hw_verify(new_svg)→{valid: true}
Mutations are RFC-6902 ops (add/remove/replace/move/copy/test). A
patch that breaks the frame schema fails cleanly as SPEC_INVALID; a tampered
artifact fails as ENVELOPE_CORRUPT before any mutation. transform and diff
support matrix and diagram.
Full contract: https://hyperweave.app/llms.txt.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 43 lines · 32 tokens per session scan A b2c971c1093e
hyperweave-verbs is a skill published in the GitHub repository InnerAura/hyperweave (36 stars, last pushed 3d ago), licensed Apache-2.0. It adds 32 tokens to every session and 517 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
wireframe
Produce low-fidelity black-and-white UI wireframes as SVGs or viewer pages. Use when asked to wireframe, sketch a screen, draft a layout, make a low-fi mockup, or publish wireframes.
fireworks-tech-graph
Create technical diagrams such as software architecture, data flow, flowcharts, sequence diagrams, C4 reviews, cloud deployments, event streams, observability investigations, agent/memory systems, UML, ER, network topology, timelines, and technical concept maps, then export SVG, PNG, focused semantic SVG-to-GIF…
openbot-screen-layout
The default layout for every OpenBot configuration screen — PageShell and its prose/wide widths, PageSection and PageRows, Item row composition, the settings-row pattern where a summary and a chevron open a dialog, and the size and variant vocabulary. This is what a new screen looks like unless an instruction says…
thesvg
Fetch brand SVG logos and cloud architecture icons (AWS, Azure, GCP) from theSVG. Use when the user asks for a brand logo, company icon, framework mark, service icon, or any "icon/logo for X" where X is a real brand or cloud service. Returns ready-to-use CDN URLs or raw SVG markup.
a2ui-generation
Design and generate A2UI updateComponents and updateDataModel payloads for three modes (DTO component, non-DTO component, non-DTO page). Use when asked to create or refine A2UI cards, components, or pages from DTO/JSON/business data, generate Python transformer code for DTO-driven components, iterate on existing A2UI…
architecture-diagram
Dark-themed SVG architecture/cloud/infra diagrams as HTML.