Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
Connects to Inkdrop's local HTTP server API to read, create, update, search, and delete notes, notebooks, and tags. Requires the Inkdrop desktop app running with its local HTTP server enabled.
Direct API access lets agents read and write notes without manual copy-paste, keeping project context in one place.
When to use it
- Saving meeting notes directly into Inkdrop from a conversation
- Searching existing notes for a project reference
- Creating a tagged backlog of tasks in a specific notebook
- Updating a note's status as work progresses
- Pulling recent changes to sync or review note history
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: 'Save my meeting notes about the API redesign to Inkdrop'
- 1Fetch available notebooks via GET /books to find the right bookId
- 2Check for an existing note on the topic via GET /notes?keyword=API redesign
- 3POST to /notes with title, markdown body, bookId, and relevant tags
- 4Confirm creation by reading the returned _id
Note 'API Redesign Meeting' created in the Projects notebook with id note:abc123
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.