Django Vue Admin

v1.0.0

Generate complete django-vue-admin style CRUD code including Django models, serializers, views, URLs, Vue API, and Vue pages from module descriptions.

0· 42·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the bundled artifacts: multiple backend/frontend templates and a Python generator are present and appropriate for a 'django-vue-admin' CRUD code generator.
Instruction Scope
SKILL.md describes reading the included template docs and generating code from user module descriptions; instructions stay within that scope. Note: the generator is regex-based and will parse model text you provide — it may mis-handle complex/edge-case Django constructs, and the generated code assumes project-specific utilities (utils.model, utils.permission, utils.queryset) that are not bundled.
Install Mechanism
No install spec and no downloads; this is an instruction-only skill with local templates and a generator script, which is the lowest-risk install model.
Credentials
No environment variables, binaries, or external credentials are requested. Generated code references project-local modules (utils.*) which is expected for a code generator but means you must provide or adapt those dependencies in your project.
Persistence & Privilege
Skill does not request always:true, does not modify other skills, and has no install hooks — it has no elevated persistence or system-wide privileges.
Assessment
This skill appears to do what it says: it generates Django models/serializers/viewsets/urls and Vue API/page templates from templates and a local generator. Before using it in a real project: 1) Review the generated code — do not deploy blindly. The templates reference project-specific helpers (utils.model, utils.permission, utils.queryset, etc.) that are not included, so you'll need to adapt or implement those. 2) Test generated endpoints in a safe/dev environment and verify permissions/data-scope logic matches your security model. 3) Be aware the generator uses simple regex parsing of model text and can mis-parse complex Django constructs (custom fields, decorators, multi-line arguments), so inspect fields and serializers for correctness. 4) There are no network calls or secret exfiltration requests in the package, but standard caution applies: review any code prior to committing to your codebase.

Like a lobster shell, security has layers — review code before you run it.

latestvk975ejcksmecc702m1w9v6mk9x83za1r

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments