Agentprivacy wiki document
Skill mitchuski/agentprivacy-skills/agentprivacy-skills-v5/wikis/agentprivacy-wiki-document
Creating a help page on the wiki for a Claude Code skill β describing what it does and when it fires β and publishing the skill's own SKILL.md as a downloadable asset. The skill-side parallel to documenting a wiki plugin. Part of the git-less onboarding/distribution layer kept by the Librarian ποΈ in the Tower's Wikis.From its SKILL.md
npx -y skills add mitchuski/agentprivacy-skills --skill agentprivacy-wiki-documentAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its file declares
Copied from the file, not written here
The file declares its own license as Apache-2.0. That is the authorβs claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
3.2 KB, 590 tokens by cl100k_base, as published. Nobody here has run it
agentprivacy-wiki-document
The fedwiki-document-skill skill creates a help page on this wiki for a Claude Code skill β describing what it does and when it fires β and publishes the skill's own SKILL.md as a downloadable file in the page's assets folder. It is the skill-side parallel of Fedwiki DocumentPlugin Skill.
When it Triggers
"document this skill", "create a skill help page", "publish a skill to skill.fedwiki.club", "add a skill to the skill wiki" β or after authoring or editing a skill that should be shared publicly.
What it Produces
- A page here at
skill.fedwiki.club/{slug}describing the skill in prose. - An
# Assetssection carrying the realSKILL.md(and any README), so a reader can read or install the exact source β not just the summary.
Naming Convention
A skill-help page is titled in three words β <Class> <CamelCaseName> Skill β so the trailing Skill marks it as a skill page, the first word is its class (set), and the camelCase middle is its short name.
- Class β first word (
Fedwiki); groups skills into sets. - CamelCaseName β the skill's name, multi-word collapsed to camelCase (
new-wikiβNewWiki). - Slug = the lowercased title (
fedwiki-newwiki-skill); the install dir comes from the SKILL.mdname:frontmatter (fedwiki-new-wiki), not the slug β which is what makes the camelCase title safe.
Assets β the Real Source
The page is the description; the assets folder is the source of truth. After writing the page, the Fedwiki Assets Skill adds the # Assets section and the skill's SKILL.md is copied (never symlinked β Nextcloud does not sync symlinks, and the source lives outside the Nextcloud tree) into assets/{slug}/. Because the copy is a snapshot, the skill re-copies it on every run to keep the public file current.
See
- Fedwiki Assets Skill and Fedwiki Page Skill
- Fedwiki DocumentPlugin Skill and Fedwiki To Skill
Upstream: fedwiki-document-skill β vendored + re-framed (owner: Anon / 'from marvin', skill.fedwiki.club). The wiki page remains the source of truth; this SKILL.md is a fork carrying its lineage.
Verify: agentprivacy.ai Β· skill.fedwiki.club
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.