anytype-cli
♥Cherished
Anytype CLI provides a headless, self-contained interface for programmatic access to Anytype workspaces. It embeds the Anytype server and manages bot accounts, API keys, and space membership, enabling developers to interact with collaborative document storage via HTTP endpoints without a graphical interface.
Clauded With Love Rating
7.5 / 10
Anytype CLI is a headless command-line interface that embeds the Anytype server to provide programmatic access to collaborative document workspaces via HTTP endpoints. It manages bot accounts, API keys, and space membership while maintaining data isolation through dedicated authentication mechanisms.
Code Quality7.5
Usefulness8.5
Claude Usage6.0
Documentation8.0
Originality7.5
Highlights
- ✓Cross-platform service management with proper system integration (launchd, systemd, Windows services)
- ✓Well-designed security model using dedicated bot accounts with explicit space joining rather than mnemonic-based authentication
- ✓Clean separation of concerns with different port ranges (31010-31012) allowing coexistence with desktop Anytype app
To Improve
- →Add comprehensive test coverage and CI/CD pipeline to ensure reliability across the supported platforms
- →Include concrete API usage examples with curl commands and response formats in the documentation