← Back to Skills Marketplace
fantasy0102

lqs-skill

by fantasy0102 · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
123
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install lqs-skill
Description
LQS Skill — prompt/schema/template driven artifact generator for the LQS codebase. Manual-run only: users paste free-text requirement or exported document te...
README (SKILL.md)

LQS Skill (human-run) overview

This SKILL.md provides metadata and a short usage note for packaging the .skill assets for skill platforms such as OpenClaw.

  • Purpose: provide prompts, templates, schemas and examples to guide human-in-the-loop generation of boilerplate artifacts (controller/model/view/migration) for Admin module.
  • Non-goal: no code execution, no remote fetching, no automatic migrations.

See also: .skill/quickstart.md, .skill/implementation_runbook.md, .skill/mvp_delivery_checklist.md

Usage Guidance
This Skill appears internally consistent for manual, prompt-driven generation of boilerplate artifacts. Before installing or using it: (1) confirm how your agent/platform handles reading the repository and external URLs — the Skill expects manual paste or user-provided project fragments and explicitly says it won't auto-fetch, but some example text references 'fetching' which could be ambiguous; (2) carefully review any generated migration files and migration_add_menu templates before executing them in any database — templates contain SQL/DB calls and inserting/running migrations will change your DB; (3) when approving 'write' actions, ensure the target paths and diffs are acceptable, and that backups are created for overwritten files; (4) since the Skill can write files when you approve, verify the platform prompts the user before any file writes and that you (or an external CI) control execution of migrations. If you need absolute assurance that no automatic fetching or repo scanning will occur, ask the skill author (or inspect runtime plumbing) to confirm the agent will only operate on user-supplied text and the included .skill assets.
Capability Analysis
Type: OpenClaw Skill Name: lqs-skill Version: 1.0.1 The skill is a code generation assistant designed to create PHP artifacts (controllers, models, and migrations) for the LQS project. While it includes numerous safety instructions—such as requiring manual approval before writing files and explicitly forbidding the automatic execution of migrations—it possesses high-risk capabilities. Specifically, the migration template in `templates/generated/migration_create_table.txt` contains a fallback mechanism (`fields_block`) that inserts unvalidated text directly into SQL statements, creating a potential path for SQL injection if the AI agent is manipulated via prompt injection. The core functionality of writing executable PHP code to the filesystem based on AI-interpreted requirements is inherently risky.
Capability Assessment
Purpose & Capability
Name/description (generate controller/model/view/migration previews) align with included prompts, templates, schemas, and examples. No environment variables, binaries, or install steps are requested that would be unrelated to generating templates and diffs.
Instruction Scope
SKILL.md and prompts consistently describe a manual, human-in-the-loop flow that outputs JSON, RenderPlan, diffs, and (on approve) writes files. Some prompts reference scanning 'project code fragments' or fetching Google Doc content; the repo also contains packaged context and samples. The skill explicitly states it does NOT execute code or fetch externally automatically, but there is a small ambiguity in examples/google_doc_ingest_contract.md which lists '抓取文档正文' (fetch) while other notes and nl_analysis_policy indicate no built-in Google Doc fetch. Reviewers should confirm the platform/agent will not autonomously read repository files or fetch documents without explicit user steps.
Install Mechanism
Instruction-only skill with no install spec and no code files executed at install time. Nothing is downloaded or extracted, which minimizes install risk.
Credentials
No required env vars, credentials, or config paths are declared. context.json indicates credentials were removed. The templates include DB call code as sample migration content, but that is part of generated artifacts (not a runtime requirement).
Persistence & Privilege
always:false and user-invocable:true. The skill does present a 'write files on approve' prompt, which is expected for a code-generation workflow; there is no indication it modifies other skills or system-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install lqs-skill
  3. After installation, invoke the skill by name or use /lqs-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Version bumped to 1.0.1 with no file changes detected. - No updates to prompts, templates, schemas, or documentation. - Functionality, workflow, and recommended usage remain the same as previous version.
v1.0.0
lqs-skill 1.0.0 - Initial release of lqs-skill for manual, prompt-driven artifact generation in the LQS codebase. - Guides users through a workflow: RequirementDraft → Spec → RenderPlan → Preview Diff. - Does not execute code, run migrations, or fetch documents automatically. - Includes structured prompts, templates, schemas, and usage documentation for safe, human-involved usage. - Supports generating boilerplate artifacts (controller/model/view/migration) for the Admin module.
Metadata
Slug lqs-skill
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is lqs-skill?

LQS Skill — prompt/schema/template driven artifact generator for the LQS codebase. Manual-run only: users paste free-text requirement or exported document te... It is an AI Agent Skill for Claude Code / OpenClaw, with 123 downloads so far.

How do I install lqs-skill?

Run "/install lqs-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is lqs-skill free?

Yes, lqs-skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does lqs-skill support?

lqs-skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created lqs-skill?

It is built and maintained by fantasy0102 (@fantasy0102); the current version is v1.0.1.

💬 Comments