← Back to Skills Marketplace
iswalle

得到大脑(Get笔记)

by Get笔记 · GitHub ↗ · v1.8.8 · MIT-0
cross-platform ⚠ suspicious
25604
Downloads
66
Stars
75
Active Installs
38
Versions
Install in OpenClaw
/install getnote
Description
得到大脑(Get笔记)- 保存、搜索、管理个人笔记和知识库。 **当以下情况时使用此 Skill**: (1) 用户要保存内容到笔记:发链接、发图片、说「记一下」「存到笔记」「保存」「收藏」 (2) 用户要搜索或查看笔记:「搜一下」「找找笔记」「最近存了什么」「看看原文」 (3) 用户要管理知识库或标签:「加到知...
Usage Guidance
Install only if you are comfortable granting persistent access to your Get笔记 account. Use explicit commands for save/search/delete/share, configure GETNOTE_OWNER_ID in shared contexts, and verify note contents before creating any public share link.
Capability Assessment
Purpose & Capability
Saving links, images, text, semantic search, tags, OAuth, image upload, and knowledge-base management fit the stated personal notes purpose. Public share-link creation and delete/update operations are documented, but they materially affect private content.
Instruction Scope
The skill routes broad phrases such as generic save/search words, bare URLs, and images into note operations. For a private notes account, this creates real accidental save/search/read risk unless the agent asks for clarification when intent is ambiguous.
Install Mechanism
The packaged artifact is ordinary and static/VirusTotal telemetry is clean. The README also offers manual curl-from-main install instructions, which are less reproducible than a pinned ClawHub install.
Credentials
External calls to openapi.biji.com and OSS image upload are expected, but the skill may transmit note text, links, images, search queries, topic IDs, and retrieved snippets. These flows are purpose-aligned but not consistently paired with privacy notices or confirmation gates.
Persistence & Privilege
The skill uses persistent API credentials stored in OpenClaw configuration and can read, write, search, tag, move notes to trash, upload images, and create public share links. GETNOTE_OWNER_ID can reduce group-context exposure, but it is optional.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install getnote
  3. After installation, invoke the skill by name or use /getnote
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.8.8
getnote 1.8.8 更新日志 - 更新依赖与元数据:package.json 和相关依赖项同步更新,保障兼容性与安全性。 - 优化文档:调整 SKILL.md/README.md 内容,明确接口使用规范和开发者注意事项,无功能性变更。 - 改进 API 说明和安全边界文档,便利开发及集成。
v1.8.7
- 优化描述语句,统一 Skill 名称中的应用全称为“得到大脑(Get笔记)” - “配置”相关描述中,“连接 Get笔记”调整为“连接得到大脑(Get笔记)” - 文档标题、Skill 说明等细节表述优化,更贴合产品统一用语 - 其他功能未变,API、路由和用法保持一致
v1.8.6
- Skill名称更新为「得到大脑(Get笔记)」以匹配品牌统一。 - 所有功能描述及指令示例中的「Get笔记」补充为「得到大脑(Get笔记)」。 - 其它功能、API 说明与行为未作更改。
v1.8.5
getnote v1.8.5 - No file changes detected in this version. - No updates to functionality, documentation, or metadata.
v1.8.4
- 更新会员开通引导链接,调整为新版产品地址。 - 在相关安全提示和错误码说明中,统一了会员升级页面 URL。 - 其他文档内容保持不变,仅细节修正,无接口或功能变更。
v1.8.3
新增反幻觉边界、失败重试策略、执行流程概览
v1.8.2
- Updated documentation for knowledge base, list, and tag management in reference files. - No breaking changes to API or behavior; changes are documentation-only. - Ensured all routes, field names, and usage guidelines are current in the markdown files.
v1.8.1
- 优化了自然语言路由中“biji.com/note/{note_id}”内链的处理,默认返回笔记内链,只有在用户明确要求时才生成分享链接 - 提升指令/自然语言路由描述的准确性和细节,消除歧义 - 文档补充和润色,无功能性变更
v1.8.0
- 优化自然语言路由:根据链接类型(如 biji.com/note/share_note/*、d.biji.com/* 和内部链接)细化处理逻辑,支持同步/异步返回对应 ID,内部链接直接进入详情页。 - 明确正文引用其他笔记的内链要求和路径。 - 路由表新增区分“同步返回 note_id”和“异步返回 task_id”场景。 - 其他说明和细节说明同步增强,提升自然语言指令识别准确性。
v1.7.0
getnote v1.7.0 - Updated documentation for knowledge base (references/knowledge.md) and note list functionality (references/list.md). - Minor changes to package.json and internal references docs for improved accuracy and clarity. - No API or functional changes; documentation and metadata only.
v1.6.0
- Updated references/list.md with additional details or changes. - Updated package.json, likely to revise version or dependencies. - No breaking changes; existing functionality remains the same.
v1.5.9
- Updated note ID handling: removed next_cursor from the int64-safe JSON string replacements (use the returned cursor string for paging instead). - Cleaned comments and guidance regarding int64 parsing rules in JavaScript. - Documentation and instruction clarifications for agent implementers (SKILL.md, references/list.md, references/knowledge.md). - Removed the obsolete _meta.json file.
v1.5.8
- Added an explicit "API 路由表" section in SKILL.md, listing all available API endpoints with methods and paths. - No changes to core functionality—this version adds documentation to clarify endpoint usage. - Added _meta.json metadata file. - Updated package.json (details not shown).
v1.3.3
getnote v1.3.3 - Updated references/knowledge.md. - No functional or breaking changes to core logic.
v1.3.2
- Updated references/knowledge.md. - No logic, interface, or routing changes in this release. - Documentation improved or supplemented for knowledge base-related content.
v1.5.7
- 提示用户通过 `/note config` 命令完成配置,不再自动发起 OAuth 授权流程。 - `/note config` 指令说明更新为“配置 API Key 和 Client ID”。 - 认证流程相关说明文字优化,移除了自动授权描述。 - 其他文档内容未变。
v1.5.6
getnote 1.5.6 - Updated dependencies in package.json. - No changes to user-facing features or documentation.
v1.5.5
Getnote 1.5.5 provides a major documentation and structure update. - Completely restructured and condensed the main documentation in SKILL.md for clarity and fast decision-making. - Introduced a concise “指令路由表” (Command Routing Table), mapping common user actions to references and API endpoints. - Added new detailed reference files: knowledge.md, list.md, oauth.md, save.md, search.md, tags.md, to modularize API documentation. - Enhanced and clarified natural language routing and intent matching guidance. - Expanded and clarified error handling instructions. - Updated references/api-details.md with improved scope documentation.
v1.5.2
安装后自动触发 OAuth 授权
v1.5.1
Some details optimized
Metadata
Slug getnote
Version 1.8.8
License MIT-0
All-time Installs 735
Active Installs 75
Total Versions 38
Frequently Asked Questions

What is 得到大脑(Get笔记)?

得到大脑(Get笔记)- 保存、搜索、管理个人笔记和知识库。 **当以下情况时使用此 Skill**: (1) 用户要保存内容到笔记:发链接、发图片、说「记一下」「存到笔记」「保存」「收藏」 (2) 用户要搜索或查看笔记:「搜一下」「找找笔记」「最近存了什么」「看看原文」 (3) 用户要管理知识库或标签:「加到知... It is an AI Agent Skill for Claude Code / OpenClaw, with 25604 downloads so far.

How do I install 得到大脑(Get笔记)?

Run "/install getnote" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 得到大脑(Get笔记) free?

Yes, 得到大脑(Get笔记) is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 得到大脑(Get笔记) support?

得到大脑(Get笔记) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 得到大脑(Get笔记)?

It is built and maintained by Get笔记 (@iswalle); the current version is v1.8.8.

💬 Comments