anytype
Installation
SKILL.md
AnyType Skill
Direct integration with AnyType's local REST API. No MCP dependency — uses HTTP calls via a TypeScript CLI tool.
Prerequisites
- AnyType desktop app running (provides REST API on localhost)
bunruntime installed- API key configured (run Auth workflow if not set up)
Configuration
Per-machine config is resolved in order:
- Environment variables:
ANYTYPE_API_KEY,ANYTYPE_HOST,ANYTYPE_PORT - Config file:
~/.config/anytype-skill/config.json - Defaults: host=localhost, port=31009
Auto-space: Commands that require a space ID will auto-detect it when you have a single space. Use --space <id> to override or when you have multiple spaces.
Related skills