← 返回
未分类 Key 中文

Social media autopilot

SocialEcho social media management API skill for querying team, accounts, articles, reports, upload URL, Reddit communities, Pinterest boards, and publishing...
SocialEcho 社交媒体管理 API 技能,用于查询团队、账户、文章、报告、上传链接、Reddit 社区、Pinterest 看板以及发布内容。
socialecho-net socialecho-net 来源
未分类 clawhub v1.3.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 443
下载
💾 0
安装
1
版本
#latest

概述

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 阅读)。

版本历史

共 1 个版本

  • v1.3.0 当前
    2026-05-03 07:46 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

content-creation

Humanizer

biostartechnology
消除AI写作痕迹,使文本更自然真实。基于维基百科"AI写作特征"指南,识别并修正夸张象征、宣传用语、肤浅-ing分析、模糊归因、破折号滥用、三项排比、AI词汇、负面平行结构及冗长连接词等模式。
★ 910 📥 208,105
content-creation

Marketing Mode

thesethrose
{"answer":"营销模式整合23项全能技能,涵盖策略、心理、内容、SEO、转化优化及付费增长。适用于营销策略、文案、SEO、转化优化、付费广告及各类营销战术需求。"}
★ 161 📥 25,146
content-creation

humanizer-zh

liuxy951129-cpu
去除文本中的 AI 生成痕迹。适用于编辑或审阅文本,使其听起来更自然、更像人类书写。 基于维基百科的"AI 写作特征"综合指南。检测并修复以下模式:夸大的象征意义、 宣传性语言、以 -ing 结尾的肤浅分析、模糊的归因、破折号过度使用、三段
★ 63 📥 29,715