Let your agent write notes anywhere: local markdown, Apple Notes, Bear, Obsidian, Notion, Evernote, configurable per note type.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install notes或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install notes⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/notes/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: Notes (Local, Apple, Notion, Obsidian & more) slug: notes version: 1.1.3 homepage: https://clawic.com/skills/notes description: "Let your agent write notes anywhere: local markdown, Apple Notes, Bear, Obsidian, Notion, Evernote, configurable per note type." changelog: Security improvements - declared optional dependencies, added explicit Scope section, clarified credential handling metadata: {"clawdbot":{"emoji":"📝","requires":{"bins":[],"bins.optional":["memo","grizzly","obsidian-cli","clinote"],"env.optional":["NOTION_API_KEY"]},"configPaths.optional":["~/.config/notion/api_key","~/.config/grizzly/token"],"os":["linux","darwin","win32"]}} ---
On first use, read setup.md for platform selection and integration guidelines.
User needs to capture any type of notes: meetings, brainstorms, decisions, daily journals, or project logs. Agent handles formatting, platform routing (local or external apps), action item extraction, and retrieval across all configured platforms.
This skill ONLY:
~/notes/~/notes/config.md to route notes to platformsThis skill NEVER:
~/notes/ (except platform CLIs)This skill works 100% locally by default. External platforms require user to install tools separately:
| Platform | User Installs | User Configures | Data Flow | |----------|---------------|-----------------|-----------| | Local | nothing | nothing | All local | | Apple Notes | memo CLI | nothing | Local (app communication) | | Bear | grizzly CLI | Token in ~/.config/grizzly/token | Local (app communication) | | Obsidian | obsidian-cli | Vault path | Local (file-based) | | Notion | nothing | API key | Network (api.notion.com) | | Evernote | clinote CLI | Login via CLI | Network (Evernote servers) |
Agent behavior:
Memory at ~/notes/. See memory-template.md for setup.
~/notes/
├── config.md # Platform routing configuration
├── index.md # Search index with tags
├── meetings/ # Local meeting notes
├── decisions/ # Local decision log
├── projects/ # Local project notes
├── journal/ # Local daily notes
└── actions.md # Central action tracker (all platforms)
| Topic | File | |-------|------| | Setup process | setup.md | | Memory template | memory-template.md | | All note formats | formats.md | | Action item system | tracking.md | | Local markdown | platforms/local.md | | Apple Notes | platforms/apple-notes.md | | Bear | platforms/bear.md | | Obsidian | platforms/obsidian.md | | Notion | platforms/notion.md | | Evernote | platforms/evernote.md |
Check ~/notes/config.md for platform routing:
# Platform Routing
meetings: local # or: apple-notes, bear, obsidian, notion
decisions: local
projects: notion
journal: bear
quick: apple-notes
If note type not configured, use local. If platform not available (missing CLI/credentials), fall back to local with warning.
Every note type has a specific format regardless of platform. See formats.md for templates.
| Note Type | Trigger | Key Elements | |-----------|---------|--------------| | Meeting | "meeting notes", "call with" | Attendees, decisions, actions | | Decision | "we decided", "decision:" | Context, options, rationale | | Brainstorm | "ideas for", "brainstorm" | Raw ideas, clusters, next steps | | Journal | "daily note", "today I" | Date, highlights, blockers | | Project | "project update", "status" | Progress, blockers, next | | Quick | "note:", "remember" | Minimal format, tags |
If someone says "I'll do X" or "we need to Y", that is an action item.
Every action item MUST have:
Action items sync to ~/notes/actions.md regardless of which platform holds the note.
After determining platform, read the corresponding file:
| Platform | File | CLI | |----------|------|-----| | local | platforms/local.md | none | | apple-notes | platforms/apple-notes.md | memo | | bear | platforms/bear.md | grizzly | | obsidian | platforms/obsidian.md | obsidian-cli | | notion | platforms/notion.md | curl (API) | | evernote | platforms/evernote.md | clinote |
When searching notes:
~/notes/ firstExample output:
Search: "product roadmap"
Local:
[[2026-02-19_product-sync]] - meeting, ~/notes/meetings/
Notion:
"Q1 Roadmap" - page, Projects database
Bear:
"Roadmap Ideas" - #product #planning
~/notes/actions.md is the SINGLE source of truth for all action items, regardless of where the note lives.
Format includes source:
| Task | Owner | Due | Source |
|------|-------|-----|--------|
| Review proposal | @alice | 2026-02-20 | local:[[2026-02-19_sync]] |
| Update roadmap | @bob | 2026-02-22 | notion:Q1 Planning |
| Draft post | @me | 2026-02-21 | bear:#content-ideas |
For local notes: YYYY-MM-DD_topic-slug.md (date first, then topic)
External platforms use their native naming/organization.
| Endpoint | Data Sent | When | Purpose | |----------|-----------|------|---------| | https://api.notion.com/v1/pages | Note title, content | User configures Notion | Create pages | | https://api.notion.com/v1/databases/*/query | Search queries | User searches Notion notes | Query database |
No other external endpoints. Apple Notes, Bear, Obsidian, and Evernote use local CLI tools that communicate with locally-installed apps.
Data flow by platform:
~/notes/. No network.memo CLI communicates with Notes.app via macOS APIs.grizzly CLI communicates with Bear.app.obsidian-cli reads/writes vault files.clinote. Requires user login.Credential handling:
~/.config/notion/api_key or ~/.config/grizzly/token without explicit user consent...
安装 Notes (Local, Apple, Notion, Obsidian & more) 后,可以对 AI 说这些话来触发它
Help me get started with Notes (Local, Apple, Notion, Obsidian & more)
Explains what Notes (Local, Apple, Notion, Obsidian & more) does, walks through the setup, and runs a quick demo based on your current project
Use Notes (Local, Apple, Notion, Obsidian & more) to your agent write notes anywhere: local markdown, Apple Notes, Bear,...
Invokes Notes (Local, Apple, Notion, Obsidian & more) with the right parameters and returns the result directly in the conversation
What can I do with Notes (Local, Apple, Notion, Obsidian & more) in my documents & notes workflow?
将技能文件夹放到 ~/.claude/skills/notes/ 目录(个人级,所有项目可用),或 .claude/skills/notes/(项目级)。重启 AI 客户端后,用 /notes 主动调用,或让 AI 根据上下文自动发现并使用。
Notes (Local, Apple, Notion, Obsidian & more) 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Notes (Local, Apple, Notion, Obsidian & more) 可免费安装使用。请查阅仓库了解许可证信息。
Let your agent write notes anywhere: local markdown, Apple Notes, Bear, Obsidian, Notion, Evernote, configurable per note type.
Lists the top use cases for Notes (Local, Apple, Notion, Obsidian & more), with example commands for each scenario
Automate my documents & notes tasks using Notes (Local, Apple, Notion, Obsidian & more)
Identifies repetitive steps in your workflow and sets up Notes (Local, Apple, Notion, Obsidian & more) to handle them automatically
Notes (Local, Apple, Notion, Obsidian & more) 属于「Documents & Notes」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。