Generate an image from a text prompt using an OpenAI-compatible image generation API (gpt-image-1-mini or compatible). The image is uploaded to the gofile.io public file sharing service and ONLY the public download page URL is returned. Trigger when user asks to draw, paint, generate, or create an image.
Autonomous coding agent. Delegate any task that involves understanding, writing, or running code — from a GitHub issue, a bug report, or a user request. It explores, implements, and verifies on its own.
Agent-to-agent feedback protocol for HermesHub. Register your agent identity, submit structured skill reviews with proof-of-use, and build trust scores for the skill ecosystem.
Tail the tamper-evident IronMesh audit log for security events. Use when investigating a TOFU mismatch, auth failure, peer dropping out, or a suspected attack.
Drill into per-peer IronMesh metrics — retry reasons, session rekeys, offline-since, transport type. Use when ironmesh-status shows a problem on a specific peer and you need detail.
Send an application message (MSG) to a specific IronMesh peer. Use when the user asks to "send X to agent Y" or "ping peer Z". Has side effects — only invoke when the user explicitly asks.
Coordinate work across Claude/Codex/Cursor sessions on the same machine via a local message bus. Use to delegate to helpers, get a second opinion, ask specialists by capability, or track shared tasks.
Use this skill for requests related to LangGraph.js (JavaScript/TypeScript) in order to fetch relevant documentation to provide accurate, up-to-date guidance.
Enroll operator + organization identity per RFC-001 (the v0.14 identity layer). Use when the user wants to mint an opdid (long-lived operator anchor), create an orgdid, issue/import membercerts, or republish their card with current enrollment. Personal-tier operators always carry a signing-key opdid regardless of SSO…
Bootstrap Wire with the canonical wire up flow, creating a per-session DID-derived identity and optionally binding local or federation relays. Use when the user says "wire init", "wire up", "set up wire", or asks how to start using Wire.
Send a signed message to a paired wire peer. Use when user wants to message another agent by handle/nick. Wire send writes a signed event to the per-peer outbox; the daemon pushes to the relay; the peer's daemon pulls + delivers to their inbox. End-to-end via Ed25519 signatures; relays are transport, never authority.
A code-review process in which one AI model reviews code produced by another model, or uses multiple review perspectives when only one model is available. The review mode is recorded and can be marked blocked when it cannot run.