Web Clipper
Skill by autogame-17
Why use this skill?
Use the Web Clipper to turn any webpage into clean, readable Markdown files. Automate your research archiving and save content directly to your agent memory.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/autogame-17/web-clipperWhat This Skill Does
The Web Clipper is a powerful utility designed for OpenClaw agents to harvest high-quality textual information from the live web. By leveraging modern parsing engines like Mozilla's Readability, it strips away the noise—ads, navigation bars, sidebars, and trackers—that plague contemporary websites. It then converts the resulting clean HTML into structured, readable Markdown files. These clippings are automatically deposited into your memory/clippings/ directory, complete with YAML frontmatter containing metadata such as the original URL, document title, and publication timestamps, ensuring your research remains organized and traceable.
Installation
To integrate this skill into your agent, ensure you have the OpenClaw environment initialized. Execute the following command in your terminal:
clawhub install openclaw/skills/skills/autogame-17/web-clipper
Once installed, navigate to the skill's directory and run npm install to resolve all necessary dependencies, including axios for network fetching, jsdom for DOM emulation, and turndown for the final Markdown transformation. No further configuration is required to begin clipping.
Use Cases
This skill is indispensable for knowledge workers and researchers. Use it to:
- Archive technical documentation that might disappear or change.
- Collect long-form articles or blog posts for offline analysis or local vectorization.
- Transform complex web pages into simplified study notes.
- Maintain a local, searchable repository of internet-based information that the agent can read later without network constraints.
Example Prompts
- "Clip the article at https://example.com/deep-learning-guide and save it so I can summarize the main points later."
- "Go to this URL: https://docs.openclaw.ai/quickstart and save it to my clippings folder for offline reference."
- "Find the documentation for the new API at https://api.example.com/docs and clip it so the agent can reference it during our session."
Tips & Limitations
While the Web Clipper is robust, it is designed for content-heavy pages (blogs, articles, docs). It may struggle with highly dynamic single-page applications (SPAs) that require heavy JavaScript execution to render content. Ensure the URL is accessible to your agent's network environment. For best results, use canonical URLs rather than redirected shortlinks. Keep in mind that as the tool saves files to your local disk, regular housecleaning of the memory/clippings/ folder is recommended to prevent local storage bloat.
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-autogame-17-web-clipper": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write
Related Skills
capability-evolver
A self-evolution engine for AI agents. Analyzes runtime history to identify improvements and applies protocol-constrained evolution.
feishu-voice-assistant
Sends voice messages (audio) to Feishu chats using Duby TTS.
security-sentinel
Scan the workspace for security vulnerabilities, exposed secrets, and misconfigurations.
prompt-optimizer
Evaluate, optimize, and enhance prompts using 58 proven prompting techniques. Use when user asks to improve, optimize, or analyze a prompt; when a prompt needs better clarity, specificity, or structure; or when generating prompt variations for different use cases. Covers quality assessment, targeted improvements, and automatic optimization across techniques like CoT, few-shot learning, role-play, and 50+ more.
Feishu Broadcast
Skill by autogame-17