← 返回 Skills 市场
william202404

ToB销售提案生成器

作者 william202404 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
200
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tob-sales-proposal
功能描述
ToB销售提案生成器 - 基于行业最佳实践,自动生成专业销售提案文档
安全使用建议
This package appears to implement a Node CLI that generates proposal text from local data, but there are important inconsistencies you should resolve before trusting it: 1) The generator attempts to read a Handlebars template at templates/proposal.md.hbs, but no templates folder or template file is included — expect runtime failure unless you supply templates. 2) SKILL.md claims Python>=3.8 and RFP PDF-to-proposal conversion, but the code does not call Python or parse RFPs; don't expect those features to work. 3) It's safe from obvious exfiltration (no network calls or credential access), but because behavior is incomplete/mismatched, run it in a sandbox first. Recommended actions: inspect the repository for the missing templates or ask the author for the template and RFP parser, run npm install and a local test with simple inputs, and verify output before using real client data. If the author provides updated code/templates that remove the mismatches (template included and/or a documented RFP parser), confidence would increase.
功能分析
Type: OpenClaw Skill Name: tob-sales-proposal Version: 1.0.0 The skill bundle is a legitimate ToB sales proposal generator that uses Handlebars templates and local JSON data to produce markdown documents. It follows standard Node.js CLI patterns using well-known libraries like commander and inquirer, and lacks any indicators of data exfiltration, remote execution, or malicious prompt injection. All file operations are limited to reading local assets and writing the generated proposal to a user-defined path (src/cli.js, src/generator.js).
能力评估
Purpose & Capability
Name/description align with the code: there is a Node-based proposal generator that loads a local case/methodology DB and renders a template. However the SKILL.md/README list Python >=3.8 and RFP file parsing as capabilities — the code and package.json do not use Python, and there is no RFP parser implemented. This mismatch is unexplained and could lead to user confusion.
Instruction Scope
Runtime instructions tell users they can feed an RFP PDF and that '高级分析' uses Python, but the CLI forwards an --rfp option into config and the generator does not read or parse any RFP file or invoke Python. Also the generator expects a templates/proposal.md.hbs file but the package manifest does not include a templates directory or template file — so the tool will likely fail at render time.
Install Mechanism
No remote download/install hooks are present in the manifest; installation is via normal npm install/npm link. package.json and package-lock.json list standard npm dependencies. There are no installer URLs, shorteners, or extract-from-URL steps that would raise high-risk flags.
Credentials
The skill declares only 'node' as a required binary in metadata and requests no environment variables, credentials, or config paths. The code does not access external secrets or environment variables beyond reading local files, which is proportionate to its purpose.
Persistence & Privilege
Skill is not always-enabled, is user-invocable, and does not request elevated persistence or modify other skills or system-wide settings. No autonomous always:true privilege issues are present.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tob-sales-proposal
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tob-sales-proposal 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
ToB销售提案生成器首次发布: - 自动生成专业的ToB销售提案文档,适用于B2B场景 - 支持客户痛点分析、方案匹配、ROI量化、案例推荐、实施路线图等核心功能 - 提供交互与命令行双模式,支持多参数与RFP输入 - 内置8大提案结构模块和多种行业方法论 - 含7个主流行业案例模板,提升方案输出效率 - 依赖Node.js(必需)和Python(高级分析)
元数据
Slug tob-sales-proposal
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

ToB销售提案生成器 是什么?

ToB销售提案生成器 - 基于行业最佳实践,自动生成专业销售提案文档. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 200 次。

如何安装 ToB销售提案生成器?

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

ToB销售提案生成器 是免费的吗?

是的,ToB销售提案生成器 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

ToB销售提案生成器 支持哪些平台?

ToB销售提案生成器 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 ToB销售提案生成器?

由 william202404(@william202404)开发并维护,当前版本 v1.0.0。

💬 留言讨论