← Back to Skills Marketplace
笔记同步助手
by
notesynchelper
· GitHub ↗
· v1.0.3
· MIT-0
174
Downloads
1
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install notehelper
Description
当用户想保存文章/链接到笔记库、搜索已保存的文章、或配置 API 密钥时触发。触发词:「保存」「存一下」「收藏」(save),「保存链接」「抓这个链接」「帮我抓取」或只发了一个 URL(link),「搜文章」「找找」「最近存了什么」(search),「配置笔记」「设置密钥」「连接笔记服务」(config)。也可直...
Usage Guidance
This skill appears coherent for syncing notes, but it will send any article text/URL/keywords you save to the remote service (https://claw.notebooksyncer.com). Before installing or using it: 1) Confirm you trust the service and its privacy policy; 2) If you store the API key on disk, check file permissions (chmod 600) or prefer exporting NOTEHELPER_API_KEY only for the session; 3) Avoid saving highly sensitive secrets or credentials inside notes you sync; 4) If you get the key via the QR/WeChat flow, ensure that process is legitimate; 5) Consider creating a scoped/revocable API key if the service supports it and revoke it if compromised. Overall the configuration and network access requested match the described purpose.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description match behavior: the skill is for saving/searching notes and configuring an API key. Optional env vars (NOTEHELPER_API_KEY, NOTEHELPER_BASE_URL) and a single config file (~/.openclaw/notehelper.json) are appropriate for that purpose; there are no unrelated credentials or binaries requested.
Instruction Scope
SKILL.md instructs the agent to extract article fields from user input and POST them to the declared service, and to poll a task status endpoint every 15s for link processing. This is expected for a note-syncer. Note: the skill will transmit the user's article text/URL/keywords to the remote service (which is necessary for function) — users should expect that content leaves their device.
Install Mechanism
Instruction-only skill with no install spec and no bundled code. Nothing is written to disk by the skill itself except when the user explicitly runs the provided config steps to save the key.
Credentials
No required secret environment variables are forced; NOTEHELPER_API_KEY is optional/expected. The config file location and instructions for exporting the key are proportional to the stated functionality. No unrelated credentials or config paths are requested.
Persistence & Privilege
always is false; the skill does not request elevated platform presence. It suggests writing the API key to its own config file (~/.openclaw/notehelper.json), which is within scope for this skill and does not modify other skills or global shell configs.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install notehelper - After installation, invoke the skill by name or use
/notehelper - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
notehelper 1.0.3 Changelog
- 新增 link 子命令,支持异步保存链接,后台自动抓取原文和生成摘要,适合仅提供 URL 的场景
- 路由和触发词更明确区分 save(带内容/标题)与 link(仅给 URL),并详述两者选择规则
- link 子命令包括任务提交、轮询进度和结果展示的完整流程说明,增加错误与积分不足处理细节
- 更新技能触发词和描述,支持“保存链接”“抓这个链接”等用户表达方式
- 增加了 /notehelper link 所有字段、请求示例和常见错误说明,完善使用指引
v1.0.1
- 增加 license 字段,明确使用 MIT-0 许可。
- 新增 compatibility 与 metadata 节,说明仅访问官方服务、API 密钥需手动获取与本地存储,不自动修改 shell 配置文件。
- config 指令改为将密钥写入 ~/.openclaw/notehelper.json,不再建议修改 ~/.bashrc,并提供自动加载方法。
- 安全说明部分明确:仅 HTTPS 官方域名通信,不主动保存或泄露用户密钥。
- 获取公众号二维码方式由图片调整为 qrcode.txt 文本二维码,便于扫码。
- 其他细节调整,提高指令说明与隐私安全性。
v1.0.0
笔记同步助手提供skills 啦,关注《笔记同步助手》公众号(服务号)使用
Metadata
Frequently Asked Questions
What is 笔记同步助手?
当用户想保存文章/链接到笔记库、搜索已保存的文章、或配置 API 密钥时触发。触发词:「保存」「存一下」「收藏」(save),「保存链接」「抓这个链接」「帮我抓取」或只发了一个 URL(link),「搜文章」「找找」「最近存了什么」(search),「配置笔记」「设置密钥」「连接笔记服务」(config)。也可直... It is an AI Agent Skill for Claude Code / OpenClaw, with 174 downloads so far.
How do I install 笔记同步助手?
Run "/install notehelper" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 笔记同步助手 free?
Yes, 笔记同步助手 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 笔记同步助手 support?
笔记同步助手 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 笔记同步助手?
It is built and maintained by notesynchelper (@notesynchelper); the current version is v1.0.3.
More Skills