Install
$ agentstack add skill-zanni098-ducktap-ducktap-publish ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
/ducktap-publish
/ducktap-publish petstore
Steps:
- Run
ducktap publish --out-dir ./out --dry-runfirst and show the user the
plan. The command runs shipcheck, initialises git, creates the GitHub repo via gh, builds, and uploads to PyPI — each step reported as OK/FAIL.
- When the user confirms, run it for real:
ducktap publish --out-dir ./out.
--no-pypifor GitHub only,--no-githubfor PyPI only,--privatefor a
private repo.
- PyPI upload needs
twineinstalled and credentials in the environment
(TWINE_USERNAME / TWINE_PASSWORD, or a ~/.pypirc). Never write a token into the repo.
- If a step fails, report its
stderrverbatim rather than retrying blindly — a
failed shipcheck means the generated CLI is not shippable yet.
- Open the new repo URL.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: zanni098
- Source: zanni098/DuckTap
- License: MIT
- Homepage: https://duck-tap.vercel.app
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.