Code Generator
Multi-language code generator. Generate functions, classes, API endpoints, CRUD operations, test code, refactoring suggestions, language conversion guides.
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 1k · 12 current installs · 12 all-time installs
bybytesagain4@xueyetianya
MIT-0
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name/description (multi-language code generator) matches the shipped scripts and SKILL.md. The scripts generate code templates in multiple languages and frameworks as advertised. No unrelated capabilities (cloud access, crypto keys, etc.) are requested.
Instruction Scope
SKILL.md instructs running the bundled bash script(s) and lists bash/python3 as requirements. The runtime scripts read only provided input (CODEGEN_INPUT or CLI args), produce code output, and create a per-user data directory; they do not read or transmit unrelated system files or credentials.
Install Mechanism
There is no install spec; this is instruction+script only. All code is local and human-readable; no remote downloads, package installs, or extraction from arbitrary URLs are performed.
Credentials
The registry metadata declares no required env vars, which is consistent with the skill, but SKILL.md notes runtime requirements (bash 4+ and python3). The scripts optionally use CODE_GEN_DIR / XDG_DATA_HOME / HOME for a data directory but do not request secrets or tokens.
Persistence & Privilege
always is false and the skill does not request elevated or persistent platform privileges. It creates a per-user data directory (~/.local/share/code-generator by default) which is expected for generated outputs.
Assessment
This skill is coherent with its description: it runs local bash/python scripts to emit code templates and will create a per-user data directory (defaults to $XDG_DATA_HOME or $HOME/.local/share/code-generator). Review generated code before executing it in production, and be aware you can override the data directory with CODE_GEN_DIR if you want outputs elsewhere. No credentials or network downloads are required by the provided files; if an installation mechanism is later added (not present now), re-check for remote downloads or additional environment variables.Like a lobster shell, security has layers — review code before you run it.
Current versionv2.3.4
Download zipchineselatestproductivity
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
SKILL.md
⚡ Code Generator — Multi-Language Code Scaffolding
Describe what you need, get working code. Multiple languages, ready to run.
✨ Key Features
- 🔧 Function Generation (
function) — Describe it, get a complete annotated function - 🏗️ Class Generation (
class) — OOP design with constructor and methods - 🌐 API Endpoints (
api) — RESTful routes and handlers - 📦 CRUD Operations (
crud) — Full Create/Read/Update/Delete code - 🧪 Test Code (
test) — Auto-generate unit tests with assertions - 🔄 Refactoring (
refactor) — Optimization suggestions with examples - 🔀 Language Conversion (
convert) — Conversion guide between Python/JS/Go/Java - 📋 Project Boilerplate (
boilerplate) — Quick-start project skeleton
🌍 Supported Languages
Python · JavaScript · TypeScript · Go · Java · Rust · PHP · Ruby · C# · Shell
🚀 Usage
bash scripts/codegen.sh <command> <description>
Every output includes:
- Language label and suggested filename
- Complete runnable code
- Inline comments
- Usage example
📂 Scripts
scripts/codegen.sh— Main script
💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com
Commands
Run code-generator help to see all available commands.
Requirements
- bash 4+
- python3 (standard library only)
Files
4 totalSelect a file
Select a file to preview.
Comments
Loading comments…
