← 返回 Skills 市场
OGT Docs Create Task
作者
EduardoU24
· GitHub ↗
· v1.0.0
1073
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install ogt-docs-create-task
功能描述
Create and manage task documents in the docs/todo/ workflow. Use when creating new tasks, updating task status, or moving tasks between workflow stages. Provides complete task lifecycle management with verification.
安全使用建议
This skill is internally consistent: it documents and automates creating/updating task folders under docs/todo/ and does not declare extra credentials or installs. Before enabling it, confirm (1) what repository/workspace the agent will operate on and that you trust that repository access, (2) whether the agent will open branches/PRs or push commits (platform-level git/API permissions may be used even though the skill doesn't declare tokens), and (3) whether you want the agent to be able to modify files autonomously — if not, require manual review of changes or limit the agent's repository permissions and test in a sandbox repo first.
功能分析
Type: OpenClaw Skill
Name: ogt-docs-create-task
Version: 1.0.0
The skill bundle is classified as suspicious due to its explicit instructions for the AI agent to execute direct shell commands for file system manipulation and local program execution. While these commands (`mv`, `touch`, `echo > file`, `grep`, `test`, `tsc`) are plausibly needed for managing the described 'docs-first workflow' within the `docs/todo/` directory, the direct granting of such risky capabilities without clear malicious intent falls under the 'suspicious' threshold as defined, rather than 'benign'. These instructions are found throughout the `SKILL.md` file, particularly in the 'Task Lifecycle Operations' and 'Verification Rules' sections.
能力评估
Purpose & Capability
The name/description describe managing a docs-first task workflow and the SKILL.md provides detailed file/folder conventions and examples for creating, moving, and annotating task folders under docs/todo/. There are no requested env vars, binaries, or installs that are unrelated to that purpose.
Instruction Scope
The instructions focus on creating and updating files in the docs/todo/ workflow (task.md, progress.md, .verified, .assigned_to_{agent}, etc.). Example content references repository files for context (e.g., GlobalSearch.tsx), which is coherent for a docs/task workflow skill. The SKILL.md does not (in the visible excerpts) instruct reading arbitrary system files or exfiltrating data to external endpoints.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing is written to disk or downloaded during install.
Credentials
The skill requires no environment variables or credentials, which is consistent for a workflow that operates on repository files. Note: if the agent is expected to create remote PRs or interact with external APIs as part of the workflow, those actions would typically require platform-provided git or API credentials (not declared here); ensure the platform's permissions model, not this skill, is granting any remote access.
Persistence & Privilege
always:false and no special persistence is requested. The skill will operate when invoked and does not request to modify other skills or system-wide settings. Autonomous invocation is allowed (default) but that is expected for skills of this kind.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ogt-docs-create-task - 安装完成后,直接呼叫该 Skill 的名称或使用
/ogt-docs-create-task触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of ogt-docs-create-task skill for managing task documents in a docs-first workflow.
- Supports creating, progressing, and verifying tasks across all workflow stages (pending, in_progress, review, blocked, done, rejected, implemented).
- Defines detailed folder structure, file conventions, and signals for task lifecycle management.
- Enables assignment, prioritization, progress tracking, blocking/review states, and verification with agent attribution.
- Provides robust documentation standards for each task stage, including context, progress, implementation, and verification details.
元数据
常见问题
OGT Docs Create Task 是什么?
Create and manage task documents in the docs/todo/ workflow. Use when creating new tasks, updating task status, or moving tasks between workflow stages. Provides complete task lifecycle management with verification. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1073 次。
如何安装 OGT Docs Create Task?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ogt-docs-create-task」即可一键安装,无需额外配置。
OGT Docs Create Task 是免费的吗?
是的,OGT Docs Create Task 完全免费(开源免费),可自由下载、安装和使用。
OGT Docs Create Task 支持哪些平台?
OGT Docs Create Task 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OGT Docs Create Task?
由 EduardoU24(@eduardou24)开发并维护,当前版本 v1.0.0。
推荐 Skills