← 返回 Skills 市场
lqs-skill
作者
fantasy0102
· GitHub ↗
· v1.0.1
· MIT-0
123
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install lqs-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/lqs-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 123 次。
如何安装 lqs-skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install lqs-skill」即可一键安装,无需额外配置。
lqs-skill 是免费的吗?
是的,lqs-skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
lqs-skill 支持哪些平台?
lqs-skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 lqs-skill?
由 fantasy0102(@fantasy0102)开发并维护,当前版本 v1.0.1。
推荐 Skills