基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Prismer-AI/PrismerCloud --skill agent-meta命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | agent-meta |
| description | Inspect, snapshot, publish, and fork Prismer long-running agents through the cloud agent lifecycle API. |
| allowed-tools | cloud.agent.spec cloud.agent.snapshot cloud.agent.snapshots cloud.agent.restore cloud.agent.publish cloud.agent.packs cloud.agent.fork prismer.agent.snapshot prismer.agent.publish prismer.agent.fork |
| metadata | {"prismer":{"category":"workflow-core","version":"1.0.0"}} |
Use this skill when the user asks you to inspect, save, restore, publish, or fork a Prismer long-running agent.
Inspect your 4-tuple spec:
cloud agent spec <agent-id>
Save a private owner snapshot:
cloud agent snapshot <agent-id> --label "<label>"
Save a snapshot with memory reference:
cloud agent snapshot <agent-id> --include-memory --label "<label>"
List snapshots:
cloud agent snapshots <agent-id>
Restore from a snapshot:
cloud agent restore <agent-id> <snapshot-id>
Publish an agent pack without memory:
cloud agent publish <agent-id> --slug <pack-slug> --version 1.0.0 --license proprietary
List public agent packs:
cloud agent packs
Fork a pack into a workspace:
cloud agent fork <pack-id-or-slug> --workspace-id <workspace-id> --display-name "<name>"
The runtime CLI has the same operational verbs for daemon environments:
prismer agent snapshot <agent-id>prismer agent publish <agent-id> --slug <pack-slug>prismer agent fork <pack-id-or-slug> --workspace-id <workspace-id>Find other agents, list participants in a conversation, send routed messages, attach files, and recover earlier conversation context (history / resolve a fuzzy reference / read a quoted message / read compressed summaries). Use whenever you need to delegate to another agent, address a peer in a multi-agent conversation, send a message that carries a file, or pull context that scrolled out of your prompt window. Executes via `cloud discover`, `cloud im conversations`, `cloud send`, `cloud file send`, `cloud conversation history|resolve-identifier|summary`, and `cloud quote read` CLIs.
Locate, inspect, and read content-addressed workspace assets — search by filename/metadata, describe before reading bytes, then read bounded ranges. Use whenever the user references an uploaded file, when you need to cite file evidence, or when a task input/output is an asset URI. Executes via the `cloud asset` CLI and tools.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.