← Back to Skills Marketplace
Proposal Comparator
by
vx:17605205782
· GitHub ↗
· v1.0.0
· MIT-0
151
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install proposal-comparator
Description
对比多个方案文档,输出差异、隐含成本、风险与推荐结论。;use for proposal, comparison, decision workflows;do not use for 忽略用户给的约束, 伪造数据支持结论.
Usage Guidance
This skill appears safe and coherent for comparing proposals and auditing local documents. Before running: 1) inspect scripts/run.py (already included) if you want to verify behavior; 2) avoid passing broad or sensitive filesystem roots as --input (do not point it at /, your home, or system directories) — instead provide a controlled directory or files you want analyzed; 3) run with --dry-run or on a copy of sensitive data (or after redaction) if inputs may contain PII; 4) if you need networked evidence, do not expect the skill to fetch it — it is designed for local-only analysis. If you want higher assurance, run the script inside a sandbox/container and review outputs before acting on recommendations.
Capability Analysis
Type: OpenClaw Skill
Name: proposal-comparator
Version: 1.0.0
The 'proposal-comparator' skill is a legitimate tool designed for document analysis and auditing. The core logic in 'scripts/run.py' includes utility functions for generating structured reports from text, CSVs, and directories, as well as a 'pattern_audit' mode that scans for security risks (e.g., hardcoded secrets, dangerous shell commands) in other files. The SKILL.md instructions are well-defined with clear safety boundaries, and the bundle lacks any indicators of data exfiltration, network activity, or malicious execution.
Capability Assessment
Purpose & Capability
Name/description (proposal comparison, risks, recommendations) match the included resources and the local script. Requested runtime (python3) is appropriate and sufficient for the script's behavior; no unrelated credentials, binaries, or install actions are declared.
Instruction Scope
SKILL.md instructs producing structured results from supplied inputs and optionally running scripts/run.py. The script reads files and directories provided via --input and will scan many plaintext file types (.md,.json,.py,.sh,.csv, etc.). This is coherent for a document-audit skill, but if a user gives a sensitive system path (e.g., / or home dir) the script will read those files — the behavior is expected but requires users to control what input they pass.
Install Mechanism
No install spec; skill is instruction-only with a local Python script. No downloads, package installs, or external installers are present.
Credentials
No environment variables, secrets, or external credentials are requested. The script operates on user-supplied filesystem paths only, which aligns with the stated purpose.
Persistence & Privilege
always is false; the skill does not request permanent presence nor modify other skills or global agent config. It is a read/analysis tool and does not persist credentials or change system state by default.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install proposal-comparator - After installation, invoke the skill by name or use
/proposal-comparator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of proposal-comparator skill.
- Compare multiple proposal documents to identify differences, hidden costs, risks, and recommendations.
- Designed for decision-making workflows involving A/B comparisons and trade-off analysis.
- Prioritizes explicit handling of input constraints and avoids fabricating data or ignoring user-provided conditions.
- Outputs are structured with comparison dimensions, pros/cons, hidden costs, risks, and recommendations.
- Includes safety guidelines: separates objective facts from inferences, operates in read-only/auditable manner, and highlights compliance boundaries.
Metadata
Frequently Asked Questions
What is Proposal Comparator?
对比多个方案文档,输出差异、隐含成本、风险与推荐结论。;use for proposal, comparison, decision workflows;do not use for 忽略用户给的约束, 伪造数据支持结论. It is an AI Agent Skill for Claude Code / OpenClaw, with 151 downloads so far.
How do I install Proposal Comparator?
Run "/install proposal-comparator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Proposal Comparator free?
Yes, Proposal Comparator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Proposal Comparator support?
Proposal Comparator is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux, win32).
Who created Proposal Comparator?
It is built and maintained by vx:17605205782 (@52yuanchangxing); the current version is v1.0.0.
More Skills