Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
Removed hardcoded config - now uses env vars (ALEXANDRIE_API_URL, ALEXANDRIE_USERNAME, ALEXANDRIE_PASSWORD)
What This Skill Does
Interacts with the Alexandrie note-taking app via a bash script wrapper around its REST API. Supports creating, reading, updating, deleting, and searching notes organized in a category/document hierarchy.
Enables note management directly from the terminal without opening a browser.
When to use it
- Quickly jot down a note from the command line
- Search existing notes for a specific topic
- Organize notes into categories
- Retrieve note content during a workflow
- Update an existing note with new information
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: search my notes for 'project ideas' and show the content of the first result
- 1Run alexandrie.sh login to authenticate
- 2Run alexandrie.sh search 'project ideas' to find matching notes
- 3Parse the response to extract the first result's nodeId
- 4Run alexandrie.sh get <nodeId> to retrieve the full content
- 5Return the note content to the user
The content of the first matching note is displayed
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.