youdaonote-clip

Extracts title, content, images, and metadata from web pages into Youdao Note.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/lihanghang/agent-daily-blog --skill youdaonote-clip
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: youdaonote-clip
Source: https://github.com/lihanghang/agent-daily-blog/tree/main/skills-archive/2026-03-18/youdaonote-clip
Command: npx skills add https://github.com/lihanghang/agent-daily-blog --skill youdaonote-clip

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires node, mcporter, jq, base64, openclaw, curl, and includes scripts (resource) components.

What problem does it solve?

Saving web pages to Youdao Note is tedious and error-prone; this Skill automates clipping and storing page content for later reference.

Core Features & Use Cases

  • Three clipping routes: Path A Twitter clipping via Apify, Path B server-side clipping for speed and reliability, and Path C browser-based extraction when a headless browser is available.
  • Automatically extracts and preserves title, content, and images, converting to Youdao Note-friendly HTML with optional image compression.
  • Includes caching to avoid repeated clipping, DNS fallback for download resilience, and multi-stage processing to handle large content within MCP limits.

Quick Start

Clip a webpage by providing its URL to save it to Youdao Note.

Frequently Asked Questions about youdaonote-clip

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I save a webpage to Youdao Note automatically?

To clip a webpage to Youdao Note, this skill extracts page titles, content, and images, converting them into Youdao Note-friendly HTML. It supports server-side quick clipping and browser-based extraction for reliable archival.

Can I clip Twitter posts to Youdao Note?

Yes, clipping Twitter posts to Youdao Note is supported via a dedicated Apify integration path. This route extracts tweet content and metadata, saving them directly to your Youdao Note account for reference.

Do I need an API key to clip web content into Youdao Note?

Yes, clipping web content into Youdao Note requires a YOUDAONOTE_API_KEY and an MCP endpoint. These credentials authenticate requests and process multiple URLs sequentially within MCP size limits.

What is the best way to handle large web page content when saving to Youdao Note?

The best way to handle large web content for Youdao Note is using multi-stage processing with image compression. This approach ensures large extractions comply with MCP limits while using caching and DNS fallback for download resilience.

Why does web clipping fail when a headless browser is unavailable?

Web clipping may fail without a headless browser if the target page requires JavaScript rendering. However, a server-side quick clipping path acts as a fallback to extract content directly when browser-based extraction is unavailable.