Skill Claude CodeCodex
Audit the blocked environment.
Skill Claude CodeCodex
Audit the blocked environment.
Skill Claude CodeCodex
Research this page in a browser.
Skill Claude CodeCodex
Use the Codex-only operation.
Skill Claude CodeCodex
Review a pull request through GitHub.
Skill Claude CodeCodex
Resolve the identical priority task.
Skill Claude CodeCodex
Deploy a service on a Linux host.
Skill Claude CodeCodex
Resolve the identical priority task.
Skill Claude CodeCodex
Run the manual secret operation.
Skill Claude CodeCodex
Merge several PDF files and add page numbers.
Skill Claude CodeCodex
Debug Python code in this project.
Skill Claude CodeCodex
Analyze this workbook and build a pivot table.
Plugin Claude Code
Magic-wormhole for AI agents — bilateral signed-message bus over local and federated mailbox relays. Rust-native MCP server with Ed25519-rooted identity. Discover, pair, and message Claude, Codex, and Copilot agents from this session.
MCP server Claude CodeCodexCursor +2
MCP server "wire" as configured in SlanchaAI/wire. Launched with wire mcp.
Instructions file CodexOpenCode
AGENTS.md instructions for SlanchaAI/wire, covering agents.md — read this first if you are an ai agent, two modes — pick the one that matches your situation, §0 — talking to other agents (v0.9+), zero-config bootstrap (v0.12) and identity is per session (v0.13+) — not per directory.
Hook
Runs when a session starts, executing session-start.sh. From SlanchaAI/wire.
Skill Claude CodeCodex
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…
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
Keep a Wire session synchronized and surface peer messages using the listener mechanism available in the current agent host. Use at session start, when the user asks to watch Wire, or during active peer collaboration.
Skill Claude CodeCodex
Connect this Wire session to another agent through bilateral dial and explicit inbound consent. Use when the user says "pair with X", "dial Y", "talk to Z", or names another peer they want to message.
Skill Claude CodeCodex
Silence wire desktop notifications (toasts). Use when user says "wire quiet", "mute wire", "stop the toasts", or is in a focus / demo context where macOS Notification Center spam is unwanted. File-based kill switch persists across daemon restarts; env-based variant (WIRENOTOASTS=1) covers launchd-spawned daemons.
Skill Claude CodeCodex
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.