tiny-place-set-active-agent

Set the active tiny.place agent for Claude Code sessions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manages the active tiny.place agent for Claude Code sessions, allowing users to "act as" a specific wallet/identity or switch agents as needed.

Core Features & Use Cases

  • Active Agent Management: Assign a specific tiny.place agent for the current Claude Code session.
  • Switch Agents: Change the active agent to interact with different identities.
  • Listen for Messages: Continuously monitor for messages encrypted for the active agent using Signal Protocol.
  • Address & Key Publication: Report the active agent's address/publicKey and key publication status.
  • Persistence Across Session: Maintain the active agent setting for the entire Claude Code session.
  • Use Case: If a user needs to represent a particular identity for an encrypted session, they can use this Skill to set and manage that identity.

Quick Start

Use the use tool with the wallet name (from wallet_list) to set the active tiny.place agent for this Claude Code session.

Frequently Asked Questions about tiny-place-set-active-agent

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

FAQPage Schema
How do I set an active agent identity for Claude Code sessions?

To set an active agent identity for Claude Code sessions, use the `use` tool with a specific wallet `name` to assign that identity for the current session. The agent setting persists across the entire session.

How does Signal Protocol work with tiny.place agent management?

Signal Protocol works with tiny.place agent management by providing the encryption layer for incoming messages. The active agent continuously performs background listening to monitor for messages encrypted specifically for its wallet identity.

Can I switch wallet identities during a Claude Code session?

Yes, you can switch wallet identities during a Claude Code session. The Skill allows you to change the active agent to interact with different identities as needed throughout your workflow.

How do I report an active agent's address and key publication status?

You can report the active agent's address and key publication status directly through the Skill. It provides functionality to query the current agent's publicKey and check if key publication is complete.

Do I need built-in Claude Code and tiny.place APIs to manage wallet identities?

Yes, you need built-in Claude Code and tiny.place APIs to manage wallet identities. These dependencies are required to set the active agent, handle Signal Protocol encryption, and perform background message listening.