← Back to Skills Marketplace
579
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install popup-referrals
Description
Check your PopUp referral link, track earnings, and see referred vendor status. Earn $100 per vendor who subscribes annually.
Usage Guidance
This skill appears coherent and minimal: it needs only your PopUp API key to fetch referral data. Before installing, confirm the POPUP_API_KEY you provide is an organizer-scoped, read-only key if PopUp supports scoping; avoid supplying a broad production key if a narrower key is possible. Remember that the SKILL.md's 'read-only' claim is informational — the platform/agent enforces actual behavior. If you are worried about autonomous agents making other API calls, do not enable autonomous invocation for this skill or do not provide the API key. Also keep your POPUP_API_KEY secret and rotate it if it is ever exposed.
Capability Analysis
Type: OpenClaw Skill
Name: popup-referrals
Version: 1.1.0
The skill is designed for read-only access to referral data from the PopUp API, requiring a `POPUP_API_KEY` for authentication. The `SKILL.md` explicitly states the skill's purpose and, crucially, what it *does not* do (e.g., no sending messages, no social media posting, no contacting vendors), which mitigates prompt injection risks. All described actions are limited to a GET request to `https://usepopup.com/api/v1/organizer/referrals`. There is no evidence of data exfiltration, malicious execution, persistence, or obfuscation. The `README.md` contains benign developer-facing CLI commands for skill management.
Capability Assessment
Purpose & Capability
Name/description match the declared requirements: the skill needs a POPUP_API_KEY and documents calling the PopUp referrals API to retrieve referral code, earnings, and referred vendor status. There are no unrelated env vars, binaries, or install artifacts.
Instruction Scope
SKILL.md limits behavior to GET /referrals against the documented base URL using the POPUP_API_KEY Bearer token. It does not instruct reading other files, scanning system state, or sending data to third-party endpoints beyond usepopup.com. Note: the claim that the skill is 'read-only' is descriptive; there is no enforcement mechanism in an instruction-only skill, so the agent/platform must ensure calls remain read-only.
Install Mechanism
No install spec and no code files — instruction-only — so nothing is downloaded or written to disk by the skill itself. This is the lowest-risk install profile.
Credentials
Only a single credential (POPUP_API_KEY) is required and declared as the primaryEnv. That is proportionate to the stated purpose of calling a protected referral endpoint. No unrelated secrets or config paths are requested.
Persistence & Privilege
always is false and there is no installation behavior that persists or modifies other skills or system-wide settings. Autonomous model invocation remains enabled by default (normal), but this skill does not request elevated persistence.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install popup-referrals - After installation, invoke the skill by name or use
/popup-referrals - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
v1.1.0: Improved skill description and metadata
v1.0.0
Initial release: referral dashboard, earnings tracking, referred vendor status. Read-only, no proactive behavior.
Metadata
Frequently Asked Questions
What is PopUp Referrals?
Check your PopUp referral link, track earnings, and see referred vendor status. Earn $100 per vendor who subscribes annually. It is an AI Agent Skill for Claude Code / OpenClaw, with 579 downloads so far.
How do I install PopUp Referrals?
Run "/install popup-referrals" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is PopUp Referrals free?
Yes, PopUp Referrals is completely free (open-source). You can download, install and use it at no cost.
Which platforms does PopUp Referrals support?
PopUp Referrals is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created PopUp Referrals?
It is built and maintained by popup (@eliaskress); the current version is v1.1.0.
More Skills