← 返回 Skills 市场
25604
总下载
66
收藏
75
当前安装
38
版本数
在 OpenClaw 中安装
/install getnote
功能描述
得到大脑(Get笔记)- 保存、搜索、管理个人笔记和知识库。 **当以下情况时使用此 Skill**: (1) 用户要保存内容到笔记:发链接、发图片、说「记一下」「存到笔记」「保存」「收藏」 (2) 用户要搜索或查看笔记:「搜一下」「找找笔记」「最近存了什么」「看看原文」 (3) 用户要管理知识库或标签:「加到知...
安全使用建议
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install getnote - 安装完成后,直接呼叫该 Skill 的名称或使用
/getnote触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
常见问题
得到大脑(Get笔记) 是什么?
得到大脑(Get笔记)- 保存、搜索、管理个人笔记和知识库。 **当以下情况时使用此 Skill**: (1) 用户要保存内容到笔记:发链接、发图片、说「记一下」「存到笔记」「保存」「收藏」 (2) 用户要搜索或查看笔记:「搜一下」「找找笔记」「最近存了什么」「看看原文」 (3) 用户要管理知识库或标签:「加到知... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 25604 次。
如何安装 得到大脑(Get笔记)?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install getnote」即可一键安装,无需额外配置。
得到大脑(Get笔记) 是免费的吗?
是的,得到大脑(Get笔记) 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
得到大脑(Get笔记) 支持哪些平台?
得到大脑(Get笔记) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 得到大脑(Get笔记)?
由 Get笔记(@iswalle)开发并维护,当前版本 v1.8.8。
推荐 Skills