โ† All skills
Tencent SkillHub ยท Developer Tools

Markdown Browser

Wrapper skill for OpenClaw web_fetch results. Use when you need MECE post-processing on fetched pages: policy decision from Content-Signal, privacy redaction...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Wrapper skill for OpenClaw web_fetch results. Use when you need MECE post-processing on fetched pages: policy decision from Content-Signal, privacy redaction...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Known item issue.

This item's current download entry is known to bounce back to a listing or homepage instead of returning a package file.

Quick setup
  1. Open the source page and confirm the package flow manually.
  2. Review SKILL.md if you can obtain the files.
  3. Treat this source as manual setup until the download is verified.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Manual review
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, _meta.json, browser.js, package-lock.json, package.json

Validation

  • Open the source listing and confirm there is a real package or setup artifact available.
  • Review SKILL.md before asking your agent to continue.
  • Treat this source as manual setup until the upstream download flow is fixed.

Install with your agent

Agent handoff

Use the source page and any available docs to guide the install because the item currently does not return a direct package file.

  1. Open the source page via Open source listing.
  2. If you can obtain the package, extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the source page and extracted files.
New install

I tried to install a skill package from Yavira, but the item currently does not return a direct package file. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required. Then review README.md for any prerequisites, environment setup, or post-install checks.

Upgrade existing

I tried to upgrade a skill package from Yavira, but the item currently does not return a direct package file. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need. Then review README.md for any prerequisites, environment setup, or post-install checks.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 5 sections Open source page

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_fetch to retrieve the page. Do not call direct HTTP fetch inside this skill for normal operation. Policy layer (these skills) Parse Content-Signal and compute policy_action. Current action focuses on ai-input semantics: 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 with turndown as 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-Signal and x-markdown-tokens header 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 OpenClaw web_fetch. content_signal_header (optional): raw Content-Signal header string. markdown_tokens_header (optional): raw x-markdown-tokens header value. Output: content format (markdown | html-fallback | text) token_estimate (number | null) content_signal policy_action source_url (redacted) status_code fallback_used

CLI Usage

# 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"

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Config2 Docs1 Scripts
  • SKILL.md Primary doc
  • README.md Docs
  • browser.js Scripts
  • _meta.json Config
  • package-lock.json Config
  • package.json Config