ecommerce-video-publishing

ecommerce-video-publishing is a skill for Claude Code, Codex from yehyakin/hermes-skills. It costs 43 tokens per session (1,710 once invoked), scanned A, original, MIT.

A publishing-preparation workflow for e-commerce short videos on Douyin, a Chinese short-video platform. It creates a publishing checklist, sends a report through Feishu, and records results for later review; the final upload is done in Jianying by the user.

In plain words
What is it for?
Preparing video titles, descriptions, hashtags, covers, and planned times; notifying the user; and recording whether each video was published.
Why use it?
It organizes the details needed for publishing while accounting for the limits on third-party Douyin uploads.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Preparing video titles, descriptions, hashtags, covers, and planned times; notifying the user; and recording whether each video was published.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/yehyakin/hermes-skills/ecommerce-video-publishing
Install

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.

Any agent
npx skills add yehyakin/hermes-skills --skill ecommerce-video-publishing
Clone the repo
git clone --depth 1 https://github.com/yehyakin/hermes-skills

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for ecommerce-video-publishing

README.md
[![agentmods](https://agentmods.dev/badge/skills/yehyakin/hermes-skills/ecommerce-video-publishing/github.svg)](https://agentmods.dev/skills/yehyakin/hermes-skills/ecommerce-video-publishing)
Your own site
<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.

agentmods 80×15 button for ecommerce-video-publishing

Your own site · 80×15
<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>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,710 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 12d ago against content hash a9c4e65e283b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

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.

ecommerce-video-publishing/SKILL.md · 236 lines

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:生成发布清单

触发词/发布视频/准备发布

执行流程

  1. 接收以下参数(用户提供或从上下文推断):

    • 视频文件路径
    • 视频标题
    • 视频描述/话题标签(如 #男装 #直播带货
    • 发布时间(立即/定时)
    • 封面图片路径(可选)
  2. ~/content-fuoli/04-数据复盘/发布记录/ 下创建发布清单:

# 发布清单 - {日期}

**视频文件**:`{视频路径}`
**标题**:`{标题}`
**描述**:`{描述}`
**话题**:`{话题标签}`
**封面**:`{封面路径}`
**计划发布时间**:{时间}
**状态**:待发布

---

## 剪映发布步骤

1. 打开剪映专业版
2. 打开草稿:{草稿路径}
3. 点击右上角「**发布**」
4. 平台选择「**抖音**」
5. 填写标题:{标题}
6. 添加描述:{描述}
7. 添加话题:{话题标签}
8. 上传封面(建议 1080×1920)
9. 点击「**发布到抖音**」

---

## 发布后记录

发布成功后请回复:「已发布 {视频标题}」,我会自动记录到数据复盘。
  1. 保存清单到 发布记录/YYYYMMDD-{视频标题关键词}.md
  2. 推送飞书通知给用户,附上清单摘要

输出:发布清单文件路径 + 飞书通知确认


指令 2:推送发布报告

触发词/发布报告/推送发布已发布

执行流程(用户回复"已发布"后触发):

  1. 从上一条发布清单读取视频信息
  2. 生成发布报告:
# ✅ 发布报告

**视频**:`{标题}`
**平台**:抖音
**发布时间**:`{时间}`
**视频链接**:(待填写 - 用户回复中提供)

---

## 发布后操作

- [ ] 在抖音 App 置顶视频
- [ ] 将链接填入下方「视频链接」栏
- [ ] 回复「已填链接 {链接}」触发数据追踪启动
  1. 保存到 发布记录/发布报告-YYYYMMDD.md
  2. 更新发布清单状态为「已发布」
  3. 飞书通知用户填写视频链接

输出:发布报告 + 待办事项


指令 3:记录视频链接 & 启动数据追踪

触发词已填链接

执行流程

  1. 提取用户提供的抖音视频链接
  2. 更新发布报告中「视频链接」栏
  3. 将视频信息追加到 04-数据复盘/内容数据表.md
  4. 启动数据追踪(可设置定时提醒 3天后查询数据)
  5. 飞书确认记录完成

输出:数据追踪已启动 + 3天后提醒设置确认


指令 4:一键发布流水线(完整版)

触发词/完整发布

执行流程

Step 1: 确认视频文件
  ↓
Step 2: 生成发布清单 + 飞书通知
  ↓
Step 3: 等待用户「已在剪映发布」
  ↓
Step 4: 推送发布报告
  ↓
Step 5: 等待用户提供视频链接
  ↓
Step 6: 记录到数据表 + 启动追踪

输出:流水线状态 + 当前步骤 + 下一步操作


飞书通知模板

发布清单通知(发送到用户 DM)

Read the full file on GitHub · 236 lines

Changes

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.

  1. 12d ago First seen · 236 lines · 43 tokens per session scan A a9c4e65e283b

Subscribe to this mod's changes

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.