← 返回 Skills 市场
OGT Docs Create
作者
EduardoU24
· GitHub ↗
· v1.0.0
1001
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ogt-docs-create
功能描述
Create new documentation entities in the docs-first system. Routes to specialized creation sub-skills for tasks, definitions, rules, features, and social content. Use when adding any new documentation.
安全使用建议
This skill is coherent with its stated purpose but it will execute shell commands that create and modify files in your repository (mkdir, cp, cat, echo, touch). Before using it: (1) review docs/_templates and the SKILL.md scripts to ensure they do what you expect, (2) run on a disposable branch or backup your repo to avoid accidental overwrites, (3) inspect batch scripts (they assume bash utilities like sed/tr/echo) before running, and (4) if you don't want an agent to modify files autonomously, restrict or review agent actions before they run these commands.
功能分析
Type: OpenClaw Skill
Name: ogt-docs-create
Version: 1.0.0
The OpenClaw AgentSkills skill bundle is classified as benign. The `SKILL.md` file outlines a documentation creation workflow, providing instructions and example shell commands (`mkdir`, `cp`, `cat`, `echo`, `date`, `ls`, `test`, `grep`) that are entirely consistent with its stated purpose of creating and managing documentation files and folders. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts to subvert the agent's intended behavior. All operations are local file system manipulations within a defined documentation structure.
能力评估
Purpose & Capability
The skill's name and description (create documentation entities) match the actions the SKILL.md instructs (mkdir, cp, echo, create task/feature/rule files). It does not request unrelated credentials, binaries, or config paths.
Instruction Scope
The SKILL.md tells the agent to run shell commands that create and modify files under docs/ and CHANGELOG.md (mkdir, cp, cat, echo, touch). This behavior is expected for a docs-creation tool, but it will modify the local filesystem and can overwrite files if used carelessly. The instructions reference docs/_templates which must exist; the agent will not validate that and will perform operations as-is.
Install Mechanism
No install spec or external downloads — instruction-only. Nothing is written to disk by an installer and no third-party packages are pulled in by the skill itself.
Credentials
The skill does not request environment variables, credentials, or config paths. The SKILL.md does not read unrelated env vars or secret paths.
Persistence & Privilege
always is false and the skill does not request persistent system presence or modify other skills' configuration. It will run shell commands when invoked, which is normal for this type of instruction-only skill.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ogt-docs-create - 安装完成后,直接呼叫该 Skill 的名称或使用
/ogt-docs-create触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of ogt-docs-create: routes new documentation requests to the right specialized creation sub-skill.
- Allows creation of new documentation entities: tasks, definitions, rules, features, and social/marketing content.
- Provides an overview table mapping document types to sub-skills and file locations.
- Documents the folder/file structure, naming conventions, signals, templates, and validation steps for new docs.
- Includes batch creation workflow and bash script example for features and tasks.
- Offers detailed, step-by-step creation workflow and template outlines for all document entities.
元数据
常见问题
OGT Docs Create 是什么?
Create new documentation entities in the docs-first system. Routes to specialized creation sub-skills for tasks, definitions, rules, features, and social content. Use when adding any new documentation. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1001 次。
如何安装 OGT Docs Create?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ogt-docs-create」即可一键安装,无需额外配置。
OGT Docs Create 是免费的吗?
是的,OGT Docs Create 完全免费(开源免费),可自由下载、安装和使用。
OGT Docs Create 支持哪些平台?
OGT Docs Create 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OGT Docs Create?
由 EduardoU24(@eduardou24)开发并维护,当前版本 v1.0.0。
推荐 Skills