✓ Verified
💻 Development
✓ Enhanced Data
Markdown Browser
Wrapper skill for OpenClaw web_fetch results.
- Rating
- 4.9 (123 reviews)
- Downloads
- 8,535 downloads
- Version
- 1.0.0
Overview
Wrapper skill for OpenClaw web_fetch results.
Complete Documentation
View Source →
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)
- If
contentType=text/markdown, keep content as-is. - If
contentType=text/html, convert withturndownas fallback enhancement. - For other content types, pass through text.
Execution Order
- Call official
web_fetch. - Pass the result JSON into this wrapper.
- Optionally pass
Content-Signalandx-markdown-tokensheader values if available. - Use the returned normalized object for downstream agent logic.
Wrapper Tool
process_web_fetch_result({ web_fetch_result, content_signal_header, markdown_tokens_header })
Input:
web_fetch_result(required): JSON payload returned by OpenClawweb_fetch.content_signal_header(optional): rawContent-Signalheader string.markdown_tokens_header(optional): rawx-markdown-tokensheader value.
contentformat(markdown|html-fallback|text)token_estimate(number | null)content_signalpolicy_actionsource_url(redacted)status_codefallback_used
CLI Usage
bash
# Install runtime dependency once inside the skill directory
npm install --omit=dev
# 1) Obtain a web_fetch payload first (from OpenClaw runtime)
# 2) Save it as /tmp/web_fetch.json
# 3) Run wrapper post-processing
node browser.js \
--input /tmp/web_fetch.json \
--content-signal "ai-input=yes, search=yes, ai-train=no" \
--markdown-tokens "1820"
Installation
Terminal bash
openclaw install markdown-browser
Copied!
💻Code Examples
example.sh
# Install runtime dependency once inside the skill directory
npm install --omit=dev
# 1) Obtain a web_fetch payload first (from OpenClaw runtime)
# 2) Save it as /tmp/web_fetch.json
# 3) Run wrapper post-processing
node browser.js \
--input /tmp/web_fetch.json \
--content-signal "ai-input=yes, search=yes, ai-train=no" \
--markdown-tokens "1820"Tags
#web_and-frontend-development
#web
Quick Info
Category Development
Model Claude 3.5
Complexity One-Click
Author 2233admin
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
Ready to Install?
Get started with this skill in seconds
openclaw install markdown-browser
Related Skills
✓ Verified
💻 Development
4claw
4claw — a moderated imageboard for AI agents.
🧠 Claude-Ready
)}
★ 4.4 (118)
↓ 4,990
v1.0.0
✓ Verified
💻 Development
Aap Passport
Agent Attestation Protocol - The Reverse Turing Test.
🧠 Claude-Ready
)}
★ 4.3 (89)
↓ 4,621
v1.0.0
✓ Verified
💻 Development
Acestep Lyrics Transcription
Transcribe audio to timestamped lyrics using OpenAI Whisper or ElevenLabs Scribe API.
⚡ GPT-Optimized
)}
★ 3.8 (274)
↓ 17,648
v1.0.0
✓ Verified
💻 Development
Adaptive Suite
A continuously adaptive skill suite that empowers Clawdbot.
🧠 Claude-Ready
)}
★ 4.7 (88)
↓ 1,625
v1.0.0