Read a provided URL, local file, or pasted article, digest its core claims and assumptions, rebuild the topic into a concise original source-backed Chinese Markdown article, and save it under the current project's markdown directory. Use when the user asks to upgrade, elevate, rewrite, extend, deconstruct, critique, refine, or produce a higher-order article from an existing article or URL, especially when the desired output should preserve the source insight but feel like a clean standalone article rather than an analysis of the source.
70
85%
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.
SKILL.md:11-14 instructs that if the operating user provides a URL, the workflow fetches and reads the page as source material, which is outsider-authored free text that the LLM must ingest to “Digest the source before writing” (SKILL.md:16-21).
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 explicitly says "If the user gives a URL, fetch and read the page" (SKILL.md:11-13), meaning the agent will fetch arbitrary external pages at runtime and inject that content into its prompt/context — flagged URL: https://...
3b9c83d
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.