Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Add Checklist Item
habitica:add_checklist_item
Add a new item to a task's checklist.
Write
Medium risk
Allocate Stat Point
habitica:allocate_stat_point
Allocate an available stat point to increase a character attribute.
Write
Medium risk
Buy Reward
habitica:buy_reward
Purchase a custom reward using gold.
Write
Medium risk
Cast Spell
habitica:cast_spell
Cast a class skill/spell using mana.
Write
Medium risk
Create Task
habitica:create_task
Create a new task (habit, daily, todo, or reward).
Write
Medium risk
Delete Task
habitica:delete_task
Permanently delete a task. This action cannot be undone.
Write
High risk
Get Group
habitica:get_group
Fetch group information including members and chat.
Read
Low risk
Get Task
habitica:get_task
Fetch a single task by ID with all details including checklist and history.
Read
Low risk
Get User
habitica:get_user
Fetch user profile data including stats, preferences, and game progress.
Read
Low risk
List Tasks
habitica:list_tasks
List all tasks for the authenticated user, optionally filtered by type.
Read
Low risk
Score Checklist Item
habitica:score_checklist_item
Toggle completion status of a checklist item.
Write
Medium risk
Score Task
habitica:score_task
Score a task up (complete/positive) or down (negative for habits).
Write
Medium risk
Send Group Message
habitica:send_group_message
Send a message to a group chat.
Write
Medium risk
Update Task
habitica:update_task
Update an existing task's properties.
Write
Medium risk