LaunchKit · 2026
Back to Skills

alexandrie

Interact with Alexandrie note-taking app.

2
1.8k downloads
by @eth3rnit3

Setup & Installation

openclaw skills install @eth3rnit3/alexandrie

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install alexandrie

Version History

v1.0.2Jan 28, 2026 - Version note by skill developer:

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.

INPUT

User asks: search my notes for 'project ideas' and show the content of the first result

AGENT
  1. 1Run alexandrie.sh login to authenticate
  2. 2Run alexandrie.sh search 'project ideas' to find matching notes
  3. 3Parse the response to extract the first result's nodeId
  4. 4Run alexandrie.sh get <nodeId> to retrieve the full content
  5. 5Return the note content to the user
OUTPUT

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.

ALEXANDRIE_PASSWORD environment variable set in /home/eth3rnit3/clawd/.envAccess to the eth3rnit3-alexandrie account at notes.eth3rnit3.org