Files
skill-template/references/SCHEMA.md
chendelian 298448840d
All checks were successful
技能自动化发布 / release (push) Successful in 22s
docs: standardize skill-template and add development guide
2026-04-13 13:46:23 +08:00

544 B

数据存储模板

数据库路径

{DATA_ROOT}/{USER_ID}/your-skill-slug/your-skill-slug.db

发布型技能推荐日志表

字段 说明
id 自增主键
account_id 账号 id
article_id 文章 id
article_title 标题快照
status published / failed / require_login
error_msg 错误说明
created_at Unix 时间戳
updated_at Unix 时间戳

模板原则

  • 模板不做历史迁移兼容设计
  • 新 skill 直接从当前 schema 起步