← 返回 Skills 市场
claudiodrusus

Weekly Content Planner

作者 claudiodrusus · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
594
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install weekly-content-planner
功能描述
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 a simple, local Bash script that generates a markdown content calendar — it does not contact external services or require credentials. Before installing/running: (1) review the generate.sh file (it’s short and only uses date, tr, sed, awk, cat), (2) be aware it will create/overwrite content-calendar.md in the current directory, and (3) if you later pipe the output to an LLM or a scheduling tool, those downstream tools may require credentials or send data externally — review them separately. If future versions add networking, environment variables, or installers, re-evaluate those changes before use.
功能分析
Type: OpenClaw Skill Name: weekly-content-planner Version: 1.0.0 The skill bundle is benign. The `generate.sh` script safely processes user input (`TOPIC`, `AUDIENCE`) using standard shell utilities (`echo`, `tr`, `sed`, `awk`, `cat`) and heredocs. Input variables are properly quoted when passed to `echo` and are treated as literal text within heredocs, preventing shell injection. The script's sole function is to generate a local markdown file (`content-calendar.md`) based on the provided arguments, without attempting to access sensitive files, make network connections, or execute arbitrary commands. The `SKILL.md` documentation is clear and does not contain any prompt injection attempts against the OpenClaw agent.
能力评估
Purpose & Capability
The name/description (weekly social media content planner) matches the provided artifacts. The only required runtime is Bash and cat, which the SKILL.md and generate.sh legitimately use to produce content-calendar.md. No unrelated credentials, binaries, or services are requested.
Instruction Scope
SKILL.md instructs the agent/user to run ./generate.sh with a topic and optional audience. The script only formats text, uses date/sed/awk/tr, and writes a local markdown file. It does not read arbitrary system files, access environment variables, or transmit data to external endpoints.
Install Mechanism
There is no install spec (instruction-only + a single script). Nothing is downloaded or extracted. This is low-risk and consistent with the skill's functionality.
Credentials
The skill declares no required environment variables, credentials, or config paths and the code does not reference any. That matches the simple local text-generation behavior.
Persistence & Privilege
The skill is not always-enabled, does not request persistent privileges, and does not modify system-wide or other skills' configuration. It only writes a single output file in the current directory.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install weekly-content-planner
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /weekly-content-planner 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Generate a week of platform-optimized social media content
元数据
Slug weekly-content-planner
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Weekly Content Planner 是什么?

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 插件,目前累计下载 594 次。

如何安装 Weekly Content Planner?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install weekly-content-planner」即可一键安装,无需额外配置。

Weekly Content Planner 是免费的吗?

是的,Weekly Content Planner 完全免费(开源免费),可自由下载、安装和使用。

Weekly Content Planner 支持哪些平台?

Weekly Content Planner 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Weekly Content Planner?

由 claudiodrusus(@claudiodrusus)开发并维护,当前版本 v1.0.0。

💬 留言讨论