← 返回 Skills 市场
OpenProse
作者
simbabuddy
· GitHub ↗
· v1.0.0
411
总下载
0
收藏
6
当前安装
1
版本数
在 OpenClaw 中安装
/install open-prose
功能描述
OpenProse VM skill pack. Activate on any `prose` command, .prose files, or OpenProse mentions; orchestrates multi-agent workflows.
安全使用建议
This skill is coherent with its purpose, but it lets the agent fetch and immediately execute .prose programs from arbitrary URLs (and recommends using curl/exec). That means a remote program could instruct the agent to read files, call external endpoints, or attempt to collect secrets. Before installing or enabling this skill:
- Treat remote .prose programs as executable code. Only run programs from sources you trust.
- Prefer reviewing fetched prose text before executing it (or request an explicit review step).
- If you must allow remote runs, restrict allowed hosts/registries or add an allowlist (e.g., only p.prose.md or specific handles).
- Consider sandboxing: run first in an environment without access to sensitive files, credentials, or network egress.
- Confirm platform-level restrictions: does your agent runtime prevent exec/curl or restrict web_fetch? If exec is allowed, that increases risk.
- Inspect the truncated/omitted files (state/sqlite.md, state/postgres.md, etc.) to see what state backends the skill will attempt to use and whether they reference credentials or connection strings.
If you want me to, I can: (1) scan the remaining/truncated files for any explicit credential access or outbound endpoints; (2) list concrete mitigations to safely allow remote prose execution; or (3) produce a safe policy (allowlist/denylist + review step) you can use when enabling this skill.
功能分析
Type: OpenClaw Skill
Name: open-prose
Version: 1.0.0
The OpenClaw AgentSkills skill bundle is classified as suspicious due to its inherent high-risk capabilities, which, while presented as features, create significant attack surfaces. Key indicators include instructions for the AI agent to use `exec` with `curl` for remote POST requests (`SKILL.md`, `prose.md`), direct execution of `psql` and `sqlite3` CLI commands for state management (`state/postgres.md`, `state/sqlite.md`), and fetching/executing remote `.prose` programs from arbitrary URLs or a registry (`SKILL.md`, `prose.md`). Although the skill includes warnings about credential visibility (`state/postgres.md`) and defines agent permissions (`compiler.md`), the direct instruction to execute powerful shell and network commands based on user-provided input (the `.prose` program) makes it highly vulnerable to prompt injection and supply chain attacks, potentially leading to remote code execution or unauthorized data access if exploited.
能力评估
Purpose & Capability
Name/description (OpenProse VM, orchestrate multi-agent workflows) align with the runtime instructions: loading prose.md, running/compiling .prose programs, and routing 'prose' commands. No unrelated binaries or credentials are requested.
Instruction Scope
SKILL.md explicitly instructs the agent to fetch `.prose` programs from arbitrary URLs or a registry shorthand and then 'load the VM and execute as normal.' It also recommends using web_fetch or falling back to exec with curl when POST is required. Executing fetched programs grants those remote programs the ability to direct the agent (including file I/O and network calls), which may enable data disclosure or other privileged actions. Activation triggers are broad (activate on any 'prose' mention, .prose files, or OpenProse mentions), increasing the chance of unintended invocation.
Install Mechanism
No install spec and no code files that execute at install time; the skill is instruction-only, which minimizes install-time risk. The regex scanner had nothing to analyze.
Credentials
The skill declares no required environment variables or credentials (which is proportional). However, because it instructs the agent to fetch and execute remote programs (and references state backends like filesystem/sqlite/postgres in the packaged docs), those remote programs could request credentials or access environment variables at runtime — this is not declared here and could be unexpected.
Persistence & Privilege
always:false and no special persistence or system-wide modifications are requested. The skill does not claim to modify other skills or global agent configuration in SKILL.md.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install open-prose - 安装完成后,直接呼叫该 Skill 的名称或使用
/open-prose触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish
元数据
常见问题
OpenProse 是什么?
OpenProse VM skill pack. Activate on any `prose` command, .prose files, or OpenProse mentions; orchestrates multi-agent workflows. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 411 次。
如何安装 OpenProse?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install open-prose」即可一键安装,无需额外配置。
OpenProse 是免费的吗?
是的,OpenProse 完全免费(开源免费),可自由下载、安装和使用。
OpenProse 支持哪些平台?
OpenProse 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OpenProse?
由 simbabuddy(@simbabuddy)开发并维护,当前版本 v1.0.0。
推荐 Skills