Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
- Clarified API route conventions, specifying plural for GET (list) and singular for create/update/delete. - Updated all create, update, and delete examples to use singular endpoints (e.g., /task, /project). - Switched update task method from PUT to PATCH; delete operations now require task/inbox UID. - Added support and documentation for tags in task creation and update. - Added examples for deleting tasks and inbox items. - Included tag and inbox API usage examples.
What This Skill Does
Connects to a self-hosted tududi instance to manage tasks, projects, notes, and inbox items via its REST API. Supports creating, updating, deleting, and filtering tasks by status, due date, or project.
Keeps all task data on your own infrastructure instead of a third-party cloud service.
When to use it
- Add tasks captured during a meeting to the right project
- Check what's due today before starting work
- Mark a task complete after finishing it
- Create a new project for an incoming client engagement
- Clear inbox items after a quick brain dump
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Add a high-priority task to review the proposal by this Friday
- 1List projects to find the relevant one
- 2Create a task with the name, due date set to Friday, and priority 3
- 3Confirm the task was created and return its details
Task 'Review the proposal' created with high priority, due Friday, assigned to the selected project
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.