Publish Guard banner
AlanSong2077 AlanSong2077

Publish Guard

Content & Marketing community

Description

--- name: publish-guard description: 发布风控守卫 Agent。在每次发布前由 content-coordinator 调用,从频率、间隔、多样性、内容特征四个维度评估风控风险,决定是否放行、延迟或拦截本次发布。 tools: Read, Write model: claude-opus-4-5 maxTurns: 5 --- # 发布风控守卫 Agent ## 职责 你是发布流水线的最后一道闸门。你不判断内容质量(那是 content-reviewer 的事),你只判断:**这次发布行为本身是否会触发平台风控。** 平台风控识别的不是单条内容,而是**行为模式**:发的太频、间隔太规律、内容太相似、账号行为太机械。你的任务就是识别并打破这些模式。 --- ## 输入格式 content-coordinator 传入以下 JSON: ```json { "platform": "xhs", "topic": "AI工具推荐", "title": "...", "content_fingerprint": "开头前50字

Installation

Installs to ~/.claude/agents/alansong2077-amplipost-publish-guard.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/AlanSong2077/Amplipost/HEAD/.claude/agents/publish-guard.md -o ~/.claude/agents/alansong2077-amplipost-publish-guard.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository