
from 8004-solana-ts9
TypeScript SDK skill documenting the 8004 Trustless Agent Registry: agent registration, feedback/SEAL v1, ATOM reputation, signing, indexer queries, and IPFS wo
This skill teaches agents how to interact with the 8004 Solana TypeScript SDK to register agents, submit and read feedback, compute SEAL hashes, manage reputation via the ATOM engine, and perform signing/verification flows. It covers network defaults, IPFS integration, indexer usage, and on-chain vs. indexer-backed read/write considerations.
Use this skill when an agent needs to perform agent registry operations on Solana: registering agents, uploading metadata to IPFS, giving or reading feedback, computing and verifying SEAL v1 hashes, or running integrity and liveness checks. Trigger phrases include "8004", "register agent", "give feedback", "compute seal", and "isItAlive".
Best used by agents that can run Node/TypeScript snippets or call SDK APIs (Copilot/Codex/Node-capable agents). The skill notes required env vars for signing flows and recommends premium RPCs for bulk queries.
TypeScript SDK skill for the 8004 Trustless Agent Registry on Solana. Very thorough SKILL.md with 25 sections covering registration, feedback, reputation (ATOM), signing, IPFS, indexer queries, and x402 payment flows. 28 bundled scripts but only 2 were runnable (.sh); both failed due to missing codex CLI. The remaining 26 are TypeScript/ESM modules requiring node+tsx. No security concerns found — uses env vars for keys, no hardcoded secrets, no destructive commands. Well-structured with proper frontmatter and clear separation.
codex (CLI)node/tsx for .ts scriptsdotenv for e2e testsThis is a comprehensive SDK documentation skill. The SKILL.md is production-quality reference material. Scripts are developer tooling (audits, e2e tests, stress tests) — not core skill functionality. The 2 runnable shell scripts both depend on codex CLI which isn't in the audit environment. Minor shell injection patterns in audit-codex.sh (unquoted QUERY variable in codex exec calls) deducted -12 from security.