socialecho-social-media-management-agent

SocialEcho social media management API skill for querying team, accounts, articles, reports, upload URL, Reddit communities, Pinterest boards, and publishing posts using team API key. Use for integration checks and data pulls.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "socialecho-social-media-management-agent" with this command: npx skills add socialecho-net/social-media-autopilot-api

SocialEcho Social Media Management Agent

Use this skill to call SocialEcho external APIs with a team API key.

Prerequisites

  1. Sign up / sign in at https://app.socialecho.net/.
  2. Create a team.
  3. In Team Management, create an API key.
  4. Use explicit CLI options for auth/runtime (do not auto-read env vars):
    • --api-key (required)
    • --base-url (optional, default https://api.socialecho.net)
    • --team-id (optional; maps to X-Team-Id when set)
    • --lang (optional, default zh_CN)

Setup

cd socialecho-skills
npm ci

Runtime requirement: Node.js >=18

Commands

查询与报表(OpenAPI 约定为 GET + JSON body,脚本用 Node 原生 http(s) 发送):

./team.js --api-key YOUR_KEY
./account.js --api-key YOUR_KEY --page 1 --type 1
./article.js --api-key YOUR_KEY --page 1 --account-ids 41,42
./report.js --api-key YOUR_KEY --start-date 2026-01-01 --end-date 2026-03-24 --time-type 1 --group day --account-ids 41,42

上传与发布相关:

./upload-url.js --api-key YOUR_KEY --content-type image/png
# 或: --content_type video/mp4
./reddit-communities.js --api-key YOUR_KEY --account-id 163751
./pinterest-boards.js --api-key YOUR_KEY --account-id 163751
./publish-article.js --api-key YOUR_KEY --payload ./publish-payload.example.json

GET /v1/upload/url 的 body 必须 包含 content_type(与实际上传文件一致的 MIME)。允许值为:image/jpegimage/jpgimage/pngimage/gifimage/webpimage/bmpvideo/mp4video/avivideo/movvideo/wmvvideo/flvvideo/webmvideo/mkvvideo/3gpvideo/quicktime(详见 socialEchoApidocs_cn.md 第 5.5 节;脚本内常量 upload-url.jsCONTENT_TYPE_ENUM 同步校验)。

publish-article 的请求体字段以仓库内 openapi.json / openapi.yamlPOST /v1/publish/article 为准;请准备完整 JSON 文件并通过 --payload 传入。

Platform publish limits (copy, media, formats)

各平台文案长度、媒体数量、格式与尺寸等发布前校验规则见同目录 Markdown(与帮助中心内容对齐,供集成与运营参考):

FileLanguage
platform-publish-limits_cn.mdChinese
platform-publish-limits_en.mdEnglish

CLI:在终端打印全文到 stdout(便于管道保存或查阅):

node ./platform-limits.js
node ./platform-limits.js --lang en
# 若已全局安装本包:
# socialecho-platform-limits
# socialecho-platform-limits --lang en

Notes

  • 成功判定:HTTP 200 且响应 JSON 的 code2000(与当前对外接口约定一致)。
  • 外部 API 限流:单 Key 建议不超过 120 次/分钟;循环调用请加节流与退避。
  • 规范文件:仓库根目录同步的 默认模块.openapi.json 与 skill 内 openapi.json / openapi.yaml 内容一致(便于 Clawhub / GitHub 与 Agent 阅读)。

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

通义晓蜜 - 智能外呼

触发阿里云晓蜜外呼机器人任务,自动批量拨打电话。适用于批量外呼、客户回访、满意度调查、简历筛查约面试等场景。可从前置工具或节点获取外呼名单。

Registry SourceRecently Updated
General

Letterboxd Watchlist

Scrape a public Letterboxd user's watchlist into a CSV/JSONL list of titles and film URLs without logging in. Use when a user asks to export, scrape, or mirror a Letterboxd watchlist, or to build watch-next queues.

Registry SourceRecently Updated
General

Seedance Video Generation

Generate AI videos using ByteDance Seedance. Use when the user wants to: (1) generate videos from text prompts, (2) generate videos from images (first frame, first+last frame, reference images), or (3) query/manage video generation tasks. Supports Seedance 1.5 Pro (with audio), 1.0 Pro, 1.0 Pro Fast, and 1.0 Lite models.

Registry SourceRecently Updated
4.2K17jackycser
General

Universal Skills Manager

The master coordinator for AI skills. Discovers skills from multiple sources (SkillsMP.com, SkillHub, and ClawHub), manages installation, and synchronization...

Registry SourceRecently Updated