/install alexandrie
Alexandrie Skill
Interact with Alexandrie note-taking app at https://notes.eth3rnit3.org
Configuration
- API URL:
https://api-notes.eth3rnit3.org/api - Frontend:
https://notes.eth3rnit3.org - Username:
eth3rnit3 - User ID:
671423603690045441 - Password: Stored in
/home/eth3rnit3/clawd/.envasALEXANDRIE_PASSWORD
Usage
Use the alexandrie.sh script for all operations:
/home/eth3rnit3/clawd/skills/alexandrie/alexandrie.sh \x3Ccommand> [args]
Commands
Authentication
./alexandrie.sh login # Login and get token
./alexandrie.sh logout # Logout
Notes (Nodes)
./alexandrie.sh list # List all notes/categories
./alexandrie.sh get \x3CnodeId> # Get a specific note with content
./alexandrie.sh search \x3Cquery> # Search notes
./alexandrie.sh create \x3Cname> [content] [parentId] # Create a note
./alexandrie.sh update \x3CnodeId> \x3Cname> [content] # Update a note
./alexandrie.sh delete \x3CnodeId> # Delete a note
Node Roles
- role: 1 = Category/Workspace (container)
- role: 3 = Document (note with content)
Current Structure
671425872858841091- Perso (category)671426069886271492- Test (document)
Examples
List all notes
./alexandrie.sh login
./alexandrie.sh list
Read a note
./alexandrie.sh get 671426069886271492
# Returns: "Salut, ceci est un **test**"
Create a note
./alexandrie.sh create "My Note" "# Title\
\
Content here" 671425872858841091
Search
./alexandrie.sh search "test"
API Reference
Base URL: https://api-notes.eth3rnit3.org/api
Endpoints
POST /auth- Login (body:{"username": "...", "password": "..."})POST /auth/logout- LogoutGET /nodes/user/:userId- List user's nodesGET /nodes/:nodeId- Get node by ID (includes content)GET /nodes/search?q=query- Search nodesPOST /nodes- Create nodePUT /nodes/:nodeId- Update nodeDELETE /nodes/:nodeId- Delete node
Authentication
JWT token stored in cookies after login (/tmp/alexandrie_cookies.txt).
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install alexandrie - After installation, invoke the skill by name or use
/alexandrie - Provide required inputs per the skill's parameter spec and get structured output
What is Alexandrie?
CRUD operations for Alexandrie, a self-hosted Markdown note-taking app. Create, read, update, delete and search notes via REST API. It is an AI Agent Skill for Claude Code / OpenClaw, with 2156 downloads so far.
How do I install Alexandrie?
Run "/install alexandrie" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Alexandrie free?
Yes, Alexandrie is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Alexandrie support?
Alexandrie is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Alexandrie?
It is built and maintained by Eth3rnit3 (@eth3rnit3); the current version is v1.0.0.