← 返回
AI智能 Key 中文

Unitask Agent

Start finishing tasks instead of just organizing them: connect your OpenClaw agent to Unitask (unitask.app) to manage and do your tasks with secure prioritiz...
不再只整理任务,开始完成它们:将 OpenClaw 代理连接到 Unitask (unitask.app),安全地管理并执行任务,实现可靠优先级排序。
mfaiz-007
AI智能 clawhub v0.18.1 2 版本 99890.1 Key: 需要
★ 2
Stars
📥 869
下载
💾 6
安装
2
版本
#latest#mcp#productivity#tasks#unitask

概述

Unitask Agent

Purpose

This skill lets an AI agent safely manage a user's Unitask account using scoped API tokens.

Unitask is in public beta. Anyone can sign up at https://unitask.app.

Supported operations:

  • List tasks
  • Get one task
  • Create task
  • Update task fields (update_task)
  • Update status (update_task_status)
  • Move subtask to a different parent (move_subtask)
  • Merge parent tasks (merge_parent_tasks)
  • List/create/update/delete tags
  • Add/remove tags on tasks
  • Delete task (soft delete)
  • Read/update settings (optional one-time setup)
  • Plan day time blocks (preview/apply)

Subtasks:

  • Subtasks are tasks with a parent_id.
  • Create a subtask via create_task with parent_id=.

Required setup

  1. User signs up (public beta) at https://unitask.app if they do not already have an account.
  2. User creates a Unitask API token from Unitask -> Dashboard -> Settings -> API.
  3. User stores it in their agent/app secret store as: UNITASK_API_KEY=.

Never ask users to paste full tokens in chat logs.

Scope model

  • read: required for read/list actions.
  • write: required for create/update/move/merge actions.
  • delete: required for delete actions.
  • If write or delete is granted, read must also be granted.

Hosted MCP (unitask.app, HTTPS)

Endpoint:

  • https://unitask.app/api/mcp

Auth header (recommended):

  • Authorization: Bearer

MCP tools

  • list_tasks — filter by status (todo|done), limit, offset, parent_id, tag_id
  • advanced filters: view (today|upcoming), tz, window_days, due_from, due_to, start_from, start_to, sort_by, sort_dir
  • get_task — fetch one task
  • create_task — create task/subtask
  • update_task — full mutable field update
  • update_task_status — status-only helper
  • move_subtask — move a subtask between parents (dry_run default true)
  • merge_parent_tasks — merge parent trees (dry_run default true)
  • delete_task — soft-delete task + descendants
  • list_tags — list available tags
  • get_tag — fetch one tag
  • create_tag — create a tag
  • update_tag — edit tag name/color/deleted
  • delete_tag — soft-delete tag
  • add_task_tag — attach tag to task
  • remove_task_tag — detach tag from task
  • get_settings — get user settings
  • update_settings — update settings/quiz
  • plan_day_timeblocks — preview/apply schedule

Safety rules

  • Use smallest required scope for the requested action.
  • For public beta, keep least-privilege scopes by workflow: read, write, delete.
  • Confirm destructive actions (delete) unless user explicitly asks to proceed.
  • Prefer status=done over delete when intent is completion.
  • For move_subtask and merge_parent_tasks, keep dry_run=true first and apply only after confirmation.

版本历史

共 2 个版本

  • v0.18.1 当前
    2026-05-12 04:37 安全 安全
  • v0.18.0
    2026-03-11 09:39

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误和纠正,以实现持续改进。使用时机:(1)命令或操作意外失败;(2)用户纠正……
★ 4,060 📥 798,766
ai-intelligence

Proactive Agent

halthelobster
将AI智能体从任务执行者升级为主动预判需求、持续优化的智能伙伴。集成WAL协议、工作缓冲区、自主定时任务及实战验证模式。Hal Stack核心组件 🦞
★ 838 📥 213,364
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,362 📥 318,869