Schedule and manage social media posts via Metricool API. Use when posting to multiple platforms (LinkedIn, X, Bluesky, Threads, Instagram), checking scheduled posts, or analyzing social metrics.
通过 Metricool 的 API 将帖子安排到多个社交平台。
从 Metricool 仪表盘获取您的 Metricool API 令牌。
在 ~/.moltbot/moltbot.json 中添加环境变量:
json
{
env: {
vars: {
METRICOOLUSERTOKEN: your-api-token,
METRICOOLUSERID: your@email.com
}
}
}
或者在您的工作区 .env 文件中添加:
METRICOOLUSERTOKEN=your-api-token
METRICOOLUSERID=your@email.com
列出已关联的品牌及其博客 ID:
bash
node skills/metricool/scripts/get-brands.js
node skills/metricool/scripts/get-brands.js --json
bash
node skills/metricool/scripts/schedule-post.js {
platforms: [linkedin, x, bluesky, threads, instagram],
text: 您的帖子内容,
datetime: 2026-01-30T09:00:00,
timezone: America/New_York,
blogId: YOURBLOGID
}
参数说明:
按平台区分的文本:
json
{
text: {
linkedin: 包含更多细节的完整 LinkedIn 帖子...,
x: 不超过 280 字符的简短 X 帖子,
bluesky: 不超过 300 字符的 Bluesky 版本,
threads: 不超过 500 字符的 Threads 版本,
instagram: 带 #标签 的 Instagram 帖子
}
}
bash
node skills/metricool/scripts/list-scheduled.js
node skills/metricool/scripts/list-scheduled.js --start 2026-01-30 --end 2026-02-05
bash
node skills/metricool/scripts/best-time.js linkedin
node skills/metricool/scripts/best-time.js x
| 平台 | 限制 |
|---|---|
| 3,000 | |
| X/Twitter |
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 metricool-1776378988 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 metricool-1776378988 技能
skillhub install metricool-1776378988
文件大小: 11.52 KB | 发布时间: 2026-4-17 15:17