Markdown Extract
Skill by aviclaw
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aviclaw/markdown-extractWhat This Skill Does
The Markdown Extract skill by aviclaw is a powerful utility designed to bridge the gap between unstructured web content and actionable data. At its core, it leverages the markdown.new API to transform cluttered, advertisement-heavy, or layout-complex web pages into clean, structured Markdown. This process strips away unnecessary HTML tags, navigation bars, and footer clutter, leaving only the readable content. It is an essential tool for AI agents that need to consume web-based information, such as research articles, documentation pages, or blog posts, to synthesize knowledge or perform analytical tasks.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal or command-line interface:
clawhub install openclaw/skills/skills/aviclaw/markdown-extract
Ensure that you have the latest version of the OpenClaw agent installed and that your API connectivity settings are configured to allow requests to the markdown.new service.
Use Cases
This skill is ideal for several professional scenarios:
- Research Synthesis: Quickly convert long-form web articles into Markdown for ingestion into local LLMs or note-taking apps like Obsidian.
- Documentation Ingestion: Automate the process of converting fragmented online documentation into a single, clean file format for easier reference.
- Content Aggregation: Collect text from various sources into a unified Markdown repository without worrying about divergent HTML structures.
- Accessibility: Transform complex or inaccessible web layouts into simplified, readable text content for improved clarity.
Example Prompts
- "!markdown-extract https://docs.python.org/3/library/functions.html"
- "!markdown-extract https://techcrunch.com/2023/10/25/latest-ai-update/ ai"
- "!markdown-extract https://complex-js-rendered-site.com browser"
Tips & Limitations
The auto method is the default and should be your primary choice for speed and efficiency. Use the ai method when dealing with content that requires intelligent parsing or filtering. Reserve the browser method for websites that rely heavily on JavaScript for content generation, as it involves a headless browser rendering process that is significantly slower and resource-intensive. Always verify the resulting Markdown, as complex CSS grid or flexbox layouts might occasionally cause minor reordering of text elements during the conversion process.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-aviclaw-markdown-extract": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
Zeroex Swap
Skill by aviclaw
x-research
General-purpose X/Twitter research agent. Searches X for real-time perspectives, dev discussions, product feedback, cultural takes, breaking news, and expert opinions. Works like a web research agent but uses X as the source. Use when: (1) user says "x research", "search x for", "search twitter for", "what are people saying about", "what's twitter saying", "check x for", "x search", "/x-research", (2) user is working on something where recent X discourse would provide useful context (new library releases, API changes, product launches, cultural events, industry drama), (3) user wants to find what devs/experts/community thinks about a topic. NOT for: posting tweets, account management, or historical archive searches beyond 7 days.
verify-before-done
Prevent premature completion claims, repeated same-pattern retries, and weak handoffs. Use this skill to improve verification, strategy switching, and blocked-task reporting without changing personality or tone.
Agent Security Auditor
Skill by aviclaw
solidity-guardian
Smart contract security analysis skill. Detect vulnerabilities, suggest fixes, generate audit reports. Supports Hardhat/Foundry projects. Uses pattern matching + best practices from Trail of Bits, OpenZeppelin, and Consensys.