Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add yehyakin/hermes-skills --skill ecommerce-video-publishinggit clone --depth 1 https://github.com/yehyakin/hermes-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/yehyakin/hermes-skills/ecommerce-video-publishing)<a href="https://agentmods.dev/skills/yehyakin/hermes-skills/ecommerce-video-publishing"><img src="https://agentmods.dev/badge/skills/yehyakin/hermes-skills/ecommerce-video-publishing/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/yehyakin/hermes-skills/ecommerce-video-publishing"><img src="https://agentmods.dev/badge/skills/yehyakin/hermes-skills/ecommerce-video-publishing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00043 | $0.01710 |
| Opus 5 | $0.00022 | $0.00855 |
| Sonnet 5 | $0.00009 | $0.00342 |
| Haiku 4.5 | $0.00004 | $0.00171 |
Grade A, and why
ecommerce-video-publishing scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 236 lines — stays where its author put it; the contents beside it link to each section on GitHub.
电商短视频发布流水线
核心定位
将剪辑完成的带货短视频自动发布到抖音,并推送发布报告到飞书。打通"剪辑完成"到"发布上线"的最后一步。
当前能力:
- ✅ 自动记录发布清单(供人工发布参考)
- ✅ 飞书推送发布报告
- ✅ 发布后数据回流到 neirong-fuoli 素材库
- ⚠️ 抖音 API 自动发布(需 Cookie 认证,详见下方限制)
项目根目录
~/content-fuoli/04-数据复盘/发布记录/
限制说明
抖音 API 发布限制
抖音网页/API 不支持第三方直接上传视频,必须使用官方工具:
| 方式 | 可行性 | 说明 |
|---|---|---|
| 抖音开放平台 API | ❌ 不对个人开放 | 需要企业资质 + 审核 |
| 移动端 SDK | ⚠️ 需单独开发 | 量级不够,不值得 |
| 剪映 PC 版「一键发布」 | ✅ 可行 | 用户在剪映中手动发布 |
| 浏览器自动化 | ⚠️ 风险高 | 易触发风控 |
推荐工作流:本 skill 负责生成发布清单 + 飞书通知,用户在剪映中一键发布。
指令 1:生成发布清单
触发词:/发布视频、/准备发布
执行流程:
-
接收以下参数(用户提供或从上下文推断):
- 视频文件路径
- 视频标题
- 视频描述/话题标签(如
#男装 #直播带货) - 发布时间(立即/定时)
- 封面图片路径(可选)
-
在
~/content-fuoli/04-数据复盘/发布记录/下创建发布清单:
# 发布清单 - {日期}
**视频文件**:`{视频路径}`
**标题**:`{标题}`
**描述**:`{描述}`
**话题**:`{话题标签}`
**封面**:`{封面路径}`
**计划发布时间**:{时间}
**状态**:待发布
---
## 剪映发布步骤
1. 打开剪映专业版
2. 打开草稿:{草稿路径}
3. 点击右上角「**发布**」
4. 平台选择「**抖音**」
5. 填写标题:{标题}
6. 添加描述:{描述}
7. 添加话题:{话题标签}
8. 上传封面(建议 1080×1920)
9. 点击「**发布到抖音**」
---
## 发布后记录
发布成功后请回复:「已发布 {视频标题}」,我会自动记录到数据复盘。
- 保存清单到
发布记录/YYYYMMDD-{视频标题关键词}.md - 推送飞书通知给用户,附上清单摘要
输出:发布清单文件路径 + 飞书通知确认
指令 2:推送发布报告
触发词:/发布报告、/推送发布、已发布
执行流程(用户回复"已发布"后触发):
- 从上一条发布清单读取视频信息
- 生成发布报告:
# ✅ 发布报告
**视频**:`{标题}`
**平台**:抖音
**发布时间**:`{时间}`
**视频链接**:(待填写 - 用户回复中提供)
---
## 发布后操作
- [ ] 在抖音 App 置顶视频
- [ ] 将链接填入下方「视频链接」栏
- [ ] 回复「已填链接 {链接}」触发数据追踪启动
- 保存到
发布记录/发布报告-YYYYMMDD.md - 更新发布清单状态为「已发布」
- 飞书通知用户填写视频链接
输出:发布报告 + 待办事项
指令 3:记录视频链接 & 启动数据追踪
触发词:已填链接
执行流程:
- 提取用户提供的抖音视频链接
- 更新发布报告中「视频链接」栏
- 将视频信息追加到
04-数据复盘/内容数据表.md - 启动数据追踪(可设置定时提醒 3天后查询数据)
- 飞书确认记录完成
输出:数据追踪已启动 + 3天后提醒设置确认
指令 4:一键发布流水线(完整版)
触发词:/完整发布
执行流程:
Step 1: 确认视频文件
↓
Step 2: 生成发布清单 + 飞书通知
↓
Step 3: 等待用户「已在剪映发布」
↓
Step 4: 推送发布报告
↓
Step 5: 等待用户提供视频链接
↓
Step 6: 记录到数据表 + 启动追踪
输出:流水线状态 + 当前步骤 + 下一步操作
飞书通知模板
发布清单通知(发送到用户 DM)
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 236 lines · 43 tokens per session scan A a9c4e65e283b
ecommerce-video-publishing is a skill published in the GitHub repository yehyakin/hermes-skills (9 stars, last pushed 3mo ago), licensed MIT. It adds 43 tokens to every session and 1,710 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
ckjia-shopping
A shopping search and price-comparison tool for Taobao, JD.com, Tmall, and Pinduoduo, with image-based product recognition. It requires the ckjia-shopping service and its access key to be enabled.
alipay-payment-integration
Guidance for integrating Alipay payments across products such as in-person, QR-code, app, mobile web, computer web, pre-authorisation, and recurring merchant payments.
payment-skill
A WeChat Pay workflow for creating payments, checking or closing orders, handling refunds, and making or checking merchant transfers.
shopping-skill
A shopping assistant for searching collectible toys, viewing product details, checking store stock, and placing orders.
order-skill
A skill for ordering food delivery in Chinese: finding restaurants, viewing menus, placing paid orders, and checking delivery progress.
customs-clearance
A skill for cross-border e-commerce customs and trade compliance. It covers product classification, estimated duties, and required documents.