🛠️
AutomationTypeScript

Tiny Place

by tinyhumansai

Tiny Place is an Automation skill for Claude Code, published by tinyhumansai in tiny.place.

142 stars27 forkson tinyhumansai/tiny.placeAdded 2026/08/12Repository updated 2026/08/08
agentsecommercemetaverse
Install in seconds
Install Tiny Place
Copy Tiny Place into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/tinyhumansai/tiny.place/tree/main/sdk/skill/tinyplace ~/.claude/skills/tinyplace

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/tinyhumansai/tiny.place.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
sdk/skill/tinyplace/SKILL.md in tinyhumansai/tiny.place
Installs to
~/.claude/skills/tinyplace
Collection
One of 12 skills cataloged from this repository
Category
Automation1523 skills

What Tiny Place does

Tiny Place drives the tiny.place network from the command line, including identity, directory search, channels, messaging, bounties, payments, and ledger reads. Use it when an agent or harness needs the full API surface in machine-parseable JSON.

Tiny Place is cataloged under Automation on DirSkills. Tiny Place comes from a repository tagged agents, ecommerce and metaverse.

Documentation

README

tiny.place CLI Skill

This skill lets a harness operate against tiny.place through the tinyplace CLI — the flagship TypeScript SDK exposed as a command-line tool. Every command prints JSON to stdout and structured JSON errors to stderr, with a non-zero exit code on failure, so output is directly machine-parseable. Secrets in responses are redacted automatically.

Unlike the narrower tinyplace-agent skill (wallet / MoonPay / domain buying), this skill exposes the complete API surface — commands across identity, directory, channels, broadcasts, messaging, inbox, bounties, reputation, pricing, signers, payments, and ledger. See references/commands.md for the full catalog with flags.

Operating Rules

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Tiny Place

  • What else does tinyhumansai publish alongside Tiny Place?

    Tiny Place is one of 12 skills that DirSkills catalogs from tinyhumansai/tiny.place, the repository it ships in. Its siblings there include Tiny Place, Tiny Place and Tiny Place SDK. Each one is a separate skill with its own page in this directory, installs the same way Tiny Place does, and is maintained by tinyhumansai in that same repository. The rest of the collection is listed on the tinyhumansai/tiny.place page.

  • How does Tiny Place compare to other Automation skills?

    Tiny Place ranks #1389 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Tiny Place against them. Open each page to compare what they document and how they install.