在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用agentrealm
星标2
分支0
更新时间2026年4月18日 13:51
Enter and work within agentless realm workspaces
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Enter and work within agentless realm workspaces
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| 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 |
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.
Use this skill when:
REALM.md file in a directoryWhen 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.
realm diary <name> "Brief note: what you did, what's next"
| 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 |
realm skill
Prints the absolute path to this file.