← Back to Skills Marketplace
94
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pricing-strategy-advisor
Description
Turn pricing notes, margin pressure, competitor context, discount behavior, and channel constraints into a practical pricing strategy brief with objective fr...
Usage Guidance
This skill appears safe and does what it says: it produces heuristic pricing briefs from user-provided context and asks for no credentials or external data. A few practical notes before installing or using it: (1) verify the full handler.py file in the package (the manifest shown to you had a truncated snippet — confirm the complete source on disk or in the registry before trusting it); (2) outputs are heuristic keyword-based recommendations — do not auto-apply price changes without human review or A/B testing; (3) avoid pasting sensitive credentials or unneeded PII into prompts (the skill does not need secrets); (4) if you need rigorous elasticity or live competitor data, feed validated analytics or run experiments rather than relying solely on this advisor; (5) the agent can be invoked autonomously by default on the platform, but here that is not a high risk because the skill has no network or credential access — still consider limiting autonomous runs if you prefer manual invocation.
Capability Analysis
Type: OpenClaw Skill
Name: pricing-strategy-advisor
Version: 1.0.0
The pricing-strategy-advisor skill is a heuristic-based tool designed to generate pricing strategy briefs from user-provided text. The Python code (handler.py) uses simple keyword matching to categorize inputs and returns static recommendation templates; it contains no network requests, file system access, or execution of untrusted code. The instructions in SKILL.md are well-defined and include explicit safety guardrails to prevent the agent from claiming access to live data or making unauthorized changes.
Capability Assessment
Purpose & Capability
The name/description (pricing strategy advisory) matches the code and SKILL.md. The skill requires no credentials, no binaries, and does not attempt to integrate with unrelated services; all required inputs are user-supplied pricing/context data which is appropriate for the stated purpose.
Instruction Scope
SKILL.md explicitly forbids fetching live competitor or analytics data and the handler.py implementation follows that: it uses only local text normalization and keyword heuristics to create a markdown brief. Note: the logic is heuristic (keyword matching) and may misclassify objectives or underweight nuance without richer user data — this is a functional limit rather than a security issue.
Install Mechanism
No install specification is provided (instruction-only), so nothing is downloaded or written to disk by an installer. The included code files are simple, self-contained Python with no external package pulls or shell/network operations.
Credentials
The skill requests no environment variables, no credentials, and references no config paths. There are no tokens, keys, or secrets required or accessed by the code.
Persistence & Privilege
always is false and the skill does not attempt to persist configuration, modify other skills, or request elevated platform privileges. It follows normal, limited runtime behavior.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pricing-strategy-advisor - After installation, invoke the skill by name or use
/pricing-strategy-advisor - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of Pricing Strategy Advisor.
- Translates partial pricing, margin, competitor, and discount context into a structured pricing strategy brief.
- Designed for ecommerce teams, brand operators, and consultants needing guidance without live data integrations.
- Outputs actionable recommendations, test ideas, move options, and guardrails in markdown format.
- Explicitly avoids unsafe or unsubstantiated pricing actions; keeps all recommendations human-approved.
- Advises on objective framing, trade-offs, and monitoring metrics for practical decision-making.
Metadata
Frequently Asked Questions
What is Pricing Strategy Advisor?
Turn pricing notes, margin pressure, competitor context, discount behavior, and channel constraints into a practical pricing strategy brief with objective fr... It is an AI Agent Skill for Claude Code / OpenClaw, with 94 downloads so far.
How do I install Pricing Strategy Advisor?
Run "/install pricing-strategy-advisor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Pricing Strategy Advisor free?
Yes, Pricing Strategy Advisor is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Pricing Strategy Advisor support?
Pricing Strategy Advisor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Pricing Strategy Advisor?
It is built and maintained by haidong (@harrylabsj); the current version is v1.0.0.
More Skills