Get笔记
Get笔记 - 个人笔记管理工具。 **当用户想要「保存到Get笔记」「记录到Get笔记」「记下来」「存到笔记」「添加到笔记」时,使用此技能。** 功能:新建笔记、查询笔记、删除笔记、管理标签和知识库。 支持类型:纯文本笔记、链接笔记(自动抓取网页内容)。
Why use this skill?
Efficiently manage your personal notes, knowledge bases, and web bookmarks with the Get笔记 AI agent skill. Streamline your productivity and organization today.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/iswalle/getnoteWhat This Skill Does
Get笔记 is a comprehensive personal knowledge management tool integrated directly into your AI agent's workflow. It serves as a digital memory bank, allowing you to create, query, delete, and organize notes, tags, and knowledge bases seamlessly. Whether you are capturing quick thoughts, saving web articles, or managing complex research projects, Get笔记 provides an API-driven interface to keep your information structured. With its ability to handle text and automatically parse and store web links, it bridges the gap between chaotic information intake and organized long-term storage.
Installation
You can install the Get笔记 skill by executing the following command in your terminal within the OpenClaw environment:
clawhub install openclaw/skills/skills/iswalle/getnote
After installation, ensure you set your API credentials by exporting the GETNOTE_API_KEY and GETNOTE_CLIENT_ID environment variables in your shell configuration file (e.g., ~/.zshrc or ~/.bashrc). Using environment variables is the recommended practice for maintaining security and accessibility across sessions.
Use Cases
This skill is perfect for individuals who want to centralize their digital life without leaving the AI chat interface. Common use cases include:
- Quick Capture: Storing snippets of information or "brain dumps" on the fly.
- Link Archiving: Saving interesting articles or research papers directly to your knowledge base, including automated content retrieval.
- Project Management: Organizing notes into specific knowledge bases to keep related research separate.
- Metadata Management: Adding or updating tags on notes to ensure they remain searchable as your archive grows.
Example Prompts
- "Save this link https://example.com to my 'Research' knowledge base and add a tag called #reading-list."
- "Search my notes for anything related to 'AI architecture' that I saved last week."
- "Hey, I need to remember that the project deadline is next Friday; please save this to my personal notes."
Tips & Limitations
To ensure the best experience and reliability, please note the following:
- Rate Limiting: To prevent API throttling, try to space out your note creation requests by at least one minute.
- Security: Get笔记 implements strict security measures. Do not include this skill in public group chats; the agent is programmed to refuse note-related inquiries from anyone other than the verified Owner.
- Pagination: When fetching lists, always use the
since_idparameter. Start with 0 and use the returnednext_cursorfor subsequent requests to avoid data gaps. - API Scopes: Ensure your API key has the necessary scopes configured for the specific tasks you are performing (e.g.,
note.content.writefor saving ornote.tag.writefor organizing).
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-iswalle-getnote": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, data-collection