gen-paylink-govilo
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.
Do not auto-install this skill.
The canonical policy requires operator review before any installation action.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "gen-paylink-govilo" from https://skillstore.io/skills/hau823823-gen-paylink-govilo.md and its manifest at https://skillstore.io/api/skills/hau823823-gen-paylink-govilo/manifest. Verify the artifact. Do not auto-install. Inspect the skill and report your findings, then wait for an operator or manual installation decision.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "gen-paylink-govilo". A creator asks for a paid link for a prepared course archive priced at 15 USDC.
Expected outcome:
The skill confirms the file, title, price, and seller address, then returns the new Govilo unlock link.
Using "gen-paylink-govilo". A freelancer provides a delivery folder and wants a paid client access link.
Expected outcome:
The skill packages the folder, uploads the archive, creates the Govilo item, and reports the link and file count.
Using "gen-paylink-govilo". A user is missing the Govilo API key or seller address.
Expected outcome:
The skill explains which required value is missing and points the user to the setup guide.
Security Audit
CriticalThe 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.
Confirmed security concerns (2)
Capability review items (3)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
โ๏ธ External commands (20)
๐ Env variables (21)
๐ Network access (10)
Detected Patterns
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/hau823823-gen-paylink-govilo/audits/4?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/hau823823-gen-paylink-govilo?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/hau823823-gen-paylink-govilo?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/hau823823-gen-paylink-govilo/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/hau823823-gen-paylink-govilo.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
hau823823. (2026). gen-paylink-govilo security audit report (audit version 4) [Author version 1.0]. Skillstore. https://skillstore.io/skills/hau823823-gen-paylink-govilo/audits/4BibTeX citation
@techreport{hau823823-hau823823-gen-paylink-govilo-2026,
author = {hau823823},
title = {gen-paylink-govilo security audit report (audit version 4)},
institution = {Skillstore},
year = {2026},
number = {4},
url = {https://skillstore.io/skills/hau823823-gen-paylink-govilo/audits/4},
note = {Author version 1.0}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "gen-paylink-govilo security audit report (audit version 4)"
version: "1.0"
type: report
authors:
- name: "hau823823"
date-released: "2026-07-21"
url: "https://skillstore.io/skills/hau823823-gen-paylink-govilo/audits/4"
identifiers:
- type: other
value: "skillstore:hau823823-gen-paylink-govilo:audit:4"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: MediumWhat You Can Build
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.
Try These Prompts
Create a Govilo unlock link for this ZIP. Ask me for the title, USDC price, description, and seller address before running anything.
Package this folder and create a Govilo paid link. Confirm the folder path and list the files before upload.
Create a Govilo link using my dedicated Govilo environment file. Confirm the title, price, description, and input path first.
Review the selected files, confirm they should be uploaded to Govilo, then create the paid unlock link with the agreed price.
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.
Avoid
- 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.
Frequently Asked Questions
What does this skill create?
What credentials are required?
Where are files uploaded?
Can it package folders automatically?
What upload limits apply?
Does it verify content rights?
Developer Details
Author
hau823823License
MIT
Author version
v1.0
Skillstore revision
r1
Version notice
The author-declared version is not valid SemVer.
Ref
a06681402992ceae98ba04d54cfd4ab004862696
Maintenance freshness
7/22/2026
Usage
6 downloads ยท 117 views
File structure
๐ references/
๐ bot-api-quick-ref.md
๐ setup-guide.md
๐ scripts/
๐ __init__.py
๐ api_client.py
๐ config.py
๐ packager.py
๐ workflow_create.py
๐ pyproject.toml
๐ SKILL.md