← 返回 Skills 市场
Daily Social Media Publisher
作者
Carl Luis Olivier
· GitHub ↗
· v1.0.0
2114
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install social-media-publisher
功能描述
Daily social media posting with NewsAPI for PayLessTax & LevelUpLove
安全使用建议
This skill appears to implement the advertised social-posting workflow, but there are configuration and declaration mismatches you should resolve before installing:
- Credentials and configs: SKILL.md documents API keys (NewsAPI, Templated.io, UploadPost) but the registry shows no required env vars. Decide where secrets must be provided (CLI args, config JSONs, or env vars) and avoid pasting keys into an unclear location. Prefer using a config file passed explicitly or environment variables that your runtime environment controls.
- Config paths: The included config JSONs reference paths like data/oneliners/... whereas the repository provides oneliners/*.json. Confirm which file paths the running agent will use to avoid silent failures or accidental default behavior.
- Endpoints: The code defaults to posted endpoints (api.templated.io and api.upload-post.com). Verify these endpoints are correct and trustworthy before handing over credentials.
- Scheduling & posting frequency: SKILL.md suggests frequent automatic posting (every 2–3 hours). Ensure you want that behavior and that it won't violate platform rules or rate limits.
- Testing: Run the script in a controlled environment with test API keys / sandbox endpoints first, and inspect the output JSON (it writes a post_result file). Check that the tool only sends data to expected endpoints and that no unexpected data (system files, other credentials) are read or transmitted.
If you want to proceed, ask the publisher for clarified installation instructions (where to provide API keys) and for corrected example config files that match the shipped file layout.
功能分析
Type: OpenClaw Skill
Name: social-media-publisher
Version: 1.0.0
The skill bundle is designed for automated social media posting, fetching news, generating images, and publishing content via external APIs (NewsAPI, Templated.io, UploadPost API). The `index.py` script correctly implements this functionality, making legitimate network calls to specified endpoints using API keys loaded from local configuration files. There is no evidence of data exfiltration to unauthorized destinations, malicious execution, persistence mechanisms, or prompt injection attempts in `SKILL.md`. All file operations and network requests are directly related to the skill's stated purpose.
能力评估
Purpose & Capability
The name/description and the index.py implementation are consistent: the code fetches NewsAPI content, generates images via a templated.io endpoint, and posts via an UploadPost-style API. However, the registry metadata declares no required env vars or primary credential while SKILL.md documents multiple API keys (NEWS_API_KEY, UPLOADPOST_API_KEY, TEMPLATED_IO_KEY). That mismatch (manifest says 'none' but the skill clearly needs API credentials) is an incoherence to investigate.
Instruction Scope
The SKILL.md instructions are scoped to fetching news, generating images, and posting content. The runtime code uses only network calls to the described services and reads only provided config/oneliner files. The instructions mention scheduling triggers (OpenClaw) but scheduling itself is external; the skill's code does not attempt to read unrelated system files or extra environment variables. One minor discrepancy: SKILL.md language sometimes says 'scrape' but the code uses the NewsAPI API (not web scraping).
Install Mechanism
There is no install spec (instruction-only plus a single Python file). Nothing is downloaded or installed automatically by the skill package — lowest install risk.
Credentials
SKILL.md and index.py both rely on API credentials and config files, but the package metadata lists no required environment variables or primary credential. Additionally, SKILL.md shows env-var-style names for API keys, while index.py expects CLI args and JSON config files containing api_key fields. Config path values embedded in the provided config JSONs (e.g., oneliners_file: "data/oneliners/...") do not match the actual oneliners/ directory in the package. These mismatches increase the chance of misconfiguration and could lead users to inadvertently supply secrets in the wrong place.
Persistence & Privilege
The skill does not request permanent/always-on inclusion (always:false) and does not modify other skills or system-wide settings. It will run network calls when invoked and can be invoked autonomously (platform default), which is expected for a posting skill.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install social-media-publisher - 安装完成后,直接呼叫该 Skill 的名称或使用
/social-media-publisher触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish - NewsAPI powered daily posts
元数据
常见问题
Daily Social Media Publisher 是什么?
Daily social media posting with NewsAPI for PayLessTax & LevelUpLove. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2114 次。
如何安装 Daily Social Media Publisher?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install social-media-publisher」即可一键安装,无需额外配置。
Daily Social Media Publisher 是免费的吗?
是的,Daily Social Media Publisher 完全免费(开源免费),可自由下载、安装和使用。
Daily Social Media Publisher 支持哪些平台?
Daily Social Media Publisher 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Daily Social Media Publisher?
由 Carl Luis Olivier(@wespeakallday)开发并维护,当前版本 v1.0.0。
推荐 Skills