← 返回 Skills 市场
Social Media Scheduler
作者
claudiodrusus
· GitHub ↗
· v1.0.0
560
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install shelly-social-scheduler
功能描述
Generate a full week of social media content for any topic. Outputs platform-optimized posts for Twitter/X, LinkedIn, and Instagram with hashtags and posting...
安全使用建议
This skill is coherent and low-risk: it generates a local markdown file from the topic and optional audience and does not access the network or require secrets. Before running, inspect generate.sh (you already have it) and: 1) back up any existing content-calendar.md because the script will overwrite it; 2) run it in a dedicated directory if you want to avoid accidental file replacement; 3) note that topic normalization removes non-alphanumeric characters and lowercases tags (e.g., "Sustainable Fashion" -> #sustainablefashion), so check hashtags for readability; 4) if you plan to use an LLM as the SKILL.md suggests, be aware that piping to an external model may send your topic/audience text to that model—review that model's privacy policy before sending sensitive content.
功能分析
Type: OpenClaw Skill
Name: shelly-social-scheduler
Version: 1.0.0
The skill bundle is benign. The `generate.sh` script correctly implements its stated purpose of creating a social media content calendar in markdown format. It uses standard shell commands (`cat`, `echo`, `tr`, `sed`, `awk`, `date`) for text processing and file output. User inputs (`TOPIC`, `AUDIENCE`) are handled appropriately; `TOPIC_TAG` is sanitized, and while `AUDIENCE` is used directly, it is embedded within a heredoc that is written to a file, not executed as a shell command. There is no evidence of data exfiltration, unauthorized execution, persistence mechanisms, or prompt injection attempts against the OpenClaw agent itself in `SKILL.md` or `generate.sh`.
能力评估
Purpose & Capability
Name/description match the provided files: a small Bash script plus documentation that generate a week of platform-optimized draft posts. Required tools (bash, cat, common POSIX utilities) are proportionate to the task.
Instruction Scope
SKILL.md and generate.sh are limited to producing content-calendar.md in the current directory from the supplied topic/audience. One minor operational note: the script unconditionally writes/overwrites content-calendar.md (cat > "$OUTPUT"), so running it in a directory with an existing file will replace that file without prompting.
Install Mechanism
No install spec or external downloads; this is an instruction-only skill with an included shell script. Nothing is fetched from the network or written outside the current working directory.
Credentials
The skill requests no environment variables, no credentials, and does not read config paths. The script only reads its positional args and standard date/locale utilities.
Persistence & Privilege
The skill does not request permanent presence (always:false) and does not attempt to modify other skills or system-wide settings. It runs locally when invoked.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install shelly-social-scheduler - 安装完成后,直接呼叫该 Skill 的名称或使用
/shelly-social-scheduler触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
social-media-scheduler 1.0.0 — Initial release
- Generate a full week of platform-optimized posts for any topic or audience.
- Outputs content for Twitter/X, LinkedIn, and Instagram, including hashtags and suggested posting times.
- Follows a built-in weekly content strategy and platform-specific post guidelines.
- Creates a ready-to-edit markdown content calendar with 21 posts (7 days × 3 platforms).
- Simple usage: run a shell script with your topic and (optional) target audience.
元数据
常见问题
Social Media Scheduler 是什么?
Generate a full week of social media content for any topic. Outputs platform-optimized posts for Twitter/X, LinkedIn, and Instagram with hashtags and posting... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 560 次。
如何安装 Social Media Scheduler?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install shelly-social-scheduler」即可一键安装,无需额外配置。
Social Media Scheduler 是免费的吗?
是的,Social Media Scheduler 完全免费(开源免费),可自由下载、安装和使用。
Social Media Scheduler 支持哪些平台?
Social Media Scheduler 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Social Media Scheduler?
由 claudiodrusus(@claudiodrusus)开发并维护,当前版本 v1.0.0。
推荐 Skills