Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
hau823823 avatar

Gen Paylink Govilo

  • 3k installs
  • 1 repo stars
  • Updated February 13, 2026
  • hau823823/gen-paylink-govilo

gen-paylink-govilo is an agent skill that uploads files to Govilo and creates USDC-priced crypto unlock links via the Bot API.

About

Gen Paylink Govilo is an agent skill that turns ZIP files, folders, or individual files into paid crypto unlock links through the Govilo Bot API. Before running, the agent must ask the user for product title, USDC price, and optional description rather than guessing values. The uv-based create-link CLI validates GOVILO_API_KEY and SELLER_ADDRESS from a dedicated .env.govilo file, auto-packages non-ZIP inputs, presigns an upload, PUTs the archive to R2, and creates the unlock item. JSON stdout reports ok status with unlock_url on success and exit code 1 on failure. Limits are twenty megabytes and twenty files per ZIP. The workflow covers config validation, packaging, POST presign, PUT upload, and POST items. Seller address defaults from SELLER_ADDRESS or --address on Base chain. Setup references guide registration at govilo.xyz and warns never to point --env-file at a project .env containing unrelated secrets.

  • create-link CLI packages ZIP, folder, or file inputs into Govilo paid unlock URLs.
  • Bot API flow: presign upload, PUT to R2, then POST items for unlock_url.
  • Requires GOVILO_API_KEY and Base-chain SELLER_ADDRESS in a dedicated .env.govilo.
  • Agent must ask user for title, USDC price, and description before executing.
  • Hard limits: 20 MB ZIP size and 20 files per archive.

Gen Paylink Govilo by the numbers

  • 3,019 all-time installs (skills.sh)
  • Ranked #151 of 2,715 Automation & Workflows skills by installs in the Skillselion catalog
  • Security screen: CRITICAL risk (skills.sh audit)
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

gen-paylink-govilo capabilities & compatibility

Capabilities
input packaging for zip, folder, or repeatable f · govilo bot api presign, r2 upload, and item crea · usdc pricing with base chain seller address · json ok or failure output with dedicated env fil · setup and registration walkthrough via reference
Use cases
orchestration · email
Runs
Runs locally
Pricing
Bring your own API key
npx skills add https://github.com/hau823823/gen-paylink-govilo --skill gen-paylink-govilo

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs3k
repo stars1
Security audit1 / 3 scanners passed
Last updatedFebruary 13, 2026
Repositoryhau823823/gen-paylink-govilo

How do I automate uploading a ZIP or folder to Govilo and generate a paid unlock link with crypto checkout?

Package files into Govilo paid unlock links via Bot API presign upload, R2 PUT, and item creation with USDC pricing on Base.

Who is it for?

Developers selling digital files who want one-command Govilo unlock link creation from folders or ZIPs.

Skip if: Skip when GOVILO_API_KEY or seller wallet is unavailable and the user has not registered at govilo.xyz.

When should I use this skill?

User wants a Govilo unlock link, paid file download, or Bot API presign upload workflow.

What you get

JSON result with unlock_url after presigned R2 upload and Govilo item creation on Base chain.

  • Govilo unlock link
  • uploaded file on Govilo R2

By the numbers

  • [object Object]
  • [object Object]
  • [object Object]

Files

SKILL.mdMarkdownGitHub ↗

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. 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.

Parameters

ParamRequiredSourceDescription
--inputYesCLI (repeatable)ZIP, folder, or file paths
--titleYesCLIProduct title
--priceYesCLIPrice in USDC
--addressNoCLI > SELLER_ADDRESS envSeller EVM wallet
--descriptionNoCLIProduct description

Workflow

1. Validate config (API Key + seller address) 2. Package inputs → ZIP (if not already ZIP) 3. POST /api/v1/bot/uploads/presign → get upload_url + session_id 4. PUT upload_url → upload ZIP to R2 5. POST /api/v1/bot/items → get unlock_url

File Limits

  • Max ZIP size: 20 MB
  • Max files in ZIP: 20

Setup

Two values are required:

VariableRequiredDescription
GOVILO_API_KEYYesBot API key from [govilo.xyz][]
SELLER_ADDRESSYes*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.

API Reference

See references/bot-api-quick-ref.md for Bot API endpoints and error codes.

Related skills

Forks & variants (1)

Gen Paylink Govilo has 1 known copy in the catalog totaling 3k installs. They canonicalize to this original listing.

FAQ

What environment variables are required?

GOVILO_API_KEY is required and SELLER_ADDRESS or --address must be a Base-chain EVM wallet.

What are the file size limits?

Maximum ZIP size is 20 MB with up to 20 files inside the archive.

Must the agent ask before running?

Yes. Title, USDC price, and optional description must come from the user, never placeholders.

Is Gen Paylink Govilo safe to install?

skills.sh reports 1 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

Automation & Workflowspaymentsecommerce

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.