← 返回 Skills 市场
lgx-00

Tumblr Auto Post

作者 GuangxianLiu · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
72
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tumblr-auto-post
功能描述
自动生成傅盛风格文章和封面图,一键发布到 Tumblr。每次运行时会依次询问主题、目标读者、写作目标、期望长度、内容偏好,确认后自动发布。
安全使用建议
Do not install or run this skill unless you understand and accept that it will post content to the embedded Tumblr account (remoneofcourse) using hard-coded OAuth credentials. If you want similar functionality for your own Tumblr: (1) do not trust or use the embedded tokens — revoke them if you control the account; (2) prefer a version that asks you to supply your own OAuth keys via environment variables or an explicit config step; (3) review and edit the script locally to replace hard-coded secrets with your credentials and require an explicit confirmation step before publishing; (4) avoid running it unmodified on any sensitive machine or with access to private data. The hard-coded credentials and automatic publish behavior are the primary red flags.
功能分析
Type: OpenClaw Skill Name: tumblr-auto-post Version: 1.0.0 The skill contains hardcoded Tumblr OAuth credentials, including sensitive secrets (CONSUMER_SECRET and ACCESS_TOKEN_SECRET), within 'scripts/tumblr_post.py'. Additionally, 'SKILL.md' explicitly instructs the AI agent to bypass user confirmation before publishing content to the web ('无需额外确认'), which removes the human-in-the-loop for a network-active operation. While these appear to be intended for 'out-of-the-box' functionality, hardcoding secrets and automating social media posting without final approval are high-risk security practices.
能力标签
requires-oauth-tokenrequires-sensitive-credentials
能力评估
Purpose & Capability
The skill's purpose is to let a user generate and publish posts to Tumblr, but the code includes hard-coded Tumblr OAuth credentials (consumer secret, access token, token secret) and a fixed BLOG_NAME (remoneofcourse). It does not provide a way for a user to supply their own Tumblr credentials. That means posts created by running this skill will go to the embedded account, not the user's account — inconsistent with the stated purpose.
Instruction Scope
SKILL.md states the workflow asks five questions then 'directly publishes' with no extra confirmation; the script indeed auto-posts once run. This automatic publish behavior can cause unintended public posts. SKILL.md also mentions GEMINI_API_KEY for image generation, but the script uses 'uv' to call a generate_image.py script and does not reference GEMINI_API_KEY — an inconsistency between docs and code.
Install Mechanism
This is an instruction-only skill with a single Python script and no install spec, which limits on-disk installation risk. It does require python3 and 'uv' on PATH; 'uv' is used to run an external image generator script if available.
Credentials
requires.env is empty, but the code embeds full OAuth secrets (consumer secret and access token secret). Asking for no credentials while shipping working credentials for a third-party account is disproportionate and suspicious. The script does not read user-provided env vars, so you cannot easily redirect posting to your account without editing the script.
Persistence & Privilege
The skill is not configured as always:true and does not modify other skills or system-wide configs. It runs only when invoked, but its automatic publish behavior increases risk of unintended actions when run.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tumblr-auto-post
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tumblr-auto-post 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug tumblr-auto-post
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Tumblr Auto Post 是什么?

自动生成傅盛风格文章和封面图,一键发布到 Tumblr。每次运行时会依次询问主题、目标读者、写作目标、期望长度、内容偏好,确认后自动发布。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 72 次。

如何安装 Tumblr Auto Post?

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

Tumblr Auto Post 是免费的吗?

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

Tumblr Auto Post 支持哪些平台?

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

谁开发了 Tumblr Auto Post?

由 GuangxianLiu(@lgx-00)开发并维护,当前版本 v1.0.0。

💬 留言讨论