← Back to Skills Marketplace
OGT Docs Create
by
EduardoU24
· GitHub ↗
· v1.0.0
1001
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ogt-docs-create
Description
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.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ogt-docs-create - After installation, invoke the skill by name or use
/ogt-docs-create - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 1001 downloads so far.
How do I install OGT Docs Create?
Run "/install ogt-docs-create" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is OGT Docs Create free?
Yes, OGT Docs Create is completely free (open-source). You can download, install and use it at no cost.
Which platforms does OGT Docs Create support?
OGT Docs Create is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created OGT Docs Create?
It is built and maintained by EduardoU24 (@eduardou24); the current version is v1.0.0.
More Skills