Get笔记

Manage personal notes and knowledge bases with OAuth-based configuration.

Updated Mar 11, 2026
One-click install
npx skills add https://github.com/ISAQQSAI/SkillAttack --skill get-isaqqsai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Get笔记
Source: https://github.com/ISAQQSAI/SkillAttack/tree/main/data/hot100skills/044_iswalle_getnote
Command: npx skills add https://github.com/ISAQQSAI/SkillAttack --skill get-isaqqsai

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Get笔记 - 保存、搜索、管理个人笔记和知识库。

Core Features & Use Cases

  • 一键保存链接与图片,自动抓取原文、生成摘要,并可加入知识库或标签。
  • 语义搜索笔记,快速定位相关内容,支持全局以及知识库内检索。
  • 知识库管理与标签整理,订阅博主、管理笔记与知识源。
  • 笔记详情查看与任务进度轮询,支持文本、链接、图片笔记的完整工作流。

Quick Start

直接用自然语言指令让 Get笔记 保存一个链接并随后搜索该笔记。

Frequently Asked Questions about Get笔记

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

FAQPage Schema
How do I save links and images as notes with automatic summaries?

To save links and images as notes, use the async link or img_text creation endpoints. The system automatically fetches the original content, generates a summary, and allows you to assign tags or add the note to a knowledge base.

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

Yes, semantic search is supported for personal notes. You can perform a global search across all saved notes or restrict the semantic search to retrieve specific content within a defined knowledge base.

How do I manage tags and subscriptions for a knowledge base?

Knowledge base management involves using tag management operations to organize notes and subscription endpoints to follow bloggers. This structures your knowledge sources and keeps your saved content categorized.

Do I need OAuth configuration to use the note management features?

Yes, OAuth-based configuration is required to authenticate and use the note management features. This setup enables secure access to note creation, updates, deletions, and knowledge base operations.

How does task progress polling work for asynchronous note creation?

Asynchronous note creation for links and images utilizes task progress polling. After submitting content, you query the task status endpoint until the automatic content extraction and summary generation complete.

What is the best way to update plain text notes versus link notes?

Plain text notes use synchronous endpoints for immediate updates, while link and image notes require asynchronous workflows. Updating plain text is direct, whereas link notes involve polling for content extraction completion.