porkbun
Installation
SKILL.md
Porkbun API Skill
Agent-friendly interface to the full Porkbun API (~32 endpoints). The skill ships with a cached copy of Porkbun's official OpenAPI spec and tells the agent how to query it with jq, handle credentials safely, and apply appropriate caution to write operations.
How this skill works
This skill is a thin pointer to Porkbun's official OpenAPI spec. Instead of duplicating endpoint documentation in markdown (which drifts), the spec is the reference:
spec.json— cached copy ofhttps://porkbun.com/api/json/v3/spec(~90 KB)spec.meta— sidecar with sha256, size, version, and timestamps for the cached spec
The agent queries spec.json with jq on demand. Never read the full spec.json into context — it's ~20K tokens. Always extract the specific endpoint or schema needed.
Throughout this document, <SKILL_DIR> refers to the directory this SKILL.md lives in (provided to you when this skill is invoked).