← 返回 Skills 市场
52yuanchangxing

Proposal Comparator

作者 vx:17605205782 · GitHub ↗ · v1.0.0 · MIT-0
darwinlinuxwin32 ✓ 安全检测通过
151
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install proposal-comparator
功能描述
对比多个方案文档,输出差异、隐含成本、风险与推荐结论。;use for proposal, comparison, decision workflows;do not use for 忽略用户给的约束, 伪造数据支持结论.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install proposal-comparator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /proposal-comparator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug proposal-comparator
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Proposal Comparator 是什么?

对比多个方案文档,输出差异、隐含成本、风险与推荐结论。;use for proposal, comparison, decision workflows;do not use for 忽略用户给的约束, 伪造数据支持结论. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 151 次。

如何安装 Proposal Comparator?

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

Proposal Comparator 是免费的吗?

是的,Proposal Comparator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Proposal Comparator 支持哪些平台?

Proposal Comparator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux, win32)。

谁开发了 Proposal Comparator?

由 vx:17605205782(@52yuanchangxing)开发并维护,当前版本 v1.0.0。

💬 留言讨论