workflow — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited workflow (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
工作流编排层,将底层子 skill 的原子能力组合为端到端的复合流程,通过剧本式步骤描述实现 AI 自主调度。
本层不直接引用脚本。工作流编排通过调度子 skill 间接使用底层脚本能力:
| 层级 | 说明 |
|---|---|
| workflow 层 | 定义步骤序列与数据流转,不持有脚本 |
| 子 skill 层 | 每个步骤调用对应子 skill,由子 skill 持有并执行脚本 |
路径示例:workflow 步骤 → discovery/creator-search → ../../scripts/search_creators.mjs
本层不直接调用脚本参数,通过编排子 skill 间接使用。各步骤的具体参数由对应子 skill 定义,工作流层仅负责步骤编排与数据流转。
workflows/ 目录),定义步骤序列、数据流转和决策点。AI Agent 按剧本逐步执行,无需额外编程。[需用户确认],AI 暂停执行并展示当前数据,等待用户明确授权后继续。| 剧本文件 | 描述 | 步骤数 |
|---|---|---|
workflows/batch-outreach.md | 批量建联流程:从搜索到发送到跟进的 6 步闭环 | 6 |
workflows/full-campaign.md | 战役闭环流程:从发现到复盘的 ≥8 步完整链路 | ≥8 |
workflows/brand-video-to-outreach.md | 品牌内容发现→分析→建联:从视频搜索到脚本分析到达人建联的 9 步端到端链路 | 9 |
AI Agent 执行工作流剧本时,遵循以下规则:
[领域/子skill名])| 标注 | AI 行为 |
|---|---|
[需用户确认] | 暂停执行,展示当前数据摘要,等待用户明确确认后继续 |
🔮 待补 | 跳过该步骤,告知用户该能力尚未实现及预期归属领域 |
[AI 辅助] | AI 自主完成该步骤,无需调用子 skill 脚本 |
工作流执行过程中,AI 按以下格式报告进度:
📋 工作流:{剧本名称}
━━━━━━━━━━━━━━━━━━━━━━━━━━━━
✅ Step 1: {步骤描述} — 完成(产出: {摘要})
✅ Step 2: {步骤描述} — 完成(产出: {摘要})
⏳ Step 3: {步骤描述} — 执行中...
⬚ Step 4: {步骤描述} — 待执行
⬚ Step 5: {步骤描述} — 待执行
━━━━━━━━━━━━━━━━━━━━━━━━━━━━
进度: 2/5 完成 | 当前: Step 3流程完成后输出执行摘要:
✅ 工作流执行完成:{剧本名称}
━━━━━━━━━━━━━━━━━━━━━━━━━━━━
总步骤: {N} | 成功: {N} | 跳过: {N}
关键产出:
- {产出 1 摘要}
- {产出 2 摘要}~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.