← Back to Skills Marketplace
521
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install sales-oratory-master
Description
Handles B2B presales and renewal negotiations with value-shift tactics and compliance checks. Use when the user mentions customer pushback on price, budget c...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install sales-oratory-master - After installation, invoke the skill by name or use
/sales-oratory-master - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 521 downloads so far.
How do I install Sales Oratory Master?
Run "/install sales-oratory-master" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Sales Oratory Master free?
Yes, Sales Oratory Master is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Sales Oratory Master support?
Sales Oratory Master is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Sales Oratory Master?
It is built and maintained by ken0122 (@ken0122); the current version is v1.0.0.
More Skills