# Send Gumroad Pro 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. 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. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "gumroad-pro",
    "name": "Gumroad Pro",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/abdul-karim-mia/gumroad-pro",
    "canonicalUrl": "https://clawhub.ai/abdul-karim-mia/gumroad-pro",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/gumroad-pro",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gumroad-pro",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "_meta.json",
      "handler.js",
      "package.json",
      "references/api-reference.md",
      "references/changelog.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "gumroad-pro",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-04T01:36:37.813Z",
      "expiresAt": "2026-05-11T01:36:37.813Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gumroad-pro",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gumroad-pro",
        "contentDisposition": "attachment; filename=\"gumroad-pro-1.2.9.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "gumroad-pro"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/gumroad-pro"
    },
    "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/gumroad-pro",
    "downloadUrl": "https://openagent3.xyz/downloads/gumroad-pro",
    "agentUrl": "https://openagent3.xyz/skills/gumroad-pro/agent",
    "manifestUrl": "https://openagent3.xyz/skills/gumroad-pro/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/gumroad-pro/agent.md"
  }
}
```
## Documentation

### 🛑 AI PROTOCOL

PRIORITIZE HANDLER: Always attempt to use the interactive button-based GUI (handled by handler.js) for the best merchant experience.
CLI AS FALLBACK: Only use scripts/gumroad-pro.js via the CLI for complex data retrieval or specific actions not available in the GUI.
USE --json: When using the CLI, ALWAYS use the --json flag and check for "success": true.
REDUCE SPAM: Use action: 'edit' in renderResponse for all menu transitions and state updates. Only use action: 'send' for the initial menu or when the context fundamentally changes.
HANDLE ERRORS: Read the "error" field in JSON responses to inform the user of failures.

### ❓ Navigation & Data

Primary Interaction: Use the adaptive logic in handler.js. See handler-guide.md for interaction patterns, ui-rendering.md for rendering protocols, and changelog.md for version history. Respond with button callback data (e.g., gp:products) or digits (1, 2, 3) where applicable.
Secondary Interaction: Use scripts/gumroad-pro.js for direct actions. See api-reference.md for command specs.

### 🔑 Authentication

The skill requires a Gumroad API Key. It looks for the following environment variables (in order of preference):

GUMROAD_ACCESS_TOKEN
API_KEY

### Configuration

You can set this in your ~/.openclaw/openclaw.json using the apiKey convenience field:

{
  "skills": {
    "entries": {
      "gumroad-pro": {
        "enabled": true,
        "apiKey": "YOUR_GUMROAD_TOKEN"
      }
    }
  }
}

The platform will automatically inject your apiKey into the preferred GUMROAD_ACCESS_TOKEN variable.

### Product Inventory

List all digital assets to monitor sales and availability.
Toggle publication status or delete obsolete items.
View detailed product commands.

### Sales & Fulfillment

Search transactions by email.
Process refunds or mark physical goods as shipped.
View detailed sales commands.

### Licensing

Verify keys for software distribution.
Manage usage counts or rotate keys for security.
View detailed license commands.

### Offer Management

Create, list, or remove discount codes for marketing campaigns.
View detailed discount commands.

Developed for the OpenClaw community by Abdul Karim Mia.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: abdul-karim-mia
- Version: 1.2.9
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-04T01:36:37.813Z
- Expires at: 2026-05-11T01:36:37.813Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/gumroad-pro)
- [Send to Agent page](https://openagent3.xyz/skills/gumroad-pro/agent)
- [JSON manifest](https://openagent3.xyz/skills/gumroad-pro/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/gumroad-pro/agent.md)
- [Download page](https://openagent3.xyz/downloads/gumroad-pro)