← 返回 Skills 市场
ken0122

Sales Oratory Master

作者 ken0122 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
521
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install sales-oratory-master
功能描述
Handles B2B presales and renewal negotiations with value-shift tactics and compliance checks. Use when the user mentions customer pushback on price, budget c...
安全使用建议
This skill appears coherent and limited to producing compliant sales talktracks via a supplied LLM client. Before installing: 1) Review where your agent’s llm_client sends data — customer quotes and prompts will be transmitted to that model endpoint, so confirm data-handling and privacy with your provider. 2) Because the package owner and homepage are unknown, consider running the included tests in an isolated environment to verify behavior. 3) The PROMISE_GUARD enforces helpful redlines, but also manually review outputs for legal/industry compliance in your jurisdiction. 4) Avoid sending sensitive PII or contract terms to third-party LLM endpoints unless you’ve approved that data sharing. If those checks are acceptable, the skill is proportionate to its stated purpose.
功能分析
Type: OpenClaw Skill Name: sales-oratory-master Version: 1.0.0 The skill is vulnerable to prompt injection. In `main.py`, user-provided inputs (`customer_quote`, `deal_stage`, `client_persona`) are directly embedded into the `prompt_template.md` using string formatting, which then forms part of the `system_message` sent to the LLM. A malicious user could craft these inputs to manipulate the LLM's behavior, potentially overriding the `PROMISE_GUARD.md` instructions or causing the LLM to generate unintended or harmful content. This is a significant vulnerability, but there is no evidence of intentional malicious code (e.g., data exfiltration, backdoors) within the skill itself.
能力评估
Purpose & Capability
Name/description match the code and SKILL.md: this is a prompt/template-driven sales negotiation helper that formats inputs and calls a provided LLM client. It does not request unrelated credentials, binaries, or config paths.
Instruction Scope
The instructions and code stay within the stated purpose (diagnose customer quote, assemble prompt, call LLM). One important runtime behavior: the skill sends the assembled prompt (including customer quotes) to the provided llm_client.chat call, so generated content and input text will transit to whatever LLM endpoint the agent supplies. This is expected for an LLM-wrapper skill but worth noting for data-sharing/privacy concerns.
Install Mechanism
No install spec (instruction-only + small Python package) and no external downloads. Files are included in the bundle; nothing extracts or installs arbitrary remote code.
Credentials
The skill declares no required environment variables, credentials, or config paths. The runtime only needs an llm_client object passed in (as intended) — there are no disproportionate secret requests.
Persistence & Privilege
always is false; the skill does not modify other skills or system configuration. It runs as a Python script and returns LLM output without persistent side effects.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sales-oratory-master
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sales-oratory-master 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
sales-oratory-master 1.0.0 – Initial release - Introduces a skill for handling B2B presales and renewals using value-shift tactics and compliance checks. - Provides scenario triggers, including budget objections, competitor comparisons, and value doubts. - Outlines diagnostic and reframing techniques to address client pushback. - Includes execution tips for tailoring the oratory to client personality and deal stage. - Offers sample response templates for common sales objections.
元数据
Slug sales-oratory-master
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Sales Oratory Master 是什么?

Handles B2B presales and renewal negotiations with value-shift tactics and compliance checks. Use when the user mentions customer pushback on price, budget c... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 521 次。

如何安装 Sales Oratory Master?

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

Sales Oratory Master 是免费的吗?

是的,Sales Oratory Master 完全免费(开源免费),可自由下载、安装和使用。

Sales Oratory Master 支持哪些平台?

Sales Oratory Master 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Sales Oratory Master?

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

💬 留言讨论