A comprehensive integration for managing tasks, projects, and notes within a self-hosted tududi productivity environment.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install tududi
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install tududi using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The tududi skill allows AI agents to interface directly with a self-hosted tududi instance, a privacy-focused task manager. This integration enables Openclaw Skills to programmatically handle the full lifecycle of tasks, from initial capture in the inbox to project organization and eventual completion. By utilizing a REST API architecture, it provides a bridge between automated AI planning and a user's local, self-hosted data storage, ensuring that your todo lists and project structures remain private and accessible.
To enable this skill within your Openclaw Skills setup, configure the following environment variables in your openclaw.json under skills.entries.tududi.env:
TUDUDI_URL="http://localhost:3004"
TUDUDI_API_TOKEN="your_api_token_here"
You can generate your API token by navigating to Settings → API Tokens within your tududi web interface.
The skill organizes data according to the tududi API schema, primarily focusing on Tasks, Projects, and Tags.
| Entity | Key Fields | Values / Format |
|---|---|---|
| Task | status | 0=not_started, 1=in_progress, 2=completed, 6=archived |
| Task | priority | 1 (Low) to 4 (Urgent) |
| Task | tags | [{"name": "tagname"}] |
| Project | name | String |
| General | UID | Unique alphanumeric string used for POST/PATCH/DELETE |
All dates follow the YYYY-MM-DD format for consistency across the Openclaw Skills ecosystem.
Loading
Effortlessly manage podcast hosting, episode distribution, and listener analytics through the Transistor.fm REST API.

A professional discovery and research tool for identifying existing functionality on ClawHub and building secure, clean-room skill implementations.

A high-performance file transfer and synchronization tool for moving data between OpenClaw agents via rsync over SSH.

A structured personal knowledge base powered by Ensue designed to capture, organize, and retrieve compounding insights for AI agents.

A comprehensive tool for monitoring, analyzing, and comparing Weights & Biases training runs to optimize machine learning workflows.

A core personality module for Molt that emphasizes transformation, resilience, and continuous evolution.








































