usememos-api
Installation
SKILL.md
UseMemos
Setup
Create a .env file in the skill directory (skills/usememos/.env):
USEMEMOS_URL=http://192.168.0.157:5230
USEMEMOS_TOKEN=your_access_token_here
Get your USEMEMOS_TOKEN from UseMemos instance, login and go to: Settings > My Account > Access Tokens, create one there, do not forget to assign expiration (i use Never to avoid troubles, but hey there are also arguments against that)
Note: All scripts automatically load the .env file from the skill directory. No need to export variables manually.