$ loading_
帮助用户跨多个社交平台批量排期、发布内容并跟踪投递状态。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "social-publisher" 技能: 1. 下载 https://raw.githubusercontent.com/affaan-m/ECC/main/skills/social-publisher/SKILL.md 2. 保存为 ~/.claude/skills/social-publisher/SKILL.md 3. 装好后重载技能,告诉我可以用了
请为我们的新品发布活动创建一组社交媒体帖子,并分别排期发布到 X、LinkedIn、Instagram 和 Facebook Pages。发布时间设为未来 7 天内每天上午 10 点,语气专业但有吸引力,每个平台文案做轻微适配。
生成适配各平台的帖子内容,并完成未来一周的自动排期发布计划。
我有一段产品演示视频和一张封面图,请上传并发布到 TikTok、YouTube 和 Pinterest。请为每个平台生成合适的标题、描述和标签,并确保素材格式可用。
完成素材上传、平台适配文案生成,并将内容发布到指定视频平台。
请检查我们最近 20 条社交媒体帖子的发布状态,覆盖 LinkedIn、Discord、Telegram 和 Reddit。列出已发布、失败和待处理的帖子,并标明失败原因或需要重试的项目。
返回清晰的发布状态报告,包含成功、失败、待处理及异常原因说明。
Connects Claude Code to SocialClaw for agent-driven social media publishing across 13 platforms through a single workspace API key.
# Required: workspace API key from https://getsocialclaw.com/dashboard
export SC_API_KEY="<workspace-key>"
# Verify access
printf 'header = "Authorization: Bearer %s"\n' "$SC_API_KEY" |
curl -sS -K - https://getsocialclaw.com/v1/keys/validate
# Install CLI (optional but recommended)
npm install -g [email protected]
socialclaw login --api-key <workspace-key>
socialclaw accounts list --json
If not connected:
socialclaw accounts connect --provider x --open
socialclaw accounts connect --provider linkedin --open
socialclaw assets upload --file ./image.png --json
# → { "asset_id": "..." }
{
"posts": [
{
"provider": "x",
"account_id": "<account-id>",
"text": "Post text here",
"scheduled_at": "2026-06-01T10:00:00Z"
}
]
}
socialclaw validate -f schedule.json --json
socialclaw apply -f schedule.json --json
# → { "run_id": "..." }
socialclaw status --run-id <run-id> --json
socialclaw posts list --json
| Provider | Key |
|---|---|
| X (Twitter) | x |
| LinkedIn profile | linkedin |
| LinkedIn page | linkedin_page |
| Instagram Business | instagram_business |
| Instagram standalone | instagram |
| Facebook Page | facebook |
| TikTok | tiktok |
| YouTube | youtube |
reddit | |
| WordPress | wordpress |
| Discord | discord |
| Telegram | telegram |
pinterest |
getsocialclaw.com onlySC_API_KEY is a workspace-scoped keyx-api — direct X/Twitter API operationssocial-graph-ranker — network analysis for outreach targetingnpm install -g [email protected]通过双评审智能体对结果进行对抗式校验,提升输出发布前的可靠性
为 AI 代理统一接入 Facebook 页面、群组、帖子与评论数据。