nukez_helpers.shsigned_call wrapper that builds the signed envelope headers from bash or zsh.
Docs · Helpers
Library
A complete inventory of helper scripts are provided herein. These are convenience helpers scripts and functions used internally by the Nukez team. Each has been tested and regularly used in our actual development and production ops. None of these are necessary to use any of the Nukez integration paths. These are strictly made available as a convenience.
Filter
Filters are stackable. They affect the cards below; the reference matrix at the bottom always shows everything.
Showing 15 of 15 helpers.
HTTP
nukez_helpers.shsigned_call wrapper that builds the signed envelope headers from bash or zsh.
nukez_sign.mjsBuild X-Nukez-Envelope and X-Nukez-Signature headers from Node or Bun, zero npm packages.
nukez_sign.pySame envelope contract as the JS signer, using Python stdlib plus the OpenSSL CLI.
nukez-sign-rs.tar.gzNative nukez-sign binary, drop-in for cargo-equipped Solana toolchains.
PyNukez
nukez_pay.pyOptional client-side x402 payment helper — executes the selected quote leg locally.
MCP
rpc()Thin JSON-RPC helper that handles both JSON and text/event-stream replies.
build_envelope() · compute_locker_id()Canonical JSON envelope construction and locker-id derivation for client-signed calls.
solana_transfer()Explicit solders-based Solana transfer for the payment leg of MCP-driven flows.
NukezAgent
nukez_context.pyCross-agent context bridge CLI — bootstrap, persist, recall, snapshot, hydrate across agents.
signed_headers() · agent_get · agent_postSign each delegate request with the local owner key, preserve extra headers, and loop signing_needed responses.
sign_envelopes()Signs gateway envelopes returned in signing_needed responses without exposing the key to the agent.
OpenClaw
nukez_cli.pyLifecycle CLI — bootstrap, persist, attest, ritual, verify, recall — for the OpenClaw skill.
nukez_pay.pyCo-located payment helper — same x402 helper as PyNukez, bundled inside the OpenClaw skill.
SKILL.mdSkill manifest the host runtime reads to learn the lifecycle commands and required env.
README.mdSkill README — install paths, prerequisites, quick start, configuration matrix.
Reference matrix
One row per helper. The chip filters above only affect the cards; this matrix always shows the full inventory so you can scan or link to a specific entry.
| Helper | Surface | Language | Kind | Scope | Source | Docs |
|---|---|---|---|---|---|---|
nukez_helpers.sh | HTTP | Shell | Download | signing | /helpers/nukez_helpers.sh | HTTP helpers · Shell tab |
nukez_sign.mjs | HTTP | JavaScript | Download | signing | /helpers/nukez_sign.mjs | HTTP helpers · JS tab |
nukez_sign.py | HTTP | Python | Download | signing | /helpers/nukez_sign.py | HTTP helpers · Python tab |
nukez-sign-rs.tar.gz | HTTP | Rust | Download | signing | /helpers/nukez-sign-rs.tar.gz | HTTP helpers · Rust tab |
nukez_pay.py | PyNukez | Python | Download | payment · SOL/SPL/MON/ERC-20 | /helpers/pynukez/nukez_pay.py | PyNukez helpers |
rpc() | MCP | Python | Inline · doc | transport | /docs/mcp/examples | MCP examples · Setup |
build_envelope() · compute_locker_id() | MCP | Python | Inline · doc | signing | /docs/mcp/examples | MCP examples · Envelope helpers |
solana_transfer() | MCP | Python | Inline · doc | payment · SOL | /docs/mcp/examples | MCP examples · Payment helper |
nukez_context.py | NukezAgent | Python | Download | context · lifecycle | /helpers/nukezagent/nukez_context.py | NukezAgent overview |
signed_headers() · agent_get · agent_post | NukezAgent | Python | Inline · doc | signing | /docs/nukezagent/examples | NukezAgent examples · Request helpers |
sign_envelopes() | NukezAgent | Python | Inline · doc | signing | /docs/nukezagent/signing-bridge | NukezAgent · Signing bridge |
nukez_cli.py | OpenClaw | Python | Download | lifecycle | /helpers/openclaw/nukez_cli.py | OpenClaw case study |
nukez_pay.py | OpenClaw | Python | Download | payment · SOL/SPL/MON/ERC-20 | /helpers/openclaw/nukez_pay.py | OpenClaw case study |
SKILL.md | OpenClaw | Markdown | Agent skill | agent skill · manifest | /helpers/openclaw/SKILL.md | OpenClaw case study |
README.md | OpenClaw | Markdown | Agent skill | agent skill · readme | /helpers/openclaw/README.md | OpenClaw case study |