reflect
Installation
SKILL.md
Reflect Notes Skill
Reflect is a networked note-taking app. Notes are E2E encrypted, so the API is append-only — we can write but not read note contents.
Setup
- Create OAuth credentials at https://reflect.app/developer/oauth
- Generate an access token from that interface
- Set environment variables:
export REFLECT_TOKEN="your-access-token" export REFLECT_GRAPH_ID="your-graph-id" # Find via: curl -H "Authorization: Bearer $REFLECT_TOKEN" https://reflect.app/api/graphs
Or store in 1Password and update scripts/reflect.sh with your vault/item path.