← Back to Skills Marketplace
Ai Codefactory
by
jason513597
· GitHub ↗
· v1.0.0
407
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install ai-codefactory
Description
Generate and manage multiple programming tasks by analyzing, planning, executing, validating, and summarizing code projects efficiently.
README (SKILL.md)
AI_CodeFactory
Purpose
批量程式生成
Primary Agents
Coder
Notes
適合多任務專案
Inputs
- task: 要執行的任務描述
- context: 額外上下文(可選)
- constraints: 限制條件(可選)
Outputs
- plan/result/report(依任務類型)
- logs/summary
Workflow (default)
- Analyze task
- Plan subtasks
- Execute by role
- Validate result
- Return final summary
Safety
- 不執行破壞性操作,除非明確授權
- 外部動作(發送、部署到正式環境)需二次確認
- 記錄關鍵決策與錯誤
Usage Guidance
This skill appears coherent and low-risk: it only contains instructions for task workflow and a small local runner that prints a JSON template. Before installing, consider: (1) test it in a sandbox or limited-permission agent to confirm the agent enforces the SKILL.md safety checks (deployments/external actions should prompt for confirmation), (2) verify your agent platform will not auto-execute arbitrary shell commands beyond this skill, and (3) if you plan to extend the skill, review any added code for network calls or credential access. Note: run.py is benign but minimal — it only echoes inputs and a canned plan/summary.
Capability Analysis
Type: OpenClaw Skill
Name: ai-codefactory
Version: 1.0.0
The AI_CodeFactory skill bundle is a template for batch code generation tasks. The run.py script simply parses input arguments and returns a JSON summary of the task, while SKILL.md provides standard workflow instructions and safety guidelines without any evidence of malicious intent or risky behavior.
Capability Assessment
Purpose & Capability
Name/description (batch code generation and management) match the provided SKILL.md and the small run.py helper. There are no unexpected credentials, binaries, or config paths requested.
Instruction Scope
SKILL.md describes analysing, planning, executing, validating, and summarizing tasks and includes safety notes (no destructive ops without explicit authorization, external actions require confirmation). The instructions do not ask the agent to read unrelated files, environment variables, or send data to external endpoints.
Install Mechanism
No install specification (instruction-only) and the repository only includes a tiny run.py helper. Nothing is downloaded or extracted from external URLs and no package installs are declared.
Credentials
The skill declares no required environment variables or credentials and neither the SKILL.md nor run.py access any secrets or external services.
Persistence & Privilege
always is false and the skill does not request persistent system-wide presence or modify other skills/config. It is user-invocable and can run autonomously per platform defaults, which is expected.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ai-codefactory - After installation, invoke the skill by name or use
/ai-codefactory - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
AI_CodeFactory 1.0.0 – Initial Release
- Enables batch code generation for multi-task projects.
- Defines primary input fields (task, context, constraints) and structured outputs (plan/result/report, logs/summary).
- Outlines a step-by-step workflow: analyze, plan, execute, validate, and summarize.
- Implements safety measures including prohibition of destructive actions without explicit authorization and double-confirmation for external operations.
- Designed for coordination on complex projects, with key decisions and errors logged for transparency.
Metadata
Frequently Asked Questions
What is Ai Codefactory?
Generate and manage multiple programming tasks by analyzing, planning, executing, validating, and summarizing code projects efficiently. It is an AI Agent Skill for Claude Code / OpenClaw, with 407 downloads so far.
How do I install Ai Codefactory?
Run "/install ai-codefactory" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Ai Codefactory free?
Yes, Ai Codefactory is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Ai Codefactory support?
Ai Codefactory is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Ai Codefactory?
It is built and maintained by jason513597 (@jason513597); the current version is v1.0.0.
More Skills