← 返回 Skills 市场
nollio

Content Creator Pro

作者 Nollio · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ⚠ suspicious
129
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install normieclaw-content-creator-pro
功能描述
You have something to say but crafting platform-perfect posts for X, LinkedIn, Instagram, and TikTok is a full-time job. Content Creator Pro learns your bran...
安全使用建议
This skill appears to do what it says: local-first content generation with brand profiles saved as JSON. Before installing: 1) Inspect the files yourself (data files are plain JSON) and confirm you are comfortable keeping brand data locally. 2) If you plan to use web_fetch or paste URLs, only allow explicit https:// URLs you trust — the skill's doc enforces this but you should still supervise fetched content. 3) Review scripts/export-calendar.sh — it contains a workspace-detection bug that will cause it to fail; fix or test the script before relying on exports. 4) SETUP-PROMPT runs a find over $HOME to locate the skill package — verify the discovered SKILL_DIR before copying to avoid accidental file operations. 5) If you later deploy the dashboard or a hosted DB, treat that as a separate integration that will require credentials and network access; review the dashboard code and hosting choices carefully. Overall, there are no red flags of credential exfiltration or hidden network calls in the packaged files — the issues found are implementation bugs and usability items rather than malicious behavior.
功能分析
Type: OpenClaw Skill Name: normieclaw-content-creator-pro Version: 1.0.3 The Content Creator Pro skill bundle is a legitimate social media management tool that aligns with its stated purpose. It includes robust security guardrails in SKILL.md, such as explicit prompt-injection defenses and strict rules against exfiltrating sensitive brand data to external URLs. The bundle follows security best practices by instructing the agent to set restrictive file permissions (chmod 600/700) and includes a SECURITY.md audit. While the export-calendar.sh script contains a logic error in its directory traversal that prevents it from executing correctly, this appears to be a non-malicious bug rather than a vulnerability or intentional harm.
能力评估
Purpose & Capability
The skill's name and description (multi-platform content generation, brand voice learning, calendar exports) match the included files and instructions. It requests no environment variables or external credentials, keeps data in local JSON files, and does not require network access by default. The dashboard and DB schema are optional companion artifacts (for users who choose to build a hosted dashboard) and do not contradict the offline-first claim.
Instruction Scope
SKILL.md limits runtime activity to reading/writing files under the skill workspace (data/*.json, config/), running the provided export script, and optionally using web_fetch/web_search when the user explicitly asks to fetch a URL. It also includes an explicit prompt-injection defense telling the agent to treat external content as data-only. Minor concerns: examples and prose describe fetching external URLs and extracting content (which is expected behavior when the user asks) — make sure you only allow web fetches for explicit, safe https:// URLs. Also, SETUP-PROMPT uses a find command that scans $HOME for the skill package directory (intended to locate the skill copy) — this is not a secret exfiltration action but it may search the filesystem, so inspect the path it finds before copying.
Install Mechanism
There is no remote installer; the skill is instruction-only and uses local scripts. That is low risk. The provided export-calendar.sh is included as a local script and requires jq (documented). Note: export-calendar.sh contains a workspace-detection loop that will always reach '/' and then exit (appears to be a logic bug) — the script as packaged will likely immediately error instead of locating the skill directory; this is an implementation bug rather than malicious behavior.
Credentials
The skill declares zero required env vars, no credentials, and no config paths outside its workspace. All file permissions/chmod operations in SETUP-PROMPT are scoped to the skill workspace and intended to lock down data files (chmod 700/600). Nothing requests unrelated credentials or broad system access.
Persistence & Privilege
The skill does not request permanent 'always' inclusion and does not modify other skills or system-wide settings. Setup creates/locks files inside the skill folder only. Autonomous invocation is allowed by default (normal for skills) but not combined with broad privileges or credential access.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install normieclaw-content-creator-pro
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /normieclaw-content-creator-pro 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
v1.0.3: Security fixes: confined scripts to skill directory, removed filesystem traversal from setup
v1.0.2
v1.0.2: MIT license, cleaned descriptions, removed cross-sell
v1.0.1
Added rich descriptions and frontmatter.
v1.0.0
Initial publish from NormieClaw.ai - Free OpenClaw skills for everyone.
元数据
Slug normieclaw-content-creator-pro
版本 1.0.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

Content Creator Pro 是什么?

You have something to say but crafting platform-perfect posts for X, LinkedIn, Instagram, and TikTok is a full-time job. Content Creator Pro learns your bran... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 129 次。

如何安装 Content Creator Pro?

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

Content Creator Pro 是免费的吗?

是的,Content Creator Pro 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Content Creator Pro 支持哪些平台?

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

谁开发了 Content Creator Pro?

由 Nollio(@nollio)开发并维护,当前版本 v1.0.3。

💬 留言讨论