gen-paylink-goviloUpload 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/.
Install via ClawdBot CLI:
clawdbot install hau823823/gen-paylink-goviloTurn 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.
Always ask the user for these values before executing the CLI β never guess or use placeholders:
Requires uv. See 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.
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:
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.
| 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 |
POST /api/v1/bot/uploads/presign β get upload_url + session_idPUT upload_url β upload ZIP to R2POST /api/v1/bot/items β get unlock_urlTwo values are required:
| Variable | Required | Description |
| ---------------- | -------- | ---------------------------------------- |
| GOVILO_API_KEY | Yes | Bot API key from [govilo.xyz][] |
| SELLER_ADDRESS | Yes* | EVM wallet address on Base chain |
[govilo.xyz]: https://govilo.xyz/
*SELLER_ADDRESS can also be passed via --address CLI parameter.
See references/setup-guide.md for step-by-step registration and wallet setup instructions.
See references/bot-api-quick-ref.md for Bot API endpoints and error codes.
AI Usage Analysis
Analysis is being generated⦠refresh in a few seconds.
Advanced filesystem operations - listing, searching, batch processing, and directory analysis for Clawdbot
Perform advanced filesystem tasks including listing, recursive searching by name or content, batch copying/moving/deleting files, and analyzing directory siz...
Essential SSH commands for secure remote access, key management, tunneling, and file transfers.
Extract text from PDF files for LLM processing
The directory for AI agent services. Discover tools, platforms, and infrastructure built for agents.
Advanced filesystem operations - listing, searching, batch processing, and directory analysis for Clawdbot