← Back to Skills Marketplace
277
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install neckr0ik-code-generator
Description
Generate boilerplate code for common patterns. Creates project scaffolds, CRUD operations, API clients, database models, tests. Use when you need to quickly...
Usage Guidance
This package appears to be a local code generator focused on Python, but the documentation overstates supported languages and references template directories that aren't bundled. Before installing or running: (1) inspect the full scripts/generator.py (the provided excerpt imports subprocess and is truncated — verify there are no unexpected shell executions or network calls); (2) run the tool in an isolated directory or container (do not run it in your home or a repository with sensitive files) so generated files can't overwrite important data; (3) check for the presence of the referenced references/templates/ folder and any missing commands (api-client, multi-language scaffolds) — treat claims of OpenAPI fetching or multi-language support as unimplemented until proven otherwise; (4) if you plan to run it on real projects, review generated code for security (e.g., handling of user input, secrets) and consider scanning the full source with a static analyzer. These mismatches look like sloppy documentation or an incomplete feature set rather than overt malice, but because the implementation is incomplete and the file was truncated, exercise caution.
Capability Analysis
Type: OpenClaw Skill
Name: neckr0ik-code-generator
Version: 1.1.0
The neckr0ik-code-generator skill is a standard utility for generating project scaffolds, CRUD operations, and configuration files. The core logic in `scripts/generator.py` uses safe `pathlib` operations to create directories and write hardcoded boilerplate templates to a user-specified output directory. No evidence of data exfiltration, malicious execution, obfuscation, or prompt injection was found; the code's behavior is entirely consistent with its stated purpose.
Capability Assessment
Purpose & Capability
Name/description match the general purpose (code generator). However, the SKILL.md advertises multi-language scaffolds, API-client generation from specs, and many templates; the shipped scripts/generator.py implements mostly Python functionality and returns placeholders for other languages/ORMs. This is a capability mismatch (over-promising) but not necessarily malicious.
Instruction Scope
SKILL.md instructs running a CLI with commands like api-client --spec <url> and refers to templates in references/templates/. The included generator.py implements scaffold/crud/model/test/config primarily for Python and does not appear to implement network fetching or all advertised commands. The instructions reference files/paths (references/templates/) that are not included. The skill will write files to disk (create project dirs/files) and read source dirs when generating tests — expected for this purpose.
Install Mechanism
No install spec or external downloads. The package is instruction-plus-a-local script (scripts/generator.py). Nothing is pulled from arbitrary URLs or installed automatically, which reduces supply-chain risk.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. The code writes files and reads a source directory for tests but does not request secrets or access unrelated services in the provided code. No disproportionate credential requests were found.
Persistence & Privilege
The skill does not request persistent/always-on inclusion (always: false). It does not modify other skills or system-wide config in the visible code. It is user-invocable and can run autonomously per platform defaults — normal for skills.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install neckr0ik-code-generator - After installation, invoke the skill by name or use
/neckr0ik-code-generator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
- Updated scripts/generator.py with new features or improvements.
- No changes to documentation or user instructions in SKILL.md in this release.
v1.0.0
Initial release of neckr0ik-code-generator.
- Instantly generate boilerplate code for projects, CRUD operations, API clients, database models, tests, and config files.
- Supports project scaffolding for Python, TypeScript, Go, Rust, and Node.js.
- Command-line interface with subcommands: scaffold, crud, api-client, model, test, config.
- Produces clean, type-safe, and well-documented code using modern best practices.
- Includes code templates for popular frameworks and use cases.
Metadata
Frequently Asked Questions
What is Neckr0ik Code Generator?
Generate boilerplate code for common patterns. Creates project scaffolds, CRUD operations, API clients, database models, tests. Use when you need to quickly... It is an AI Agent Skill for Claude Code / OpenClaw, with 277 downloads so far.
How do I install Neckr0ik Code Generator?
Run "/install neckr0ik-code-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Neckr0ik Code Generator free?
Yes, Neckr0ik Code Generator is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Neckr0ik Code Generator support?
Neckr0ik Code Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Neckr0ik Code Generator?
It is built and maintained by Neckr0ik (@neckr0ik); the current version is v1.1.0.
More Skills