← 返回 Skills 市场
313
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install tapd-skill
功能描述
当用户需要查询、修改 TAPD 项目中需求、缺陷、任务、迭代等信息时,如修改状态、添加评论等,通过调用 TAPD MCP 提供相应的服务。
安全使用建议
This skill appears coherent for integrating with TAPD through an existing MCP layer and does not request extra secrets or install code. Before installing: (1) confirm your platform's MCP/TAPD credentials and where they are stored (ensure least privilege for updates), (2) verify the send_qiwei_message action is allowed for this skill (it will post to enterprise WeChat), (3) test in a non-production project or sandbox to confirm behavior, and (4) prefer skills from verifiable sources or with a homepage if you need stronger assurance about provenance.
功能分析
Type: OpenClaw Skill
Name: tapd-skill
Version: 0.0.2
The skill bundle provides instructions for an AI agent to interact with the TAPD project management platform and Enterprise WeChat (Qiwei) via MCP tools. The content in SKILL.md and references/examples.md focuses on legitimate project management tasks such as tracking bugs, summarizing work, and sending notifications, with no evidence of malicious intent, data exfiltration, or prompt injection attacks.
能力评估
Purpose & Capability
The name/description state it integrates with TAPD via MCP to query and modify issues, tasks, iterations, etc. The SKILL.md exclusively references TAPD-related MCP API calls (get_bug, get_releated_bugs, get_iterations, get_stories_or_tasks, get_todo) and an MCP helper to send enterprise WeChat messages. There are no unrelated environment variables, binaries, or install steps requested.
Instruction Scope
Instructions stay within TAPD/MCP operations (querying/updating TAPD entities and sending messages via send_qiwei_message). They are high-level (describe which API to call for each scenario) rather than prescribing exact parameter validation or authorization checks; this gives the agent operational discretion but does not by itself indicate scope creep (no references to reading local files, arbitrary env vars, or external endpoints).
Install Mechanism
No install spec and no code files — instruction-only skill. This is low-risk because nothing is written to disk or downloaded as part of the skill.
Credentials
The skill declares no required environment variables or credentials. That is plausible if the platform provides TAPD/MCP credentials centrally, but if the skill expects write/update capabilities the caller's account or the MCP integration will need appropriate permissions; the absence of declared credentials means you should confirm where the TAPD auth lives and that the MCP integration has least privilege.
Persistence & Privilege
always is false and there is no install that modifies other skills or system-wide settings. disable-model-invocation is false (normal). The skill does mention sending enterprise WeChat messages via MCP — verify that sending notifications is intended and authorized in your environment.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tapd-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/tapd-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.0.2
tapd-skill v0.0.2
- Added initial repository structure with assets, scripts, and references folders.
- Introduced references/examples.md for usage guidance or code examples.
- Updated and consolidated documentation in SKILL.md, clarifying scenarios, applicable roles, and API usage instructions.
- Clarified MCP integration and use of send_qiwei_message for notifications to WeChat Work.
v0.0.1
Initial release of TAPD 项目管理和研发管理 skill:
- Provides querying and updating of requirements, defects, and tasks in TAPD projects.
- Supports common project management workflows, including bug tracking, daily bug status, and work summaries.
- Integrates with TAPD MCP services for real-time updates and information retrieval.
- Allows sending notifications to WeChat Work on-demand via send_qiwei_message.
元数据
常见问题
TAPD 是什么?
当用户需要查询、修改 TAPD 项目中需求、缺陷、任务、迭代等信息时,如修改状态、添加评论等,通过调用 TAPD MCP 提供相应的服务。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 313 次。
如何安装 TAPD?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tapd-skill」即可一键安装,无需额外配置。
TAPD 是免费的吗?
是的,TAPD 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
TAPD 支持哪些平台?
TAPD 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 TAPD?
由 truesnow(@truesnow)开发并维护,当前版本 v0.0.2。
推荐 Skills