← 返回 Skills 市场
neckr0ik

Neckr0ik Code Generator

作者 Neckr0ik · GitHub ↗ · v1.1.0
cross-platform ⚠ suspicious
277
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install neckr0ik-code-generator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /neckr0ik-code-generator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug neckr0ik-code-generator
版本 1.1.0
许可证
累计安装 1
当前安装数 1
历史版本数 2
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 277 次。

如何安装 Neckr0ik Code Generator?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install neckr0ik-code-generator」即可一键安装,无需额外配置。

Neckr0ik Code Generator 是免费的吗?

是的,Neckr0ik Code Generator 完全免费(开源免费),可自由下载、安装和使用。

Neckr0ik Code Generator 支持哪些平台?

Neckr0ik Code Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Neckr0ik Code Generator?

由 Neckr0ik(@neckr0ik)开发并维护,当前版本 v1.1.0。

💬 留言讨论