← 返回 Skills 市场
kryzl19

Social Post Generator Agent

作者 KRYZL19 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
133
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install social-post-generator-agent
功能描述
Take a blog post URL or text and generate social media posts from it. Use when repurposing content for Twitter, LinkedIn, or creating promotional posts.
安全使用建议
This skill is internally consistent and appears benign, but review before use: 1) The scripts fetch whatever URL you pass with curl — avoid pointing it at internal/private endpoints or URLs that require authentication (could leak internal content to the terminal). 2) The SKILL.md mentions a --dry-run flag, but the provided scripts don't implement it; expect the scripts to always print output and create a cache directory under the skill folder. 3) The scripts use grep -P (PCRE); some environments' grep builds lack -P and extraction may fail. 4) No credentials are requested, but generated content comes from source text — check that source content doesn't contain sensitive PII you wouldn't want copied into social posts. If you plan to run this in an automated agent with network access, consider the implications of allowing the agent to fetch arbitrary URLs.
功能分析
Type: OpenClaw Skill Name: social-post-generator-agent Version: 1.0.0 The skill bundle is a legitimate tool for generating social media content from URLs or text files. It uses standard utilities like curl, grep, and sed to extract metadata and body text to populate hardcoded post templates. No evidence of data exfiltration, malicious execution, or prompt injection was found in scripts/generate.sh, scripts/hook.sh, or scripts/thread.sh.
能力评估
Purpose & Capability
Name/description (generate social media posts from an article) matches the provided scripts and declared requirement (curl). Requiring curl is appropriate because the scripts fetch URLs.
Instruction Scope
Runtime instructions are scoped to reading an input URL or file, fetching content with curl, extracting text, and printing generated posts. Minor inconsistencies: SKILL.md mentions a --dry-run flag but none of the scripts implement option parsing for --dry-run; SKILL.md also mentions 'web_fetch' while the scripts use curl (equivalent in effect). The scripts only read the provided input file/URL and create a local cache directory under the skill directory; they do not transmit data to third-party endpoints beyond the initial curl fetch of the user-supplied URL.
Install Mechanism
No install spec; instruction-only plus included shell scripts. Nothing is downloaded or written outside the skill's directory except the created cache directory. This is low-risk compared with remote installers.
Credentials
No required secrets or credentials. The scripts honor optional environment variables documented in SKILL.md (PLATFORM, TONE, BRAND_NAME, HASHTAGS). No unrelated env vars or credential access is requested.
Persistence & Privilege
always is false and the skill does not request elevated persistence. Scripts create and use a cache directory under the skill folder only and do not modify system or other-skill configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install social-post-generator-agent
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /social-post-generator-agent 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of Social Post Generator. - Generate 5 social media posts from a blog post URL or text for Twitter or LinkedIn. - Create formatted Twitter threads and viral hooks from article content. - Supports platform, tone, brand attribution, and custom hashtag configuration via environment variables. - Outputs copy-paste ready content tailored to platform requirements with hashtag suggestions.
元数据
Slug social-post-generator-agent
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Social Post Generator Agent 是什么?

Take a blog post URL or text and generate social media posts from it. Use when repurposing content for Twitter, LinkedIn, or creating promotional posts. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 133 次。

如何安装 Social Post Generator Agent?

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

Social Post Generator Agent 是免费的吗?

是的,Social Post Generator Agent 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Social Post Generator Agent 支持哪些平台?

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

谁开发了 Social Post Generator Agent?

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

💬 留言讨论