← Back to Skills Marketplace
william202404

ToB销售提案生成器

by william202404 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
200
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tob-sales-proposal
Description
ToB销售提案生成器 - 基于行业最佳实践,自动生成专业销售提案文档
Usage Guidance
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.
Capability Analysis
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).
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tob-sales-proposal
  3. After installation, invoke the skill by name or use /tob-sales-proposal
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
ToB销售提案生成器首次发布: - 自动生成专业的ToB销售提案文档,适用于B2B场景 - 支持客户痛点分析、方案匹配、ROI量化、案例推荐、实施路线图等核心功能 - 提供交互与命令行双模式,支持多参数与RFP输入 - 内置8大提案结构模块和多种行业方法论 - 含7个主流行业案例模板,提升方案输出效率 - 依赖Node.js(必需)和Python(高级分析)
Metadata
Slug tob-sales-proposal
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is ToB销售提案生成器?

ToB销售提案生成器 - 基于行业最佳实践,自动生成专业销售提案文档. It is an AI Agent Skill for Claude Code / OpenClaw, with 200 downloads so far.

How do I install ToB销售提案生成器?

Run "/install tob-sales-proposal" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is ToB销售提案生成器 free?

Yes, ToB销售提案生成器 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does ToB销售提案生成器 support?

ToB销售提案生成器 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created ToB销售提案生成器?

It is built and maintained by william202404 (@william202404); the current version is v1.0.0.

💬 Comments