markdown-browser
SKILL.md
Markdown Browser Skills
This skill is an orchestration layer, not a replacement fetcher. It always keeps official web_fetch as the fetch source of truth.
MECE Architecture
- Fetch layer (official, exclusive)
- Use OpenClaw
web_fetchto retrieve the page. - Do not call direct HTTP fetch inside this skill for normal operation.
- Policy layer (these skills)
- Parse
Content-Signaland computepolicy_action. - Current action focuses on
ai-inputsemantics:allow_input,block_input,needs_review.
- Privacy layer (these skills)
- Redact path/fragment/query values in output URL fields.
- Keep URL shape useful for debugging without leaking sensitive values.
- Normalization layer (these skills)