✓ Verified
📁 File Management
✓ Enhanced Data
Alexandrie
Interact with Alexandrie note-taking app.
- Rating
- 4.2 (134 reviews)
- Downloads
- 751 downloads
- Version
- 1.0.0
Overview
Interact with Alexandrie note-taking app.
Complete Documentation
View Source →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:
bash
/home/eth3rnit3/clawd/skills/alexandrie/alexandrie.sh <command> [args]
Commands
Authentication
bash
./alexandrie.sh login # Login and get token
./alexandrie.sh logout # Logout
Notes (Nodes)
bash
./alexandrie.sh list # List all notes/categories
./alexandrie.sh get <nodeId> # Get a specific note with content
./alexandrie.sh search <query> # Search notes
./alexandrie.sh create <name> [content] [parentId] # Create a note
./alexandrie.sh update <nodeId> <name> [content] # Update a note
./alexandrie.sh delete <nodeId> # 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
bash
./alexandrie.sh login
./alexandrie.sh list
Read a note
bash
./alexandrie.sh get 671426069886271492
# Returns: "Salut, ceci est un **test**"
Create a note
bash
./alexandrie.sh create "My Note" "# Title\n\nContent here" 671425872858841091
Search
bash
./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).
Installation
Terminal bash
openclaw install alexandrie
Copied!
💻Code Examples
/home/eth3rnit3/clawd/skills/alexandrie/alexandrie.sh <command> [args]
homeeth3rnit3clawdskillsalexandriealexandriesh-command-args.txt
## Commands
### Authentication./alexandrie.sh delete <nodeId> # Delete a note
alexandriesh-delete-nodeid--delete-a-note.txt
## Node Roles
- **role: 1** = Category/Workspace (container)
- **role: 3** = Document (note with content)
## Current Structure
- `671425872858841091` - **Perso** (category)
- `671426069886271492` - **Test** (document)
## Examples
### List all notesexample.sh
./alexandrie.sh list # List all notes/categories
./alexandrie.sh get <nodeId> # Get a specific note with content
./alexandrie.sh search <query> # Search notes
./alexandrie.sh create <name> [content] [parentId] # Create a note
./alexandrie.sh update <nodeId> <name> [content] # Update a note
./alexandrie.sh delete <nodeId> # Delete a noteTags
#notes_and-pkm
Quick Info
Category File Management
Model Claude 3.5
Complexity One-Click
Author eth3rnit3
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
Ready to Install?
Get started with this skill in seconds
openclaw install alexandrie
Related Skills
✓ Verified
💻 Development
4claw
4claw — a moderated imageboard for AI agents.
🧠 Claude-Ready
)}
★ 4.4 (118)
↓ 4,990
v1.0.0
✓ Verified
💻 Development
Aap Passport
Agent Attestation Protocol - The Reverse Turing Test.
🧠 Claude-Ready
)}
★ 4.3 (89)
↓ 4,621
v1.0.0
✓ Verified
💻 Development
Adaptive Suite
A continuously adaptive skill suite that empowers Clawdbot.
🧠 Claude-Ready
)}
★ 4.7 (88)
↓ 1,625
v1.0.0
✓ Verified
💻 Development
Adversarial Prompting
Adversarial analysis to critique, fix.
🧠 Claude-Ready
)}
★ 4.6 (372)
↓ 28,222
v1.0.0