anytype
Installation
SKILL.md
Anytype Skill
Binary: anytype (install via https://github.com/anyproto/anytype-cli)
API base: http://127.0.0.1:31012
Auth: Authorization: Bearer <ANYTYPE_API_KEY> (key stored in .env as ANYTYPE_API_KEY)
API docs: https://developers.anytype.io
Instance config: Space IDs, tag IDs, collection IDs, and sharing links are in
SETUP.md(same directory). Read that alongside this file.
Check Status First
anytype auth status # is an account set up?
anytype space list # is the service running + spaces joined?
If either fails → follow Setup below. Otherwise skip to API Usage.