← Back to Skills Marketplace
Code Generator
by
bytesagain4
· GitHub ↗
· v2.3.4
· MIT-0
3876
Downloads
2
Stars
40
Active Installs
11
Versions
Install in OpenClaw
/install code-generator
Description
Multi-language code generator. Generate functions, classes, API endpoints, CRUD operations, test code, refactoring suggestions, language conversion guides.
Usage Guidance
Reasonable to install for local code scaffolding. Review generated code before using it, especially API, CRUD, Docker, and auth-adjacent examples. Do not include secrets or sensitive internal project identifiers in command arguments unless you are comfortable with them being stored in the local history file.
Capability Assessment
Purpose & Capability
The SKILL.md purpose, command list, and Bash scripts consistently describe and implement code scaffolding, API/CRUD/test examples, conversion guidance, and boilerplate output. Generated code should be treated as draft scaffolding, not production-ready security-reviewed code.
Instruction Scope
The activation language is broad, but the artifacts show user-invoked generation commands and no autonomous execution, hidden agent instructions, credential collection, or external data transfer.
Install Mechanism
The package contains markdown plus executable Bash scripts, with bash and python3 standard-library requirements disclosed. No hidden installer, package installation, or startup registration was found.
Credentials
The scripts mainly print templates to stdout and use command arguments/environment only for local generation. Template text mentions tools like git, pip, npm, and Docker, but the scripts do not execute network installs or outbound calls.
Persistence & Privilege
scripts/script.sh creates a local data directory and appends command history to a history.log file under CODE_GEN_DIR, XDG_DATA_HOME, or the user's home directory. This is limited local persistence but could retain sensitive project names if users pass them as arguments.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install code-generator - After installation, invoke the skill by name or use
/code-generator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.3.4
v2.5 standard: Use-when desc, homepage, source, security fix
v2.3.3
yaml-fix+quality
v2.3.2
yaml-fix+quality
v2.3.1
Quality upgrade
v2.4.0
Major upgrade: custom commands and real functionality
v2.3.0
Quality fixes: aligned docs with implementation
v2.2.0
Enhanced descriptions for better AI triggering
v1.0.2
Add runtime declaration
v2.0.0
Complete rewrite: real functionality replacing prompt templates
v1.0.1
map
v1.0.0
- Initial release of Code Generator skill for multi-language code scaffolding.
- Generate functions, classes, API endpoints, CRUD operations, unit test code, refactoring suggestions, language conversion guides, and project boilerplate.
- Supports Python, JavaScript, TypeScript, Go, Java, Rust, PHP, Ruby, C#, and Shell.
- Includes command-line script (`scripts/codegen.sh`) for easy usage.
- Outputs annotated, runnable code with language label, filename suggestion, and usage example.
Metadata
Frequently Asked Questions
What is Code Generator?
Multi-language code generator. Generate functions, classes, API endpoints, CRUD operations, test code, refactoring suggestions, language conversion guides. It is an AI Agent Skill for Claude Code / OpenClaw, with 3876 downloads so far.
How do I install Code Generator?
Run "/install code-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Code Generator free?
Yes, Code Generator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Code Generator support?
Code Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Code Generator?
It is built and maintained by bytesagain4 (@xueyetianya); the current version is v2.3.4.
More Skills