← 返回 Skills 市场
wtl01

toutiao-article-publish

作者 wtl01 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
69
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install toutiao-article-publish
功能描述
今日头条(头条号)全链路自动发布技能。支持微头条和头条文章两种内容形式的自动化发布: 覆盖选题 → 写作 → 配图上传 → 发布全流程。 触发关键词:发布文章、头条文章、微头条、头条号发布、发布头条、写文章发布、文章配图。
安全使用建议
Key things to check before installing and using this skill: - Source trust: there is no homepage and the package includes metadata (package.json) that references scripts/dependencies which are not present. Ask the author for the missing scripts or a provenance statement before enabling the skill. - Browser profile access: the skill relies on reusing your browser profile (profile="openclaw"). That gives the agent access to any accounts already logged into that browser (cookies/session tokens). Only enable if you trust the skill and its operator, and consider testing with a browser profile/account that contains only a test Toutiao account. - Filesystem access: the workflow requires reading/uploading files from local paths (C:\tmp\openclaw\uploads and E:\自媒体\今日头条\...). Confirm you are comfortable with the agent reading those directories; if you have sensitive files on those drives, use a dedicated upload directory or a clean environment. - Scheduling/autonomy: the skill documents scheduled autonomous posting. If you enable scheduling, review and restrict schedule frequency and test behavior on a non-production account to avoid accidental mass posts or policy violations. - Missing code: package.json and README reference scripts/ and a Python test script that are not included. Request the missing files or a clear explanation (are those remnants?) and avoid running unprovided scripts. If the developer intends no install, package.json should be simplified to avoid confusion. - Content/compliance: the skill automates publishing; ensure content policies, copyright for images, and platform rules are followed to avoid account suspension. If you cannot verify the missing files or confirm the author's identity, consider not installing or only trying the skill in a sandbox/test account and environment.
功能分析
Type: OpenClaw Skill Name: toutiao-article-publish Version: 1.0.0 The skill automates content publishing on Toutiao using high-privilege browser control (CDP) and local file system access (e.g., 'C:\tmp\openclaw\uploads\'), which are risky capabilities even if plausibly needed for the stated purpose. There are notable discrepancies between files: package.json references a Python test script and version 4.0.0, while SKILL.md claims all Python dependencies were removed in version 3. Additionally, the documentation in SKILL.md contains unusual future-dated 'verified' timestamps (2026) and specific hardcoded Windows paths, which may indicate unreliable or auto-generated content.
能力评估
Purpose & Capability
The SKILL.md describes an automated Toutiao (头条号) publishing flow using the platform's built-in browser tool (CDP) and local image uploads — that is coherent with the skill name/description. However, package.json declares a dependency on 'browser-cdp' and a test script ('python scripts/toutiao_cdp_publisher.py') while no scripts/implementation files are present in the package. This discrepancy (metadata implying executable code that is not shipped) is unexpected and should be clarified.
Instruction Scope
Runtime instructions instruct the agent to reuse the user's browser profile (profile="openclaw") and to read/upload files from specific local filesystem paths (e.g., C:\tmp\openclaw\uploads\ and E:\自媒体\今日头条\{yyyy-MM-dd}\). That is functionally necessary for an automated web publish skill, but it means the agent will access browser session state (cookies/auth) and local files — sensitive operations. The SKILL.md also instructs the agent to download images from the web (unspecified sources) and to schedule autonomous runs via agentTurn. There are no instructions that appear to exfiltrate data to third-party endpoints, but the combination of browser profile reuse, filesystem access, and autonomous scheduling increases the privacy/risk surface and should be reviewed by the user.
Install Mechanism
This is instruction-only (no install spec) which is lower risk. However, package.json lists a dependency ('browser-cdp') and scripts referring to a Python script that is not included in the package manifest. The presence of dependency metadata without an install step is inconsistent: either the skill expects the 'browser-cdp' skill to be present (consistent with SKILL.md referencing built-in 'browser' tool) or package.json is leftover/incorrect. This mismatch is a red flag to verify before enabling any installation or running any referenced scripts.
Credentials
The skill declares no required environment variables or credentials, which aligns with SKILL.md (it relies on browser profile reuse rather than API keys). This is proportionate for a web-automation publisher. Still, reusing a browser profile effectively grants access to whatever accounts are logged into that profile (session cookies, CSRF tokens). The skill's access scope (local file paths and browser session) is sensitive even though no explicit secrets are requested.
Persistence & Privilege
always:false and normal autonomous invocation are used (not force-installed). The SKILL.md recommends scheduled autonomous tasks using agentTurn/sessionTarget=isolated, which is reasonable for automated publishing but raises potential for repeated autonomous actions (posting content) using the user's account. Combined with browser-profile access and filesystem uploads, periodic autonomous runs increase blast radius — verify scheduling settings and test with a throwaway account first.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install toutiao-article-publish
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /toutiao-article-publish 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
toutiao-auto-publish-pro v1.0.0 - Initial release of the Toutiao (头条号) full-chain automated publishing skill - Supports automated creation and publishing of both 头条 articles and 微头条, including topic selection, writing, image upload, and publishing - Utilizes OpenClaw's built-in browser tool for direct browser automation; reuses user browser login state (no repeated login required) - Features automated image selection/upload workflow; supports AI-driven illustration decisions and image reuse - Provides full documentation for setup, workflow, timing, and troubleshooting - No external Python script dependencies; pure browser automation toolchain
元数据
Slug toutiao-article-publish
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

toutiao-article-publish 是什么?

今日头条(头条号)全链路自动发布技能。支持微头条和头条文章两种内容形式的自动化发布: 覆盖选题 → 写作 → 配图上传 → 发布全流程。 触发关键词:发布文章、头条文章、微头条、头条号发布、发布头条、写文章发布、文章配图。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 69 次。

如何安装 toutiao-article-publish?

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

toutiao-article-publish 是免费的吗?

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

toutiao-article-publish 支持哪些平台?

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

谁开发了 toutiao-article-publish?

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

💬 留言讨论