| name | agentrealm |
| version | 0.1.0 |
| description | Enter and work within agentless realm workspaces |
| triggers | ["realm","agentrealm","agentless workspace","sandbox workspace"] |
| install | npm i -g agentrealm |
AgentSkill: agentrealm
What is a Realm?
A realm is an agentless sandbox workspace. Unlike an agent workspace where a dedicated agent
permanently guards the space, realms are ephemeral collaboration zones. Any agent can enter,
work, and leave.
When This Skill Applies
Use this skill when:
- You are asked to work in a realm
- You see a
REALM.md file in a directory
- A user says "enter the realm" or "work in realm X"
Entering a Realm
When entering a realm, load its full context first:
realm prompt <name>
This outputs the bundled INDEX.md + REALM.md + TOOLS.md + DIARY.md (if present) as a single
context block. Paste it into your session or use --copy to get it on the clipboard.
Working in a Realm
- Read REALM.md — understand the purpose and rules
- Read TOOLS.md — know what tools are available
- Read DIARY.md — understand recent progress and context
- Do your work
- Before leaving: if the realm has a DIARY.md, log a brief note:
realm diary <name> "Brief note: what you did, what's next"
Leaving
- Leave freely — no cleanup required beyond a diary note
Common Commands
| Command | Description |
|---|
realm new <name> | Create a new realm |
realm prompt <name> | Load realm context |
realm ls | List realms |
realm diary <name> "msg" | Log a diary entry |
realm cd <name> | Get realm directory path |
Finding This Skill
realm skill
Prints the absolute path to this file.