memos
SKILL.md
Memos Skill
Interact with a Memos instance via its REST API (/api/v1/memos).
Prerequisites
Set these env vars before using this skill:
export MEMOS_URL="https://memos.example.com"
export MEMOS_ACCESS_TOKEN="your_access_token" # from Memos account settings
All requests use Authorization: Bearer $MEMOS_ACCESS_TOKEN.
Script
All operations go through scripts/memos.sh. Run it with bash memos/scripts/memos.sh <command> [options].