One-click install
npx skills add https://github.com/234194027-cpu/xianclaw --skill youdaonote-234194027-cpu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: youdaonote
Source: https://github.com/234194027-cpu/xianclaw/tree/main/resources/openclaw/config/skills/youdaonote
Command: npx skills add https://github.com/234194027-cpu/xianclaw --skill youdaonote-234194027-cpu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Youdaonote skill eliminates the need to manually operate Youdao Cloud Note by providing command-line control over note CRUD, todo management, and web clipping workflows.

Core Features & Use Cases

  • Note management (CRUD): Create, update, delete, rename, move, search, browse folders, and read notes in a structured format.
  • Todo management: List todos, create, update completion state, delete, and manage todo groups.
  • Web clipping: Clip webpages server-side into a target folder and optionally save the returned clip payload.

Quick Start

Provide the session start step to automatically fetch your API Key and configure the CLI, then run youdaonote list to confirm the skill is ready.

Frequently Asked Questions about youdaonote

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

FAQPage Schema
How do I automate Youdao Cloud Note management from the command line?

Youdao Cloud Note automation is achieved by running CLI commands for note CRUD, todo tracking, and web clipping. The CLI handles browsing folders, updating Markdown content, and saving clipped articles directly into specific folders.

What is the best way to clip webpages into Youdao Cloud Note automatically?

Web clipping into Youdao Cloud Note is performed server-side via the youdaonote CLI, which saves the returned clip payload into a target folder or recent list. This requires a valid session API key injected during execution.

How do I set up the API key for Youdao Cloud Note CLI sessions?

API key setup for Youdao Cloud Note CLI requires running the get-token.sh or get-token.ps1 script to inject the key into your session. If the CLI or API key is missing, the system provides automated install and in-app authorization guidance.

Can I manage Youdao Cloud Note todos using terminal commands?

Youdao Cloud Note todos can be fully managed via terminal commands. The CLI supports listing todos, creating new items, updating completion states, deleting entries, and managing todo groups.

Why does my Youdao Cloud Note CLI fail to write Markdown content?

Writing Markdown content to Youdao Cloud Note fails if the text does not pass UTF-8 validation. All write operations must strictly follow UTF-8 encoding to ensure the CLI successfully updates the notes.

Do I need to install the youdaonote CLI before using note management commands?

Yes, the youdaonote CLI must be installed to execute note management commands. If the environment lacks the CLI, the Skill automatically triggers the specified installation process and guides you through in-app authorization.