Overview
- Skill Key
- hau823823/gen-paylink-govilo
- Author
- hau823823
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/hau823823/gen-paylink-govilo
- Latest Commit SHA
- b8fc7b4f33855c93c2edc6c3e1670ea3749baaa0
Upload files to Govilo and generate unlock links via Bot API. Use when: (1) Creating a Govilo unlock link from a ZIP, folder, or individual files, (2) Automating file upload to Govilo R2 storage with presigned URLs, (3) Managing Govilo Bot API interactions (presign → upload → create item). Requires GOVILO_API_KEY and SELLER_ADDRESS env vars. If missing, guides user to register at https://govilo.xyz/.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 gen-paylink-govilo 技能。 若已安装,则直接安装 gen-paylink-govilo 技能。
# Govilo To Go
Turn any file into a paid unlock link — one command to package, upload, and collect crypto payments. The last mile of automation: from creation to monetization.
## Before Running
Always ask the user for these values before executing the CLI — never guess or use placeholders:
1. **title** — What is the product name?
2. **price** — How much to charge (in USDC)?
3. **description** — Short description of the product (optional, but always ask)
## CLI Command
> Requires [uv](https://docs.astral.sh/uv/). See [references/setup-guide.md](references/setup-guide.md) for install instructions.
Run from this skill's base directory. Use a **dedicated** env file containing only `GOVILO_API_KEY` (and optionally `SELLER_ADDRESS`). Never point `--env-file` at a project `.env` that contains unrelated secrets.
```bash
cd <skill_base_directory>
uv run --env-file <path_to>/.env.govilo create-link \
--input <path> \
--title "Product Name" \
--price "5.00" \
--address "0x..." \
--description "optional"
```
If no `.env.govilo` exists, create one before running:
```dotenv
GOVILO_API_KEY=sk_live_xxx
SELLER_ADDRESS=0x...
```
`--input` accepts ZIP file, folder, or individual files (repeatable). Non-ZIP inputs are auto-packaged.
All output is JSON `{"ok": true/false, ...}` with exit code 1 on failure.
## Parameters
| Param | Required | Source | Description |
| --------------- | -------- | -------------------------- | -------------------------- |
| `--input` | Yes | CLI (repeatable) | ZIP, folder, or file paths |
| `--title` | Yes | CLI | Product title |
| `--price` | Yes | CLI | Price in USDC |
| `--address` | No | CLI > `SELLER_ADDRESS` env | Seller EVM wallet |
| `--description` | No | CLI | Product description |
## Workflo...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.