Loading...
Loading...
Enables Claude to create and manage objects in Anytype via Playwright MCP
npx skill4agent add andrejones92/canifi-life-os anytypecurl -sSL https://canifi.com/skills/anytype/install.sh | bashcp -r skills/anytype ~/.canifi/skills/# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set ANYTYPE_EMAIL "your-email@example.com"canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"User: "Create a Note object about the meeting"
Claude: Creates Note object with meeting content.
Confirms: "Note created: Meeting Notes"User: "Create a set of all my Task objects"
Claude: Creates Set with Task type filter.
Returns: "Task set created with 15 objects"User: "Create a 'Recipe' type with ingredients and instructions relations"
Claude: Creates custom type with relations.
Confirms: "Recipe type created with 2 relations"User: "Link this project to the client object"
Claude: Creates relation between objects.
Confirms: "Project linked to Client"// Object list
'.object-list'
// Object content
'.object-content'
// Block
'.block-container'
// Type selector
'.type-selector'
// Relation
'.relation-container'
// Set view
'.set-view'
// Graph view
'.graph-view'
// Search
'.search-input'
// Widget
'.widget-container'
// Link block
'.link-block'Object // Any piece of content
Type // Template for objects
Relation // Property/field on objects
Set // Filtered collection of objects
Collection // Manual grouping of objects
Template // Reusable object structure
Graph // Visual object connections