{
  "markdown": "# Govilo To Go\n\nA Claude Code skill that uploads digital files to [Govilo](https://govilo.xyz/) and returns a payment-protected unlock link.\n\n## Installation\n\n```bash\nnpx skills add hau823823/gen-paylink-govilo\n```\n\nCreate a dedicated env file (e.g. `.env.govilo`) with your credentials:\n\n```env\nGOVILO_API_KEY=sk_live_xxx\nSELLER_ADDRESS=0xYourWalletAddress\n```\n\n> Don't have these yet? See the [Setup Guide](skills/gen-paylink-govilo/references/setup-guide.md) for step-by-step registration and wallet setup.\n\n## Usage\n\nTell Claude what you want to sell:\n\n```\n\"Upload my-ebook.pdf to Govilo, title 'Go Patterns eBook', price $5 USDC\"\n```\n\n```\n\"Package the ./assets folder and create a Govilo link for 2.50 USDC\"\n```\n\nClaude will ask for the required info (title, price, description) if not provided, then handle the rest automatically.\n\n## Input Options\n\nThe `--input` flag accepts:\n\n- A single `.zip` file\n- A folder (contents are auto-zipped)\n- One or more individual files (auto-packaged)\n\n### Limits\n\n- Max ZIP size: **20 MB**\n- Max files per ZIP: **20**\n\n## Requirements\n\n- [uv](https://docs.astral.sh/uv/) (Python package runner)\n- Python >= 3.11\n- `GOVILO_API_KEY` — Bot API key from [govilo.xyz](https://govilo.xyz/)\n- `SELLER_ADDRESS` — EVM wallet address on **Base chain** (or pass via `--address`)\n",
  "bytes": 1310,
  "sha": "f1cd1b1b07d0607fdfbd56b8fef61b0b83b6a8877d310e804ce8870cbca4b506",
  "repo_slug": "hau823823/gen-paylink-govilo",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_hau823823_gen_paylink_govilo_gen_paylink_b93f1dc2/readme"
}