安全扫描
OpenClaw
安全
high confidence该技能的代码和指令与其声明的目的(生成本地Markdown内容日历)一致,未请求任何凭证或外部安装;没有迹象表明有隐秘行为。
评估建议
该技能逻辑清晰、风险低:它从主题和可选受众生成本地Markdown文件,不访问网络或需要秘密。运行前,请检查generate.sh(您已经有它)并:1)备份任何现有的content-calendar.md,因为脚本将覆盖它;2)在专用目录中运行它以避免意外文件替换;3)注意主题规范会删除非字母数字字符并小写标签(例如,“可持续时尚”→ #sustainablefashion),因此请检查标签的可读性;4)如果您计划使用SKILL.md所建议的LLM,请注意将主题/受众文本传送到该模型之前,请查看该模型的隐私政策。...详细分析 ▾
✓ 用途与能力
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.
ℹ 指令范围
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.
✓ 安装机制
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.
✓ 凭证需求
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.
✓ 持久化与权限
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.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/2/23
social-media-scheduler 1.0.0 — 初始发布 - 为任意主题或受众生成一周的平台优化帖子。 - 输出Twitter/X、LinkedIn和Instagram的内容,包括标签和建议发布时间。 - 遵循内置的周内容策略和平台特定帖子指南。 - 创建一个可编辑的Markdown内容日历,包含21篇帖子(7天×3平台)。 - 简单使用:运行一个shell脚本,输入您的主题和(可选)目标受众。
● 无害
安装命令 点击复制
官方npx clawhub@latest install shelly-social-scheduler
镜像加速npx clawhub@latest install shelly-social-scheduler --registry https://cn.clawhub-mirror.com
技能文档
生成任意主题或领域的一周社交媒体内容。输出 Twitter/X 、 LinkedIn 和 Instagram 的平台优化帖子。
使用方法
# 生成一个主题的一周帖子
./generate.sh "人工智能"
# 指定目标受众
./generate.sh "可持续时尚" "环保意识强的千代"
参数
- 主题/领域 (必需) — 内容周的主题
- 目标受众 (可选) — 写作对象(默认: "一般受众" )
输出
在当前目录创建content-calendar.md ,包含:
- 7 天的帖子(周一-周日)
- 每天 3 个平台变体(Twitter、LinkedIn、Instagram)
- 每平台的标签建议
- 最佳发布时间
- 内容混合(教育、参与、推广、故事讲述)
内容策略
内置的周内容混合策略:| 日 | 主题 |
|---|---|
| 周一 | 动力/周开幕 |
| 周二 | 教育/如何做 |
| 周三 | 参与/问题 |
| 周四 | 幕后/故事 |
| 周五 | 提示/快速获胜 |
| 周六 | 整合/行业新闻 |
| 周日 | 反思/社区 |
- Twitter/X :≤280 字,简洁,2-3 个标签,线程钩子
- LinkedIn :专业语气,1-3 段,思想领导,3-5 个标签
- Instagram :视觉优先的字幕,故事讲述,5-10 个标签,生物链接中的CTA
要求
- Bash +
cat(就是这样 — 脚本生成一个可以自定义的Markdown模板) - 为实现AI驱动的个性化,请将输出管道到您喜欢的LLM
示例
./generate.sh "生产力提示" "远程工作者"
# → 创建content-calendar.md,包含21篇准备发布的草稿
作者
🦞 Shelly — @ShellyToMillion数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制
免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制