← 返回 Skills 市场
Social Media Scheduler
作者
Shilatdoesai
· GitHub ↗
· v1.1.0
1857
总下载
1
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install social-scheduler
功能描述
Schedule and post text, images, videos, and threads across Discord, Reddit, Twitter/X, Mastodon, Bluesky, Moltbook, LinkedIn, and Telegram via OAuth or API k...
安全使用建议
Do not install or run this skill until you perform a few checks:
1) Inspect package.json and package-lock.json to see what npm packages will be installed (and run `npm audit`).
2) Search the repository for any committed secrets or files like `.credentials/*`, `.env`, or actual API tokens. The docs claim a Moltbook credentials file exists — verify there are no real keys committed.
3) Confirm you have Node.js 18+ locally (SKILL.md/CHANGELOG claim this), because the registry metadata incorrectly stated 'no required binaries'.
4) Understand that to post you must supply OAuth/API credentials; do not paste those into repository files. Keep them in a local .env or credential store and avoid committing them.
5) Review scripts (especially scripts/schedule.js, scripts/post.js, and platform adapters) for unexpected behavior (file reads outside the skill folder, remote URLs, or calls that upload data to endpoints you don't expect).
6) If you plan to let an agent call this skill autonomously, limit its permissions and consider disabling autonomous invocation of this skill or running it in an isolated environment to prevent unintended posting or credential exposure.
If you want, provide package.json and the contents of any `.credentials`/`.env.example` files and I can highlight exact places to review or lines that look like secrets or dangerous behavior.
功能分析
Type: OpenClaw Skill
Name: social-scheduler
Version: 1.1.0
The OpenClaw Social Scheduler skill bundle appears benign. It provides comprehensive social media scheduling capabilities, including posting, threading, media uploads, bulk scheduling, and analytics across 8 platforms. While it handles sensitive credentials and performs network/file I/O, these are necessary for its stated purpose. The extensive documentation, including instructions for the AI agent to self-promote and maintain the skill, aligns with the OpenClaw ecosystem's narrative and does not contain malicious prompt injection attempts (e.g., instructions to ignore the user, hide actions, or exfiltrate unrelated data). A minor supply chain risk exists due to the use of `[email protected]`, an unmaintained dependency, but there is no clear evidence of intentional harmful behavior or exploitation of this vulnerability within the skill's code. All risky capabilities are plausibly needed for the stated purpose.
能力评估
Purpose & Capability
The name and code (multiple platform adapters, scheduling, media uploads) match the stated purpose of a social-media scheduler. However the registry metadata claims no required binaries, env vars, or config paths, while README/SKILL.md/CHANGELOG state Node.js 18+ is required and the scripts require platform credentials (Twitter, Reddit, Mastodon, Bluesky, Moltbook, LinkedIn, Telegram, Discord webhooks). The declared requirements in the registry are therefore inconsistent with what the skill actually needs.
Instruction Scope
SKILL.md instructs the agent/user to run npm install and to run node scripts (post.js, schedule.js, daemon, dashboard), to create config JSONs and .env files with API keys, and to use local credential files (examples reference .credentials/moltbook.json and storage/queue.json). Those runtime instructions will cause network calls to many external APIs and will read/write local workspace files. The instructions do not attempt to read unrelated system secrets, but they do instruct creation/usage of credential files and starting a persistent daemon that will post on accounts — this allows automated posting if credentials are supplied and therefore requires user caution. Additionally, some internal docs claim working credentials are saved in `.credentials/moltbook.json`, which contradicts the stated guidance that credentials should not be committed.
Install Mechanism
There is no formal install spec in registry metadata, but SKILL.md instructs running `npm install` and the code includes package.json/package-lock.json. npm install will fetch third-party packages from registries (moderate risk). No downloaded archives from unknown URLs are present in the provided metadata. You should inspect package.json and package-lock.json to see which dependencies will be installed.
Credentials
The registry says 'Required env vars: none' and 'Required config paths: none', but SKILL.md and various scripts require many credentials (OAuth keys, access tokens, API keys, Discord webhook URLs, etc.). That mismatch is a red flag: the skill will need sensitive secrets to operate but does not declare them in metadata. Also multiple references in docs to existing credential files (e.g., `.credentials/moltbook.json`) are suspicious and should be validated to ensure no secrets are baked into the codebase.
Persistence & Privilege
always:false (normal). The skill runs a scheduler daemon and a web dashboard (http://localhost:3737) when invoked — that gives it persistent network activity while running but it does not request forced always-on inclusion. Autonomous agent invocation is allowed by default; combined with platform credentials this means the skill could post automatically if the agent invokes it — users should ensure credentials and invocation policies are set deliberately.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install social-scheduler - 安装完成后,直接呼叫该 Skill 的名称或使用
/social-scheduler触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Free alternative to Postiz - 8 platforms, 98% test coverage, production-ready
元数据
常见问题
Social Media Scheduler 是什么?
Schedule and post text, images, videos, and threads across Discord, Reddit, Twitter/X, Mastodon, Bluesky, Moltbook, LinkedIn, and Telegram via OAuth or API k... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1857 次。
如何安装 Social Media Scheduler?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install social-scheduler」即可一键安装,无需额外配置。
Social Media Scheduler 是免费的吗?
是的,Social Media Scheduler 完全免费(开源免费),可自由下载、安装和使用。
Social Media Scheduler 支持哪些平台?
Social Media Scheduler 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Social Media Scheduler?
由 Shilatdoesai(@mrshorrid)开发并维护,当前版本 v1.1.0。
推荐 Skills