← 返回 Skills 市场
1362
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install tududi
功能描述
Manage tasks, projects, and notes in tududi (self-hosted task manager). Use for todo lists, task management, project organization.
安全使用建议
This skill appears to be a simple tududi API helper, but its SKILL.md requires two environment variables (TUDUDI_URL and TUDUDI_API_TOKEN) that the registry metadata does not declare. Before installing: (1) ask the publisher to update the manifest to list required env variables and mark the API token as the primary credential; (2) only provide a scoped API token (least privilege) and point TUDUDI_URL to a trusted/self-hosted endpoint (prefer HTTPS); (3) avoid putting long-lived high-privilege tokens in a shared openclaw.json unless you trust the skill and host; (4) verify the skill behavior in a safe environment first. If the publisher cannot justify the missing manifest entries, treat the skill as untrusted.
功能分析
Type: OpenClaw Skill
Name: tududi
Version: 1.0.1
The skill is designed to interact with a self-hosted task manager (`tududi`) using a user-provided URL and API token. All `curl` commands in `SKILL.md` are directed to the configured `$TUDUDI_URL` and use the `$TUDUDI_API_TOKEN` for authentication, which is consistent with the stated purpose. There is no evidence of data exfiltration to external, unrelated endpoints, malicious execution, persistence mechanisms, or prompt injection attempts to subvert the agent's intended behavior.
能力评估
Purpose & Capability
The skill's name and description (self-hosted tududi task manager) match the runtime instructions: curl-based calls to a user-provided TUDUDI_URL using an API token. The described capabilities are consistent with a simple API wrapper.
Instruction Scope
SKILL.md instructs the agent to call the tududi API and to read environment variables (TUDUDI_URL, TUDUDI_API_TOKEN) from openclaw.json; it does not instruct any broad data collection or unrelated file reads. However, the instructions rely on environment variables that the skill manifest did not declare, which is an inconsistency that affects trust and runtime behavior.
Install Mechanism
No install spec and no code files — instruction-only skill. This is low-risk from an install perspective because nothing is downloaded or written to disk by the skill package itself.
Credentials
The SKILL.md requires an API token (TUDUDI_API_TOKEN) and a base URL (TUDUDI_URL), which are proportionate to the stated purpose. However, the registry metadata lists no required environment variables or primary credential, so the manifest underreports the sensitive data the skill needs. That mismatch is a red flag: a token is required at runtime but not declared in the skill metadata.
Persistence & Privilege
The skill does not request persistent/always-on inclusion (always: false) and does not request elevated platform privileges. Autonomous invocation is allowed by default but is not combined with other privilege/always flags here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tududi - 安装完成后,直接呼叫该 Skill 的名称或使用
/tududi触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- 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.
v1.0.0
- Initial release of the tududi skill.
- Enables management of tasks, projects, and notes for the self-hosted tududi task manager.
- Provides basic operations: list, create, and update tasks; list and create projects.
- Uses API token authentication via Authorization header.
- Supports filtering and task status management.
- Documentation for configuration and usage included.
元数据
常见问题
tududi 是什么?
Manage tasks, projects, and notes in tududi (self-hosted task manager). Use for todo lists, task management, project organization. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1362 次。
如何安装 tududi?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tududi」即可一键安装,无需额外配置。
tududi 是免费的吗?
是的,tududi 完全免费(开源免费),可自由下载、安装和使用。
tududi 支持哪些平台?
tududi 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 tududi?
由 chrisvel(@chrisvel)开发并维护,当前版本 v1.0.1。
推荐 Skills