markdown-browser

Wrapper skill for OpenClaw web_fetch results.

7 stars

Best use case

markdown-browser is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Wrapper skill for OpenClaw web_fetch results.

Teams using markdown-browser should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/markdown-browser/SKILL.md --create-dirs "https://raw.githubusercontent.com/Demerzels-lab/elsamultiskillagent/main/public/skills/2233admin/markdown-browser/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/markdown-browser/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How markdown-browser Compares

Feature / Agentmarkdown-browserStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Wrapper skill for OpenClaw web_fetch results.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# markdown-browser

Wrapper skill for OpenClaw web_fetch results.

## Install

```
npx clawhub@latest install markdown-browser
```

Related Skills

```markdown

7
from Demerzels-lab/elsamultiskillagent

# OpenClaw-Last.fm

stealth-browser

7
from Demerzels-lab/elsamultiskillagent

Anti-bot browser automation using Camoufox and Nodriver. Bypasses Cloudflare Turnstile, Datadome, and aggressive anti-bot on sites like Airbnb and Yelp. Use when standard Playwright/Selenium gets blocked.

camoufox-stealth-browser

7
from Demerzels-lab/elsamultiskillagent

C++ level anti-bot browser automation using Camoufox (patched Firefox) in isolated containers. Bypasses Cloudflare Turnstile, Datadome, Airbnb, Yelp. Superior to Chrome-based solutions (undetected-chromedriver, puppeteer-stealth) which only patch at JS level. Use when standard Playwright/Selenium gets blocked.

browser-use

7
from Demerzels-lab/elsamultiskillagent

Cloud browser automation via Browser Use API. Use when you need AI-driven web browsing, scraping, form filling, or multi-step web tasks without local browser control. Triggers on "browser use", "cloud browser", "scrape website", "automate web task", or when local browser isn't available/suitable.

markdown-to-social

7
from Demerzels-lab/elsamultiskillagent

Convert markdown articles/text into platform-optimized social media posts.

markdown-fetch

7
from Demerzels-lab/elsamultiskillagent

Optimizes web fetching by using Cloudflare's Markdown for Agents, reducing token consumption by ~80%.

next-browser

7
from Demerzels-lab/elsamultiskillagent

Use Nextbrowser cloud API to spin up cloud browsers for Openclaw to run autonomous browser tasks. Primary use is creating browser sessions with profiles (persisted logins/cookies) that Openclaw can control to manage social media and other online accounts. Secondary use is running task subagents for fast autonomous browser automation under residential proxy, browser stealth, and CAPTCHA solving capability. Docs at docs.nextbrowser.com.

super-browser

7
from Demerzels-lab/elsamultiskillagent

**The ultimate browser automation framework.** Combines the best of 8 top-rated browser skills.

Agent Browser

7
from Demerzels-lab/elsamultiskillagent

A fast Rust-based headless browser automation CLI with Node.js fallback that enables AI agents to navigate, click, type, and snapshot pages via structured commands.

cdp-browser

7
from Demerzels-lab/elsamultiskillagent

CDP browser control at localhost:9222.

browser-use-local

7
from Demerzels-lab/elsamultiskillagent

Use when you need browser automation via the browser-use CLI or Python code in this OpenClaw container/host: open pages, click/type, take screenshots, extract HTML/links, or run an Agent with an OpenAI-compatible LLM (e.g. Moonshot/Kimi) using a custom base_url. Also use for debugging browser-use sessions (state empty, page readiness timeouts), and for extracting login QR codes from demo/login pages via screenshots or HTML data:image.

markdown-to-html

7
from Demerzels-lab/elsamultiskillagent

Convert Markdown text to beautifully styled, self-contained HTML with embedded CSS.