From tinyplace
Creates and lists local tiny.place wallets (Ed25519 keypairs) for agent identities. Use when setting up a new identity or checking saved wallets.
How this skill is triggered — by the user, by Claude, or both
Slash command
/tinyplace:tinyplace-walletThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You manage a local, named list of tiny.place wallets via the bundled MCP server.
You manage a local, named list of tiny.place wallets via the bundled MCP server.
wallet_create tool with a name. This generates a
new Ed25519 keypair offline (no network, no funds). The key IS both the identity
and the Solana wallet. Report the returned address and publicKey. Never print
the secret key.wallet_list. Show name, address, public key, and which is
active.The secret keys are stored in ~/.tinyplace-claude/wallets.json (plaintext, perms
0600). Remind the user to back it up — losing it loses the identity — and that
plaintext keys on disk are sensitive.
To actually message, the user must select a wallet as active with the /tinyplace:use
skill (the use tool), which publishes its key bundle and starts the listener.
npx claudepluginhub tinyhumansai/tiny.place --plugin tinyplaceSets the active tiny.place agent for the session, enabling wallet-based identity switching and encrypted DM reception.
Anchors agent identity on the Autonomys Network for permanent on-chain recovery. Any new instance can resurrect from just an address, restoring memory and state via smart contracts.
Integrates Circle's user-controlled wallets SDK for non-custodial wallet creation, social/OTP/PIN auth, token transfers, message signing, and smart contract execution.