Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

whop广告洞察

Agent Skill

whop 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

5,527

周安装

235

GitHub Stars

1

下载量

1,936
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:whop(广告洞察)
来源仓库:https://github.com/ivangdavila/whop
安装命令:
openclaw skills install whop
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install whop

简介

通过更好的优惠、结账流程、促销策略、附属机构、广告、跟踪、分析、支持运营和高级 API 来运营和发展 Whop 业务。

SKILL.md

name
Whop
slug
whop
version
1.0.1
homepage
https://clawic.com/skills/whop
description
Run and grow a Whop business with better offers, checkout flows, promo strategy, affiliates, ads, tracking, analytics, support operations, and advanced API workflows when needed
changelog
Expanded the skill with practical guidance for offers, checkout flows, promo codes, affiliates, ads, analytics, and Whop business operations.
metadata
{"clawdbot":{"emoji":"🟠","requires":{"bins":[],"config":["~/whop/"],"env.optional":["WHOP_API_KEY","WHOP_WEBHOOK_SECRET","WHOP_COMPANY_ID","WHOP_USER_ID","WHOP_RESOURCE_ID"]},"os":["linux","darwin","win32"],"configPaths":["~/whop/"]}}

When to Use

User is working on Whop in any serious business sense: shaping an offer, pricing a product, creating checkout links, launching promo codes, setting up affiliates, testing ads and tracking, improving conversion, handling member operations, or using the API when the dashboard is not enough.

Architecture

Memory lives in ~/whop/. If ~/whop/ does not exist, run setup.md. See memory-template.md for structure.

~/whop/
├── memory.md       # Current business model, priorities, and blockers
├── offers.md       # Products, pricing, trials, waitlists, and checkout notes
├── growth.md       # Promo codes, affiliates, ads, tracking, and channel notes
├── ops.md          # Support, refunds, disputes, retention, and analytics habits
└── tech.md         # API keys, webhooks, app IDs, permissions, and automation notes

Quick Start

Start with the highest-value layer first:

  • Offer: what is being sold, to whom, with what pricing, trial, and checkout path
  • Growth: which channels drive traffic, which affiliates matter, and how attribution is tracked
  • Operations: how members are onboarded, supported, retained, refunded, and analyzed
  • Automation: only use API, webhooks, or local app tooling when the native business workflow is too slow or too manual

Quick Reference

Load the smallest file that matches the current Whop surface instead of reading everything at once.

TopicFile
Setup guidesetup.md
Memory templatememory-template.md
Offers, pricing, trials, waitlists, and checkout linksoffers-and-checkouts.md
Promo codes, affiliates, ads, and attributiongrowth-and-marketing.md
Analytics, users, refunds, disputes, and support operationsoperations-and-retention.md
Auth, access checks, and permissions for advanced workauth-permissions.md
Advanced API automation, stats, and programmatic workflowsapi-workflows.md
Local app development with the proxyproxy-and-local-dev.md
Webhooks, sandbox, and go-live checkswebhooks-and-sandbox.md

Requirements

  • No API key is required for dashboard-only guidance around offers, affiliates, analytics, or operations
  • WHOP_API_KEY is optional for advanced REST calls, stats queries, file creation, webhook management, promo-code automation, or access token creation
  • WHOP_WEBHOOK_SECRET is optional for verifying webhook deliveries
  • Optional local proxy CLI: @whop-apps/dev-proxy exposes whop-proxy
  • Optional official packages: @whop/sdk, @whop/embedded-components-react-js, @whop/embedded-components-vanilla-js, whop-sdk, whop_sdk

Core Rules

1. Start from the business goal, not the API surface

  • Decide first whether the user is trying to sell more, launch faster, improve conversion, retain members, or automate a repetitive workflow.
  • Default to the native Whop dashboard flow when it already solves the problem cleanly.
  • Reach for API, webhooks, or local app tooling only when the user needs scale, repeatability, or custom behavior.

2. Optimize the offer before optimizing acquisition

  • Use products, pricing, free trials, waitlists, and checkout links to sharpen the core offer first.
  • Whop supports free checkout links, one-time payment links, recurring links, and split-payment checkout links in the dashboard.
  • Use waitlists when qualification matters more than raw volume.

3. Keep attribution clean across every channel

  • Use tracking links to compare email, X, Instagram, YouTube, communities, and paid traffic sources.
  • Add external tracking integrations before scaling spend so the business can see more than dashboard-native numbers.
  • Keep affiliate, ad, and direct traffic paths separate in notes so conversion decisions stay defensible.

4. Use the right growth lever for the right traffic source

  • Promo codes are for controlled price incentives at checkout.
  • Global affiliates expose the business to Whop's affiliate network with a default 30% commission.
  • Custom affiliates and rev share are better for closers, creators, partners, and negotiated deals.
  • Whop Ads exists as a native paid-growth surface, but the docs currently describe it as a beta product with limited access.

5. Read operations and retention as part of the funnel

  • Analytics, support chats, user management, refunds, disputes, and payment operations are not back-office trivia; they change retention and reputation.
  • When a business problem appears, line up acquisition source, product, checkout path, payment outcome, and member lifecycle before changing strategy.
  • Use built-in analytics first, then Whop stats or webhooks if the dashboard view is not enough.

6. Treat advanced automation as a separate trust boundary

  • Server-to-server work uses Authorization: Bearer ... against https://api.whop.com/api/v1.
  • Embedded app requests inside a Whop iframe identify the current user through x-whop-user-token.
  • Embedded components use short-lived access tokens, not raw iframe headers or long-lived API keys in the browser.
  • Webhooks must be verified before side effects, and sandbox and production assets must stay fully separate.

7. Keep Whop IDs and environments explicit

  • Preserve Whop prefixes such as biz_, app_, prod_, plan_, user_, hook_, and file_.
  • Record whether a fact came from dashboard work, sandbox testing, or production automation.
  • Handle 403s, access failures, and weird data mismatches as scope or approval problems before blaming payloads.

Whop Traps

These are the failure modes that waste the most time in real Whop businesses.

TrapConsequenceBetter Move
Scaling traffic before the offer is clearYou buy clicks into a weak checkout or confusing productTighten product, pricing, trial, and checkout path before increasing spend
Mixing promo codes, affiliates, and direct traffic in one bucketAttribution gets muddy and decisions become guessworkKeep one tracking path per channel and compare them cleanly
Using global affiliates when you really need negotiated partner termsMargin and incentives drift out of controlUse custom affiliates or rev share for strategic partners
Treating analytics as a last stepProblems are discovered only after revenue dropsReview user, payment, and support signals as part of weekly operations
Testing payment or webhook automation directly in productionReal money movement and noisy customer dataStart in sandbox with separate keys, webhooks, and test cards
Using a company API key where iframe user context is requiredWrong user identity or missing entitlementsDecide first between bearer auth, x-whop-user-token, and short-lived access tokens

External Endpoints

Every network touchpoint should map to one of these declared Whop surfaces.

EndpointData SentPurpose
https://api.whop.com/api/v1/*Bearer token, query params, JSON bodies, resource IDsREST API for companies, products, plans, payments, promo codes, leads, checkout configurations, webhooks, files, access tokens, and stats
https://sandbox.whop.com/*Sandbox keys, test payment data, webhook configuration, install actionsSafe pre-production testing environment
https://docs.whop.com/*No runtime secrets requiredOfficial docs for auth, permissions, proxy, sandbox, and webhook behavior
https://whop.com/apps/*/installApp and company selection in browserInstall and re-approve app permissions

No other data is sent externally.

Security & Privacy

Data that leaves your machine:

  • Bearer credentials sent to Whop for authenticated API requests
  • Business metadata, growth settings, membership data, payment filters, promo-code changes, and stats queries sent to Whop
  • Webhook acknowledgements returned from your app back to Whop

Data that stays local:

  • Offer, growth, operations, and environment notes stored in ~/whop/
  • Local proxy configuration and development URLs
  • Secret values kept in environment variables rather than in project files

This skill does NOT:

  • Store secret literals in repository files
  • Skip token or webhook verification
  • Push the user into API work when the dashboard path is better
  • Assume sandbox parity for apps, messaging, or payouts
  • Make undeclared requests outside Whop

Trust

By using this skill, data is sent to Whop. Only install if you trust Whop with customer, growth, payout, membership, and business metadata.

Related Skills

Install with clawhub install <slug> if user confirms:

  • ads — Paid acquisition strategy, testing discipline, and media-buying tradeoffs
  • api — General REST API patterns, auth strategies, and HTTP debugging
  • oauth — OAuth token lifecycles, redirects, and delegated access flows
  • payments — Payment system patterns, failure handling, and reconciliation habits
  • webhook — Webhook verification, replay handling, and delivery design

Feedback

  • If useful: clawhub star whop
  • Stay updated: clawhub sync

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

70.16%
按下载量换算1,358

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills