tg-mysql-design
v1.0.0MySQL数据库设计助手。根据业务规则文档和存量SQL DDL脚本,设计符合阿里巴巴规范的MySQL 5.7/8.0建表语句。当用户提到"数据库设计"、"建表语句"、"DDL"、"表结构设计"、"CREATE TABLE"等关键词时触发。支持读取业务规则文档(.md文件)、SQL脚本(.sql文件),输出遵循阿里...
⭐ 1· 482·0 current·0 all-time
byowen@2320117707
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (MySQL design assistant) match the behavior: the skill reads business rule documents and existing SQL, then generates CREATE TABLE DDL following the stated conventions. It does not request unrelated binaries, env vars, or external services.
Instruction Scope
SKILL.md explicitly instructs the agent to use Read/Glob to find and parse .md and .sql files and to produce DDL. Reading user-provided docs and SQL is expected for this task; there are no instructions to access unrelated system paths, secrets, or external endpoints.
Install Mechanism
No install spec and no code files beyond templates and documentation. Instruction-only skills present minimal persistence and disk risk.
Credentials
The skill requires no environment variables, credentials, or config paths. All requested inputs (.md/.sql) are proportional to the stated purpose.
Persistence & Privilege
always:false and user-invocable:true. The skill does not request permanent privileges or modify other skills/system settings.
Assessment
This skill is an instruction-only MySQL DDL generator and will read .md and .sql files you provide to extract requirements and existing schemas — review which files you let it access (avoid exposing secrets). Always review and test generated DDL before applying to production (verify types, defaults, indexes, and that conventions match your organization). If you require different naming or nullable/default policies, adjust prompts or templates accordingly.Like a lobster shell, security has layers — review code before you run it.
latestvk971a5n1cnat93mq1sk1jc7x3h81tyhk
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
