Loading...
Loading...
AnyType knowledge base integration via direct REST API. USE WHEN anytype, knowledge base search, create note, create object, anytype spaces, search notes, read object, list tasks, manage tasks OR any request to interact with AnyType data.
npx skill4agent add mrecek/ai-skills anytypebunANYTYPE_API_KEYANYTYPE_HOSTANYTYPE_PORT~/.config/anytype-skill/config.json--space <id>Tools/AnyType.tsbun <skill-root>/Tools/AnyType.ts <command> [options]| Workflow | Trigger | File |
|---|---|---|
| Auth | Set up API key, authenticate, auth status | |
| Search | Search objects, find notes, query AnyType | |
| Read | Get object, read note, view object details | |
| Tasks | List tasks, create task, mark done, manage tasks | |
| Command | Description |
|---|---|
| Start auth flow (4-digit code appears in AnyType) |
| Exchange code for API key |
| Manually set an API key |
| Check current config and connectivity |
| Command | Description |
|---|---|
| List all spaces |
| Search objects |
| Get a specific object |
| List objects in a space |
| List tasks (default: open/uncompleted) |
| Command | Description |
|---|---|
| Quick-create a task |
| Mark a task as complete |
| Command | Description |
|---|---|
| Create an object |
| Update an object |
| Archive an object |
--spacequerysearch --query " " --types <type_key>--typespagetasknotetype.keyanytype://objectIdspaceIdget--sort last_modified_date --direction desc--space <id>--propertiescreateupdate| Format | JSON Example |
|---|---|
| checkbox | |
| text | |
| select | |
| date | |
update--due YYYY-MM-DDdonefalsefalsetaskstasksbun Tools/AnyType.ts tasksbun Tools/AnyType.ts task-add "Review pull request" --due 2026-03-01bun Tools/AnyType.ts done <task_id>bun Tools/AnyType.ts update --id <task_id> --due 2026-03-15bun Tools/AnyType.ts search --query "meeting" --sort last_modified_date --direction descbun Tools/AnyType.ts get --id <object_id>bun Tools/AnyType.ts create --type page --name "Meeting Notes" --body "## Agenda\n- Item 1"