← Back to Skills Marketplace
597
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install whop-cli
Description
Manage Whop digital products store — create products, plans, track payments, manage memberships. Use when: selling digital products, managing Whop store. Don...
Usage Guidance
This skill appears coherent for managing a Whop store. Before installing: 1) Review the @whop/sdk package on npm (read its README, recent versions, and maintainers) because npm installs execute package scripts; prefer a local/project install over global if you want less system impact. 2) Only provide a Whop API key with the least privileges needed and rotate it if possible. 3) Avoid pasting the API key into public places or sharing it; set it in a secure environment store. 4) If you run the npm -g command, avoid using sudo where possible or audit what it will change. 5) If you need stronger assurance, request the skill author/public homepage or source repository to verify provenance and inspect the SDK code.
Capability Analysis
Type: OpenClaw Skill
Name: whop-cli
Version: 1.0.0
The skill bundle is benign. It provides instructions and code examples for managing a Whop digital products store using the official `@whop/sdk`. The `SKILL.md` clearly defines required environment variables (`WHOP_API_KEY`, `WHOP_COMPANY_ID`) and includes a standard `npm install -g @whop/sdk` command for setup. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the AI agent. All content aligns with the stated purpose of Whop store management.
Capability Assessment
Purpose & Capability
Name/description, declared env vars (WHOP_API_KEY, WHOP_COMPANY_ID), and the SKILL.md usage examples all target Whop's API and SDK. There are no unrelated credentials, binaries, or functionality requested.
Instruction Scope
SKILL.md only instructs installing the Whop SDK, exporting the Whop API key and company ID, and calling the SDK methods (products, plans, payments, memberships, etc.). It does not direct the agent to read arbitrary host files, other environment variables, or send data to unexpected external endpoints.
Install Mechanism
The SKILL.md recommends running 'npm install -g @whop/sdk'. Installing from the public npm registry is a normal choice for a JavaScript SDK, but global npm installs run package install scripts and require elevated permissions on some systems. This is a moderate-risk action in general; consider reviewing the @whop/sdk package on the npm registry and using a local or project-scoped install instead of -g if you prefer less blast radius.
Credentials
Only two environment variables are required and both are directly relevant to working with Whop (API key and company ID). No other secrets or unrelated environment access is requested.
Persistence & Privilege
The skill is not always-included and does not request system-wide configuration changes. It is instruction-only and does not attempt to modify other skills or global agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install whop-cli - After installation, invoke the skill by name or use
/whop-cli - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of whop-cli.
- Manage Whop digital products store via API: create products and pricing plans, track payments, and manage memberships.
- Easy setup with environment variables for API authentication.
- Usage examples included for product and plan creation, payment tracking, and membership management.
- Supports multiple resources: products, plans, payments, memberships, files, webhooks, and more.
- Requires Whop SDK installation and configuration of API key and company ID.
Metadata
Frequently Asked Questions
What is Whop Store Management?
Manage Whop digital products store — create products, plans, track payments, manage memberships. Use when: selling digital products, managing Whop store. Don... It is an AI Agent Skill for Claude Code / OpenClaw, with 597 downloads so far.
How do I install Whop Store Management?
Run "/install whop-cli" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Whop Store Management free?
Yes, Whop Store Management is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Whop Store Management support?
Whop Store Management is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Whop Store Management?
It is built and maintained by G9Pedro (@g9pedro); the current version is v1.0.0.
More Skills