Amplipost: Skill for Claude Code

.claude/skills/amplipost-workflow/SKILL.md

amplipost-workflow is a skill for Claude Code from AlanSong2077/Amplipost. It costs 77 tokens per session (1,150 once invoked), scanned A, original, MIT.

A publishing workflow for Amplipost that uses scripts to send text, images, and listings to several social platforms.

In plain words
What is it for?
It helps publish to Xianyu, Xiaohongshu, Bilibili, and Douyin, including product listings, illustrated posts, articles, and automatically generated images.
Why use it?
It records the required commands, text limits, image options, and fallback script locations so publishing tasks follow the expected format.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: built for openclaw.

This is AlanSong2077/Amplipost's own configuration. It tells Claude Code how to work on Amplipost itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything Amplipost configures →

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/AlanSong2077/Amplipost/main/.claude/skills/amplipost-workflow/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/AlanSong2077/Amplipost

Made for: Claude Code.

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 amplipost-workflow

README.md
[![agentmods](https://agentmods.dev/badge/skills/alansong2077/amplipost/amplipost-workflow/github.svg)](https://agentmods.dev/skills/alansong2077/amplipost/amplipost-workflow)
Your own site
<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.

agentmods 80×15 button for amplipost-workflow

Your own site · 80×15
<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>
Per session 77 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,150 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.00077 $0.01150
Opus 5 $0.00039 $0.00575
Sonnet 5 $0.00015 $0.00230
Haiku 4.5 $0.00008 $0.00115

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

Security

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.

.claude/skills/amplipost-workflow/SKILL.md · 135 lines

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 表情符号


发布顺序建议(多平台时)

  1. 闲鱼 - 商品类,直接发布,无审核
  2. 小红书 - 直接发布,无审核
  3. 抖音 - 进入机器审核(通常数分钟到数小时)
  4. B站 - 进入机器审核(通常数分钟到数小时)

Read the full file on GitHub · 135 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. 11d ago First seen · 135 lines · 77 tokens per session scan A eade6ba1a2b0

Subscribe to this mod's changes

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.

Related

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.

nexu-io/open-design · 41 tokens

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…

heygen-com/hyperframes · 92 tokens

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.

nexu-io/open-design · 53 tokens

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

nexu-io/open-design · 78 tokens

diagnostic-stem-delivery

Audio production with diagnostic analysis, timecode parsing from documents, and verified export workflow.

HKUDS/OpenSpace · 23 tokens

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.

Agentchengfeng/chengfeng-videocut-skills · 120 tokens