← 返回 Skills 市场
mondilo1

Prose

作者 mondilo1 · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
1957
总下载
0
收藏
10
当前安装
1
版本数
在 OpenClaw 中安装
/install prose
功能描述
OpenProse VM skill pack. Activate on any `prose` command, .prose files, or OpenProse mentions; orchestrates multi-agent workflows.
安全使用建议
This skill is internally consistent: it is a runner/orchestrator for .prose programs and its instructions match that purpose. Main risks to consider before installing or running it: (1) it fetches and executes .prose programs from arbitrary URLs or registry shorthands — do not run programs from untrusted sources, as they can perform network calls, spawn agents, or read project files; (2) it uses project-level config (e.g., .prose/.env and .prose/agents/) — avoid storing secrets there unless you trust the skill and the code you run; (3) if you want to use external state backends (Postgres/SQLite), expect to provide connection details at runtime — supply only credentials you trust and prefer ephemeral tokens. If you need to be extra cautious, review any remote .prose content before executing and keep secrets out of project config files.
功能分析
Type: OpenClaw Skill Name: prose Version: 0.1.0 This skill bundle is classified as suspicious due to several high-risk capabilities, despite the stated intent to build a functional AI programming language and VM. Key indicators include instructions for the agent to use `exec` with `curl` for arbitrary command execution (found in `SKILL.md` and `prose.md`), the ability to fetch and execute `.prose` programs from arbitrary remote URLs (`SKILL.md`, `prose.md`), and the explicit handling and exposure of database credentials (`OPENPROSE_POSTGRES_URL`) to subagents and logs (detailed in `SKILL.md` and `state/postgres.md`). While the documentation includes warnings and best practices, these capabilities introduce significant supply chain risks and potential for credential compromise or unauthorized execution if misused or exploited.
能力评估
Purpose & Capability
The name/description (OpenProse VM, run/compile/orchestrate .prose files) matches the SKILL.md behavior: routing prose commands, loading bundled docs/examples, and supporting remote program fetches. There are no unrelated env vars, binaries, or installs requested.
Instruction Scope
Instructions explicitly permit fetching .prose programs from arbitrary URLs or a registry shorthand and then loading/executing them. It also maps file I/O to the Moltbot read/write primitives and states that project files (e.g., .prose/.env, .prose/runs/, project *.prose) are used as state/config. This is consistent with a language runner, but it means executing untrusted remote programs or prose that references external endpoints can cause arbitrary network activity or actions the agent will perform.
Install Mechanism
Instruction-only skill with no install spec and no code files to write at install time — lowest-risk install model.
Credentials
The skill declares no required environment variables or credentials, which matches the bundle. However, the runtime guidance references reading project-level config files such as .prose/.env and user-level state backends (filesystem, sqlite, postgres docs are included). Reading a project .prose/.env file is reasonable for a project runner, but such files often contain secrets — users should avoid placing sensitive credentials there or ensure the agent is permitted to access them.
Persistence & Privilege
The skill does not request always:true and does not declare elevated platform privileges. It is user-invocable and may be invoked autonomously by the agent (default), which is expected for a skill that runs programs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install prose
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /prose 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of the OpenProse skill pack for orchestrating AI agent workflows via the `prose` language. - Activates on any `prose` command, references to `.prose` files, or mentions of OpenProse. - Supports unified command routing for running, compiling, updating, and exploring `prose` programs. - Enables multi-agent orchestration based on `.prose` scripts and session definitions. - Provides resolution and execution of both local and remote `prose` programs, with flexible example lookup. - Integrates file/state management and authoring guidance per the OpenProse VM specification.
元数据
Slug prose
版本 0.1.0
许可证
累计安装 11
当前安装数 10
历史版本数 1
常见问题

Prose 是什么?

OpenProse VM skill pack. Activate on any `prose` command, .prose files, or OpenProse mentions; orchestrates multi-agent workflows. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1957 次。

如何安装 Prose?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install prose」即可一键安装,无需额外配置。

Prose 是免费的吗?

是的,Prose 完全免费(开源免费),可自由下载、安装和使用。

Prose 支持哪些平台?

Prose 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Prose?

由 mondilo1(@mondilo1)开发并维护,当前版本 v0.1.0。

💬 留言讨论