# Send PopUp Referrals to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "popup-referrals",
    "name": "PopUp Referrals",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/eliaskress/popup-referrals",
    "canonicalUrl": "https://clawhub.ai/eliaskress/popup-referrals",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/popup-referrals",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=popup-referrals",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/popup-referrals"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/popup-referrals",
    "downloadUrl": "https://openagent3.xyz/downloads/popup-referrals",
    "agentUrl": "https://openagent3.xyz/skills/popup-referrals/agent",
    "manifestUrl": "https://openagent3.xyz/skills/popup-referrals/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/popup-referrals/agent.md"
  }
}
```
## Documentation

### PopUp Referrals

Check your PopUp referral link, track referral earnings, and see the status of vendors you've referred. This skill is read-only — it retrieves referral data from the PopUp API. It does not send messages, contact vendors, or share links on your behalf.

### What This Skill Does

Retrieves your unique referral code and share URL
Shows earnings stats (signups, credits, cash earned, account balance)
Lists referred vendors and their current status

### What This Skill Does NOT Do

It will not proactively suggest sharing referral links
It will not contact vendors or send DMs on your behalf
It will not post on social media or comment on posts
It only responds when you explicitly ask about your referrals

### Reward Structure

$100 cash when a referred vendor subscribes to an annual plan (paid 31 days after subscription start) or stays on monthly billing for 6+ consecutive months
No cap on total referral earnings
Referred vendors receive $100 off their first annual subscription ($399 instead of $499)

The $5 account credit for profile publication is only available to vendor-type accounts. Organizer accounts earn the $100 cash reward only.

### Authentication

All requests require a Bearer token:

Authorization: Bearer pk_live_...

The token is the POPUP_API_KEY environment variable.

Base URL: https://usepopup.com/api/v1/organizer

Rate limit: 60 requests per minute. HTTP 429 returned with Retry-After: 60 if exceeded.

### Get Referral Dashboard

GET /referrals

Returns your referral code, share URL, reward structure, earnings stats, and list of referred users.

Response fields:

FieldTypeDescriptionreferralCodestringYour unique referral codeshareUrlstringYour referral linkrewardStructureobjectCurrent reward tiersstats.totalSignupsnumberTotal vendors who signed up via your linkstats.totalAnnualSubscriptionsnumberVendors who subscribed annuallystats.totalCreditsEarnednumberTotal credits earned (cents)stats.totalCashEarnednumberTotal cash earned (cents)accountBalancenumberCurrent account balance (cents)referralsarrayList of referred users with name, signup date, and reward status

Example output:

PopUp Referral Dashboard
────────────────────────────────
  Referral Code:      ABC123
  Share URL:          https://usepopup.com/r/ABC123
  Total Signups:      12
  Credits Earned:     $25.00
  Cash Earned:        $300.00
  Account Balance:    $125.00
────────────────────────────────

Recent Referrals:
  - Jane's Food Truck — signed up Jan 15 — subscribed (annual)
  - DJ Mike — signed up Jan 22 — free tier
  - Sweet Treats Bakery — signed up Feb 1 — trial active

### Response Format

All endpoints return JSON with { "data": ... } wrapper.

Error responses: { "error": "message" } with HTTP status 400, 401, 404, 429, or 500.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: eliaskress
- Version: 1.1.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/popup-referrals)
- [Send to Agent page](https://openagent3.xyz/skills/popup-referrals/agent)
- [JSON manifest](https://openagent3.xyz/skills/popup-referrals/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/popup-referrals/agent.md)
- [Download page](https://openagent3.xyz/downloads/popup-referrals)