# Create Govilo Paid Unlock Links

Selling a file through Govilo requires packaging, upload, and item creation. This skill automates those steps and returns a paid unlock link.

## Install

```bash
npx skillstore add hau823823/gen-paylink-govilo
```

## Metadata

- Status: approved
- Slug: hau823823-gen-paylink-govilo
- Version: 1.0
- Author version: 1.0
- Skillstore revision: r1
- Version status: invalid
- Tree hash: 1472202eab4f3ff9e0cc42b8fe7d32499dd7fec2930cf08fcbd740a4c6ccff13
- Author: hau823823
- GitHub username: hau823823
- License: MIT
- Repository: https://github.com/hau823823/gen-paylink-govilo/tree/main/skills/gen-paylink-govilo/
- Ref: a06681402992ceae98ba04d54cfd4ab004862696
- Supported tools: Claude, Codex, Claude Code
- Audit status: complete
- Agent install advisory: blocked
- Manual install advisory: allowed\_with\_warning
- Artifact signature: available
- Audit attestation: unavailable
- Human verification: not\_verified
- Risk factors: external\_commands, env\_access, network, filesystem
- Quality score: 38
- Quality tier: warning
- Public page: https://skillstore.pages.dev/skills/hau823823-gen-paylink-govilo
- Manifest: https://skillstore.pages.dev/api/skills/hau823823-gen-paylink-govilo/manifest

## Capabilities

- Reads a Govilo API key and seller address from a dedicated environment file or command option.
- Accepts a ZIP file, a folder, or repeated file paths as input.
- Packages non-ZIP inputs into a ZIP archive before upload.
- Requests a Govilo presigned upload URL and uploads the archive.
- Creates a Govilo item with a title, price, and optional description.
- Returns the created unlock link and item metadata after a successful upload.

## Use Cases

- Sell a digital download: Package a finished file and create a Govilo unlock link with a USDC price.
- Prepare client delivery: Bundle approved project files and publish a paid delivery link for a client.
- Automate repeat uploads: Use the CLI workflow to create consistent Govilo items from prepared release folders.

## Prompt Templates

### Create a simple link

```
Create a Govilo unlock link for this ZIP. Ask me for the title, USDC price, description, and seller address before running anything.
```

### Package a folder

```
Package this folder and create a Govilo paid link. Confirm the folder path and list the files before upload.
```

### Use an existing seller address

```
Create a Govilo link using my dedicated Govilo environment file. Confirm the title, price, description, and input path first.
```

### Review before monetizing

```
Review the selected files, confirm they should be uploaded to Govilo, then create the paid unlock link with the agreed price.
```

## Limitations

- Requires a Govilo API key and a Base-chain seller address before use.
- Limits uploads to 20 MB and 20 files.
- Uploads selected files to a third-party service controlled by Govilo.
- Does not verify content ownership, licensing, taxes, or buyer support terms.

## Best Practices

- Use a dedicated Govilo environment file that contains only Govilo credentials.
- Review every file path before upload because the archive leaves the local machine.
- Confirm the seller address, title, price, and description before creating the item.

## Anti Patterns

- Do not use a shared project environment file with unrelated secrets.
- Do not upload private, unlicensed, or unapproved files to create a paid link.
- Do not run remote installer commands without reviewing a safer installation path.

## Security Audit

- Audited at: 2026-07-21T07:42:23.989\+00:00
- Summary: The skill intentionally packages user-selected files, reads Govilo-specific credentials, and uploads the archive to the documented Govilo workflow. Most static matches are capability or documentation false positives, but the setup guide executes remotely downloaded installers and the packager uses race-prone temporary paths. No prompt-injection text, covert data collection, or undeclared exfiltration intent was found.

## Stats

- Views: 117
- Downloads: 9
- Favorites: 0
- Popularity score: 0
