Add automated documentation updater to any Claude skill. Creates a Python sync script that downloads upstream docs, processes markdown for AI consumption, and maintains local cache with configurable refresh. Collects template variables, then delegates implementation through 5-phase workflow. Use when adding auto-updating reference documentation to plugins or skills.
68
84%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Low
Low-risk findings.
2 low severity findings. Worth noting, but not necessarily harmful.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
This skill explicitly downloads and ingests documentation from a user-supplied DOC_SOURCE_URL (see "Download & Extract" in the Full Prompt Template and Phase 1/Phase 4 workflows) and requires the agent to read and use those fetched public docs for discovery and decision-making (see Phase 5 integration), exposing it to untrusted third‑party content that could contain indirect prompt injection.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
The skill's runtime Download & Extract step fetches user-supplied DOC_SOURCE_URL (e.g. https://gitlab.com/gitlab-org/cli/-/archive/main/cli-main.tar.gz?path=docs) and injects the downloaded markdown into the skill's Documentation Index/agent context, meaning external content fetched at runtime can directly control prompts.
c337daf
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.