Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/duclm1x1/Dive-Ai --skill notectlコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Persistent memory system for AI agents following Model Context Protocol (MCP). Use for storing long-term memories across sessions, semantic search of past knowledge, building knowledge graphs, auto-injecting context, deduplicating memories, syncing to cloud storage. Essential for agents that need to remember decisions, solutions, preferences, and learned patterns over time.
Persistent memory system for AI agents following Model Context Protocol (MCP). Use for storing long-term memories across sessions, semantic search of past knowledge, building knowledge graphs, auto-injecting context, deduplicating memories, syncing to cloud storage. Essential for agents that need to remember decisions, solutions, preferences, and learned patterns over time.
Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards.
SKILL.md を表示中
SOC 職業分類に基づく
| name | notectl |
| description | Manage Apple Notes via AppleScript CLI |
Manage Apple Notes from the command line using AppleScript.
| Command | Description |
|---|---|
notectl folders | List all folders with note counts |
notectl list [folder] | List notes in a folder (default: Notes) |
notectl show <title> | Show note content by title |
notectl add <title> | Create a new note |
notectl search <query> | Search notes by title or content |
notectl append <title> | Append text to an existing note |
# List all folders
notectl folders
# List notes in default folder
notectl list
# List notes in specific folder
notectl list "rainbat-projects"
notectl list Papi
# Show a note
notectl show "Meeting Notes"
# Create a note
notectl add "New Idea"
notectl add "Project Plan" --folder research --body "Initial thoughts..."
# Search all notes
notectl search "clawdbot"
notectl search "API"
# Append to a note (daily log style)
notectl append "Daily Log" --text "- Completed feature X"
add| Option | Description | Default |
|---|---|---|
-f, --folder <name> | Folder to create note in | Notes |
-b, --body <text> | Note body content | empty |
append| Option | Description |
|---|---|
-t, --text <text> | Text to append to the note |
Folders on this system: