← Back to Skills Marketplace
Skill Proposal Gen
by
zimuge-doudou
· GitHub ↗
· v1.0.1
· MIT-0
74
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install skill-proposal-gen
Description
skill proposal gen
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skill-proposal-gen - After installation, invoke the skill by name or use
/skill-proposal-gen - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
方案生成优化
Metadata
Frequently Asked Questions
What is Skill Proposal Gen?
skill proposal gen. It is an AI Agent Skill for Claude Code / OpenClaw, with 74 downloads so far.
How do I install Skill Proposal Gen?
Run "/install skill-proposal-gen" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Skill Proposal Gen free?
Yes, Skill Proposal Gen is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Skill Proposal Gen support?
Skill Proposal Gen is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Skill Proposal Gen?
It is built and maintained by zimuge-doudou (@zimuge-doudou); the current version is v1.0.1.
More Skills