Borrowing it
Nothing to install: this file belongs to AlanSong2077/Amplipost. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/AlanSong2077/Amplipost/main/.claude/skills/amplipost-workflow/SKILL.mdgit clone --depth 1 https://github.com/AlanSong2077/AmplipostWrote 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/alansong2077/amplipost/amplipost-workflow)<a href="https://agentmods.dev/skills/alansong2077/amplipost/amplipost-workflow"><img src="https://agentmods.dev/badge/skills/alansong2077/amplipost/amplipost-workflow/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/alansong2077/amplipost/amplipost-workflow"><img src="https://agentmods.dev/badge/skills/alansong2077/amplipost/amplipost-workflow.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.00077 | $0.01150 |
| Opus 5 | $0.00039 | $0.00575 |
| Sonnet 5 | $0.00015 | $0.00230 |
| Haiku 4.5 | $0.00008 | $0.00115 |
Grade A, and why
amplipost-workflow 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 11d 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 — 135 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Amplipost 发布工作流规范
快速参考
平台脚本调用
# 闲鱼
python3 ~/.openclaw/skills/xianyu-publisher/scripts/xianyu_publish.py \
--title "【95新】商品名称" --price "999" --new-degree "95新" \
[--description "描述"] [--image "/path/to/img.jpg"]
# 小红书(文字配图)
python3 ~/.openclaw/skills/xhs-publisher/scripts/xhs_publish.py \
--title "标题≤20字" --content "正文200-300字"
# 小红书(上传图片)
python3 ~/.openclaw/skills/xhs-publisher/scripts/xhs_publish.py \
--title "标题" --content "正文" --image "/path/to/img.png"
# B站专栏
python3 ~/.openclaw/skills/bilibili-publisher/scripts/bilibili_publish.py \
--title "标题≤40字" --content "正文800-1500字" \
[--tags "标签1,标签2,标签3"]
# 抖音图文(自动配图)
python3 ~/.openclaw/skills/douyin-publisher/scripts/douyin_publish.py \
--title "标题≤30字" --content "正文150-500字" --auto-generate
# 抖音图文(上传图片)
python3 ~/.openclaw/skills/douyin-publisher/scripts/douyin_publish.py \
--title "标题" --content "正文" --images "img1.jpg,img2.jpg"
备用路径(openclaw 路径不存在时)
XIANYU=publishers/xianyu-publisher/scripts/xianyu_publish.py
XHS=publishers/xhs-publisher/scripts/xhs_publish.py
BILIBILI=publishers/bilibili-publisher/scripts/bilibili_publish.py
DOUYIN=publishers/douyin-publisher/scripts/douyin_publish.py
发布前必做检查
通用检查
- 标题长度符合平台限制
- 正文字数在规定范围内
- 无极限词(最好/第一/绝对/最低)
- 无虚假数据
平台特定检查
- 闲鱼:违禁词已替换,价格和新旧程度已填写
- B站/抖音:无任何 emoji 或 Unicode 表情
- 抖音:图片路径有效或使用 --auto-generate
登录态检查
# 检查 profile 目录是否存在(存在则已登录)
ls ~/.openclaw/browser_profiles/xianyu_default/ # 闲鱼
ls ~/.catpaw/xhs_browser_profile/ # 小红书
ls ~/.catpaw/bilibili_browser_profile/ # B站
ls ~/.catpaw/douyin_browser_profile/ # 抖音
内容合规规则
闲鱼违禁词替换表
| 违禁词 | 替换词 |
|---|---|
| 高仿 | 复刻 |
| A货 | 正品 |
| 全网最低 | 优惠价 |
| 假货 | 特价商品 |
| 仿品 | 同款 |
| 代购 | 自购 |
所有平台极限词(禁止使用)
最好、第一、最低、最高、绝对、全网、史上、超越一切
B站/抖音 emoji 禁止
正文和标题中禁止任何 emoji(😀🎉等)和 Unicode 表情符号
发布顺序建议(多平台时)
- 闲鱼 - 商品类,直接发布,无审核
- 小红书 - 直接发布,无审核
- 抖音 - 进入机器审核(通常数分钟到数小时)
- B站 - 进入机器审核(通常数分钟到数小时)
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.
- 11d ago First seen · 135 lines · 77 tokens per session scan A eade6ba1a2b0
amplipost-workflow is a skill published in the GitHub repository AlanSong2077/Amplipost (45 stars, last pushed 4mo ago), licensed MIT. It adds 77 tokens to every session and 1,150 once invoked, about $0.0004 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-30.
Other skills, from other repositories
webgl-holographic-foil
A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.
general-video
Author or edit a custom HyperFrames composition when no specialized workflow fits, or when BRIEF.md sets flow: companion. Use for longer or multi-scene pieces, brand and sizzle reels, montages, static loops, static title cards, footage remixes, and freeform builds. Use motion-graphics instead for a short unnarrated…
html-ppt-hermes-cyber-terminal
OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.
html-ppt-taste-brutalist
16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).
diagnostic-stem-delivery
Audio production with diagnostic analysis, timecode parsing from documents, and verified export workflow.
chengfeng-check-updates
An environment manager for a video-editing system. It checks whether its skills and runtime—the software needed to run them—are installed and compatible.