diff --git a/SKILL.md b/SKILL.md index 8b4cd98..0f22d2c 100644 --- a/SKILL.md +++ b/SKILL.md @@ -1,34 +1,36 @@ --- -name: 灵感象限-Ideasphere +name: ideasphere description: "自媒体视频创作引擎。去静音→Whisper字幕→翻译→烧录→平台适配一站式处理。当需要处理视频、添加字幕、翻译视频内容、生成短视频时使用。" license: MIT metadata: author: 503496348-ops version: 1.6.0 -triggers: - - 视频剪辑流水线 - - 灵感象限 - - 批量处理视频 - - 视频去静音 - - 字幕生成 - - 字幕翻译 - - 双语字幕 - - 视频拼接 - - 口播剪辑 - - 平台适配渲染 - - TTS配音 - - 语音合成 - - 视频下载 - - 在线视频 - - YouTube下载 - - B站下载 - - 视频处理 - - 视频优化 - - 视频格式转换 --- # 灵感象限-Ideasphere +## 触发条件 + +- 视频剪辑流水线 +- 灵感象限 +- 批量处理视频 +- 视频去静音 +- 字幕生成 +- 字幕翻译 +- 双语字幕 +- 视频拼接 +- 口播剪辑 +- 平台适配渲染 +- TTS配音 +- 语音合成 +- 视频下载 +- 在线视频 +- YouTube下载 +- B站下载 +- 视频处理 +- 视频优化 +- 视频格式转换 + > 📖 详细文档见 `references/` 目录 **自媒体视频一站式剪辑技能包** diff --git a/skill-report.html b/skill-report.html new file mode 100644 index 0000000..e418c05 --- /dev/null +++ b/skill-report.html @@ -0,0 +1,266 @@ + + + + + + Skill Checker Report + + + +
+
+
+ + +
+

Skill Checker ReportSkill Checker 报告

+

+ Static specification and semantic checks for a target `SKILL.md` based on Agent Skills specification. + 根据 Agent Skills specification 对目标 `SKILL.md` 进行静态规范与语义质量检查。 +

+
+
+ Fail + 不通过 +
+
+ Severe 2 + 严重问题 2 +
+
+ Warnings 0 + 一般问题 0 +
+
+
+
+
+

Summary摘要

+
  • Target Path:目标路径: /tmp/audit-v2/ideasphere/SKILL.md/tmp/audit-v2/ideasphere/SKILL.md
  • Resolved From:解析来源: File文件
  • Checked File:检查文件: /tmp/audit-v2/ideasphere/SKILL.md/tmp/audit-v2/ideasphere/SKILL.md
  • Checked At:检查时间: 2026-07-24T19:13:04+08:002026-07-24T19:13:04+08:00
  • Final Result:最终结论: Fail不通过
  • Severe Findings:严重问题: 22
  • Warnings:一般问题: 00
+
+
+

Fix Priority修复优先级

+
    +
  • Fix all severe findings before warnings.先处理所有严重问题,再处理一般问题。
  • +
  • The audit fails when severe findings reach 2 or more.若严重问题达到 2 个及以上,本次检查结论为不通过。
  • +
  • Prioritize `name`, `description`, frontmatter structure, and executable body guidance.重点关注 `name`、`description`、frontmatter 结构和正文可执行性。
  • +
+
+
+
+

Findings发现的问题

+
severe严重spec.frontmatter-invalid

The frontmatter has structural YAML errors and cannot be parsed reliably.frontmatter 存在 YAML 结构问题,无法可靠解析。

Evidence:证据: 字段 `triggers` 不支持嵌套结构。

Suggestion:建议: Fix indentation, duplicate keys, nested formats, and field syntax.检查缩进、重复字段、嵌套格式和字段写法,确保 frontmatter 是简单合法的 YAML。

severe严重input.audit-blocked

The audit is blocked and marked as fail due to an input or parsing issue.无法继续执行字段级检查,本次检查直接判定为不通过。

Evidence:证据: name: 灵感象限-Ideasphere +description: "自媒体视频创作引擎。去静音→Whisper字幕→翻译→烧录→平台适配一站式处理。当需要处理视频、添加字幕、翻译视频内容、生成短视频时使用。" +license: MIT +metadata: + author: 503496348-ops + version: 1.6.0 +triggers: + - 视频剪辑流水线 + - 灵感象限 + - 批量处理视频 + - 视频去静音 + - 字幕生成 + - 字幕翻译 + - 双语字幕 + - 视频拼接 + - 口播剪辑 + - 平台适配渲染 + - TTS配音 + - 语音合成 + - 视频下载 + - 在线视频 + - YouTube下载 + - B站下载 + - 视频处理 + - 视频优化 + - 视频格式转换

Suggestion:建议: Fix the blocking issue and run the check again.修复 frontmatter 结构后重新运行检查。

+
+
+ + +