Markdown 重点标注
PassAudited by ClawScan on Feb 25, 2026.
Overview
This skill's requirements and instructions match its stated purpose (adding HTML span highlights to Markdown); it does not request external credentials or network access, but it will overwrite .md files — back up files before use.
This skill appears coherent and limited to transforming and annotating Markdown. Important cautions: 1) It writes back to .md files in-place (and creates .md from .txt) — make backups or test on copies first to avoid accidental data loss. 2) The skill will need permission to read/write the files you point it at; do not point it at sensitive system or credential files. 3) Although it requests only python3 and has no network calls or env vars, verify platform-level behavior (whether the agent will run this autonomously) if you want to prevent automatic modifications. 4) The included pytest validates output format; you can run it locally to confirm behavior before using on real documents.
