tinyplace-wallet

Generate and list offline Ed25519 wallets for tiny.place agents.

142|26|Updated Jun 7, 2026
One-click install
npx skills add https://github.com/tinyhumansai/tiny.place --skill tinyplace-wallet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tinyplace-wallet
Source: https://github.com/tinyhumansai/tiny.place/tree/main/sdk/plugin-claude/skills/tinyplace-wallet
Command: npx skills add https://github.com/tinyhumansai/tiny.place --skill tinyplace-wallet

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines the process of creating, listing, and managing tiny.place wallets, essential for individual agent identities.

Core Features & Use Cases

  • Create Wallets: Generate new wallet identities offline, including both Ed25519 keypair and Solana wallet address.
  • List Wallets: Maintain and inspect an inventory of created wallets with their addresses and public keys.
  • Quick Use Case: For individuals looking to establish multiple agent identities on tiny.place while ensuring offline security and easy access to each wallet's details.

Quick Start

To create a new wallet, type: create_wallet -n 'myAgentWallet'.

Frequently Asked Questions about tinyplace-wallet

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate Solana wallets for agent identities offline?

To generate Solana wallets for agent identities offline, use the create_wallet command with a specified name to produce an Ed25519 keypair and a corresponding Solana address for secure storage.

What is the best way to manage an inventory of Solana wallets for multiple agents?

Managing an inventory of Solana wallets for multiple agents is done by listing created wallets, which allows you to inspect stored addresses and public keys to maintain individual agent identities.

Can I create multiple agent identities on tiny.place without online connectivity?

Yes, you can create multiple agent identities on tiny.place without online connectivity by generating new wallets offline using the Ed25519 keypair algorithm and Solana's address system.

Does the wallet creation process use the Ed25519 keypair algorithm for Solana addresses?

Yes, the wallet creation process uses the Ed25519 keypair algorithm to generate Solana addresses, ensuring that each agent identity is created securely and stored offline.

How do I list existing wallets to retrieve their public keys and addresses?

To list existing wallets and retrieve their public keys and addresses, use the inventory feature to inspect all created Solana wallets and their associated identity details.