← 返回 Skills 市场
Skill Proposal Gen
作者
zimuge-doudou
· GitHub ↗
· v1.0.1
· MIT-0
74
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-proposal-gen
功能描述
skill proposal gen
安全使用建议
This skill's functionality (proposal templates, create/list/export) is plausible and there is no evidence of network exfiltration or secret access — but there are several inconsistencies and surprising behaviors you should check before installing: (1) The SKILL.md example imports execute, but __init__.py only exposes ProposalGen — try importing the package locally to confirm the API. (2) Version metadata is inconsistent across files, which suggests packaging errors. (3) The code creates and writes files into a 'proposals' directory located next to the module; determine where that will be on your system (it may be inside site-packages) and whether you want the skill to write there. (4) The implementation has minor code issues (missing typing imports) that could cause runtime errors. Recommended actions: inspect or run the package in a sandbox/isolated environment, review/modify the code to change the storage path to a user-writable data directory if needed, and only grant it broader access if you confirm the code matches the documented behavior. If you need a clean API (execute function), either patch __init__.py to expose it or prefer a different skill that documents its public interface consistently.
功能分析
Type: OpenClaw Skill
Name: skill-proposal-gen
Version: 1.0.1
The skill bundle contains a path traversal vulnerability in 'proposal_gen.py'. The 'load' and 'save' functions use unsanitized project names to construct file paths via 'os.path.join', which could allow an attacker to read or write files outside the intended 'proposals' directory. While the code appears to be a legitimate proposal generation tool, this security flaw constitutes a high-risk behavior according to the analysis criteria.
能力评估
Purpose & Capability
Name/description claim a proposal-generation skill and the code implements templates, create/list/export, and saves proposals — this is coherent. However the SKILL.md usage example ('from skill_proposal_gen import execute') does not match the package __init__.py which only exports ProposalGen. Version strings also differ (__init__='2.0' vs SKILL.md/config.json='1.0.0'). These inconsistencies indicate the package's public API/metadata is not aligned with the documentation.
Instruction Scope
SKILL.md gives a single example calling execute(action='connect') and otherwise is minimal. The implementation performs file I/O (creates a 'proposals' directory next to the module, reads/writes JSON and writes .md exports). The SKILL.md does not document this file creation/IO or the proposals directory; callers may be surprised that the skill writes files into the package directory. No network calls or secret access are present in the instructions or code.
Install Mechanism
There is no install spec (instruction-only at registry level) and code files are bundled with the skill. No external downloads or install scripts are present.
Credentials
The skill declares no required environment variables or credentials and the code does not read environment variables or external secrets. Requested privileges are minimal.
Persistence & Privilege
The skill does persist data by creating a 'proposals' directory beside the module and saving JSON/.md files there. While not high privilege, writing into the package's directory (site-packages or wherever the module is installed) can be surprising and may fail or be undesirable; it would be better to use a user data directory. always:false and no other elevated privileges are requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skill-proposal-gen - 安装完成后,直接呼叫该 Skill 的名称或使用
/skill-proposal-gen触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
方案生成优化
元数据
常见问题
Skill Proposal Gen 是什么?
skill proposal gen. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 74 次。
如何安装 Skill Proposal Gen?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-proposal-gen」即可一键安装,无需额外配置。
Skill Proposal Gen 是免费的吗?
是的,Skill Proposal Gen 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Skill Proposal Gen 支持哪些平台?
Skill Proposal Gen 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skill Proposal Gen?
由 zimuge-doudou(@zimuge-doudou)开发并维护,当前版本 v1.0.1。
推荐 Skills