得到大脑(Get笔记)

Manage personal notes and knowledge retrieval through the Get笔记 API.

9|Updated Jun 11, 2026
One-click install
npx skills add https://github.com/llm011/ethan-agent --skill get-llm011
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 得到大脑(Get笔记)
Source: https://github.com/llm011/ethan-agent/tree/main/ethan/defaults/skills/getnote
Command: npx skills add https://github.com/llm011/ethan-agent --skill get-llm011

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill eliminates the friction of capturing, organizing, and retrieving personal knowledge from Get笔记, so important ideas, links, images, and transcripts remain searchable and useful.

Core Features & Use Cases

  • Save Notes: Create text, link, and image notes, including asynchronous content extraction and OCR processing.
  • Search and Recall: Perform semantic searches across personal notes or selected knowledge bases, then retrieve complete note details.
  • Knowledge Management: Organize notes with tags and knowledge bases, browse subscribed creators, and review processed live content.
  • Secure API Workflows: Handle authorization, owner verification, privacy protection, int64 note identifiers, error responses, retries, and asynchronous task polling.
  • Use Case: Save a podcast or video link to Get笔记, wait for server-side extraction, and later search for its summary or original transcript.

Quick Start

Ask the AI to save a link, image, or idea to Get笔记, or search your notes for a topic you remember.

Frequently Asked Questions about 得到大脑(Get笔记)

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

FAQPage Schema
How do I save web links and video content to my personal knowledge base?

You can capture links, images, and text notes directly through API requests. The server handles asynchronous content extraction and OCR processing, storing the results in your personal knowledge base for later retrieval.

Can I perform semantic search across my personal notes and knowledge bases?

Yes, you can perform semantic searches across your saved notes and selected knowledge bases. The API retrieves complete note details based on the semantic meaning of your query, allowing you to find information by concept rather than exact keyword.

Does Get笔记 support OCR for extracting text from images?

Yes, OCR processing is supported for image notes. When you save an image, the system applies OCR to extract text, ensuring the visual content becomes searchable alongside your text and link notes.

What do I need to authenticate API requests for personal note-taking?

You need Get笔记 API credentials for OAuth authentication. The system manages secure int64 identifier handling, owner verification, and privacy protection to ensure robust and secure API workflows.

How do I organize and manage tags within my personal knowledge base?

You can organize your personal knowledge base by managing tags and knowledge bases via the API. This allows you to categorize saved notes, browse subscribed creators, and review processed live content systematically.

Why does saving a video link require asynchronous task polling?

Asynchronous task polling is required because the server needs time to extract transcripts and process content from video links. You submit the URL, then poll the task status until extraction completes and the note becomes searchable.