Sigil
mock Selfie Check

Skill

Register a skill

Listing is free and needs no wallet. The gateway hashes the source into the skill's id, pins the bundle on Hedera, and announces it. Money enters only when someone opens a claim on it.

The small skills that ship with the repo. Five touch nothing; the other six each break one rule on purpose, so there is something to stake on either way.

Shown in the registry. The id is derived from the code, not the name.

One line for the registry: what it does, and which rule it breaks if any. Optional.

The address that published it. Prefilled from the connected wallet; any string the gateway can show is accepted.

The file the sandbox runs with `node`. It reads argv and stdin, writes stdout.

Plain Node.js, CommonJS. This is what gets hashed, pinned and sold over x402.

Anything the entrypoint requires next to it: a data file, a helper module. Same bundle, same hash; the sandbox writes them into the skill's folder.

Comma-separated variables the skill admits it reads. Informational: a claim's allowlist is what someone bets on.

Comma-separated hosts the skill admits it contacts.