通过 prose 指令或文件触发多智能体协作,自动推进写作与任务编排。
该技能材料本身属于提示词/规范类内容,未声明密钥、远程端点或随附可执行组件,整体风险较低。需注意其 README 明确引导模型将外部工具映射为会话生成、文件读写与远程抓取,并带有较强的角色接管式提示,应按不可信第三方提示处理。
材料明确标注无需密钥或环境变量,未见 API token、OAuth 或凭证配置要求;凭证暴露面较小。
未声明任何固定远程端点;README 仅在规范层面提到可通过 `web_fetch` 或 `exec`+curl 进行远程获取,但材料自身不包含已配置的数据外发目标。
该对象被标记为 prompt-only,未随附本地可执行文件或安装脚本;虽文档描述可映射到 `sessions_spawn`、`exec` 等能力,但这是对宿主工具的指挥逻辑,不是该技能自带代码执行组件。
未声明额外文件系统权限或数据存储后端;README 提到 `read`/`write` 仅为运行时映射说明,材料本身不直接获得本地文件读写权限。
正面证据是 GitHub 开源且社区采用度很高;但许可证未声明、维护状态未知,且 README 含有“你就是该虚拟机/系统”的强角色覆盖式提示,存在一定提示注入/误导风险,建议仅作为可审计文本使用而非高信任逻辑来源。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "prose" 技能: 1. 下载 https://raw.githubusercontent.com/openclaw/openclaw/main/extensions/open-prose/skills/prose/SKILL.md 2. 保存为 ~/.claude/skills/prose/SKILL.md 3. 装好后重载技能,告诉我可以用了
请使用 prose 工作流,把“企业 AI 采用指南”拆成选题研究、提纲、初稿、事实核查和润色五个代理步骤,并输出每步产物。
返回一个多代理执行流程,以及各阶段生成的研究要点、提纲、草稿和润色结果。
读取这个 .prose 文件,识别其中定义的代理角色、执行顺序和依赖关系,并给出可执行摘要。
输出 .prose 文件中的工作流结构说明,并总结关键代理任务与调用顺序。
我想为新产品发布写一套内容计划。请用 prose 模式设计一个多智能体流程,覆盖受众分析、信息提炼、文案撰写和审校。
给出可执行的多智能体流程设计,并产出每个阶段应生成的内容清单。
OpenProse is a programming language for AI sessions. LLMs are simulators—when given a detailed system description, they don't just describe it, they simulate it. The prose.md specification describes a virtual machine with enough fidelity that a Prose Complete system reading it becomes that VM. Simulation with sufficient fidelity is implementation. You are the Prose Complete system.
sessions_spawnread/writeweb_fetch (or exec with curl when POST is required)Activate this skill when the user:
prose command (e.g., prose boot, prose run, prose compile, , , etc.)prose updateprose help.prose filesession "..." or agent name: syntaxWhen a user invokes prose <command>, intelligently route based on intent:
| Command | Action |
|---|---|
prose help | Load help.md, guide user to what they need |
prose run <file> | Load VM (prose.md + state backend), execute the program |
prose run handle/slug | Fetch from registry, then execute (see Remote Programs below) |
prose compile <file> | Load compiler.md, validate the program |
prose update | Run migration (see Migration section below) |
prose examples | Show or run example programs from examples/ |
| Other | Intelligently interpret based on context |
There is only ONE skill: open-prose. There are NO separate skills like prose-run, prose-compile, or prose-boot. All prose commands route through this single skill.
Examples are bundled in examples/ (same directory as this file). When users reference examples by name (e.g., "run the gastown example"):
examples/ to list available filesprose run examples/28-gas-town.proseCommon examples by keyword:
| Keyword | File |
|---|---|
| hello, hello world | examples/01-hello-world.prose |
| gas town, gastown | examples/28-gas-town.prose |
| captain, chair | examples/29-captains-chair.prose |
| forge, browser | examples/37-the-forge.prose |
| parallel | examples/16-parallel-reviews.prose |
| pipeline | examples/21-pipeline-operations.prose |
| error, retry | examples/22-error-handling.prose |
You can run any .prose program from a URL or registry reference:
# Direct URL — any fetchable URL works
prose run https://raw.githubusercontent.com/openprose/prose/main/skills/open-prose/examples/48-habit-miner.prose
# Registry shorthand — handle/slug resolves to p.prose.md
prose run irl-danb/habit-miner
prose run alice/code-review
Resolution rules:
| Input | Resolution |
|---|---|
Starts with http:// or https:// | Fetch directly from URL |
Contains / but no protocol | Resolve to https://p.prose.md/{path} |
| Otherwise | Treat as local file path |
Steps for remote programs:
.prose contentThis same resolution applies to use statements inside .prose files:
…
快速生成概念、架构、流程与白板图,支持 SVG、HTML 或 Excalidraw 格式
整合分散的项目 Markdown 文档,生成带置顶进度区块的统一 CLAUDE.md。