← 返回 Skills 市场
sipingme

Toutiao Mcp

作者 PING SI · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
205
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install toutiao-mcp-skill
功能描述
通过 MCP 协议操作今日头条平台,支持内容发布、账号管理等功能
安全使用建议
This skill delegates real work to a third‑party npm MCP server (toutiao-mcp) that will run browser automation, store session cookies locally, and read/write image and data files. Before installing or running it: 1) Review the referenced GitHub repo and the npm package code (and recent release history) to confirm it doesn't exfiltrate data or phone home to unfamiliar endpoints. 2) Treat the COOKIES_FILE as sensitive — set its path to a directory with tight permissions and avoid using high-value accounts during testing. 3) Run the MCP server in an isolated environment (container or VM) if you cannot fully audit dependencies. 4) Prefer installing from the official GitHub/npm package (not a random URL); check package integrity and recent issues. 5) Note the SKILL.md references env vars (PLAYWRIGHT_HEADLESS, COOKIES_FILE, DATA_DIR) even though the registry lists none — ensure you configure those securely. 6) Monitor network activity while testing (to detect unexpected uploads). If you cannot review the third‑party code or run it in isolation, consider this skill risky for accounts or data you care about.
功能分析
Type: OpenClaw Skill Name: toutiao-mcp-skill Version: 0.1.0 The skill bundle provides a legitimate Model Context Protocol (MCP) integration for automating the Toutiao (今日头条) platform, supporting content publishing and account management. It uses Playwright for browser automation and stores session cookies locally, which are standard requirements for its stated purpose. The instructions in SKILL.md and the reference documentation are transparent, follow best practices for manual login to handle sensitive credentials, and show no evidence of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
Name/description state it operates 今日头条 via MCP and the SKILL.md consistently describes an MCP Server (toutiao-mcp) that provides account management and publishing tools. The required browser automation (Playwright/Chromium) and Node.js >=18 are coherent with the stated functionality.
Instruction Scope
Instructions tell the agent to run an external MCP server which will open a browser for interactive login, save cookies to a local COOKIES_FILE, accept image file paths and download directories, and download images from URLs for batch publishing. Those actions are expected for a publishing automation skill, but they involve handling sensitive session cookies and reading/saving local files — so scope is broader than a pure 'API only' integration and merits caution.
Install Mechanism
The skill is instruction-only (no install spec), but the runtime doc tells users to globally install an npm package 'toutiao-mcp' and to run it. Installing and running an external npm package that controls a browser is a moderate supply‑chain risk: the package could access cookies, local files, or network endpoints. The SKILL.md points to a GitHub repo which helps auditability, but the package itself (and any transitive npm dependencies) must be reviewed before trusting.
Credentials
The registry metadata lists no required env vars, yet the SKILL.md expects configuration of PLAYWRIGHT_HEADLESS, COOKIES_FILE, DATA_DIR, LOG_LEVEL, etc. Those env vars are not secrets per se, but COOKIES_FILE will contain session tokens (sensitive). The skill requires access to local file paths (images, downloads) and browser session state — reasonable for the task but high‑sensitivity items. Because the MCP server runs separately, it will have access to those files/cookies; the skill does not declare this exposure in registry fields.
Persistence & Privilege
The skill does not request always: true and does not modify other skill configs. It instructs adding an MCP server to OpenClaw config (normal for MCP skills). No evidence the skill attempts to alter other skills or system‑wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install toutiao-mcp-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /toutiao-mcp-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
toutiao-mcp-skill v0.1.0 - Initial release of the MCP skill for 今日头条. - Supports account login, logout, and status checks. - Enables publishing of articles and micro posts (微头条), with image and tag support. - Provides batch publishing of 小红书 data to 今日头条. - Includes usage documentation, SOPs, and sample data formats. - Requires installation of the toutiao-mcp MCP server and Chromium browser.
元数据
Slug toutiao-mcp-skill
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Toutiao Mcp 是什么?

通过 MCP 协议操作今日头条平台,支持内容发布、账号管理等功能. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 205 次。

如何安装 Toutiao Mcp?

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

Toutiao Mcp 是免费的吗?

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

Toutiao Mcp 支持哪些平台?

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

谁开发了 Toutiao Mcp?

由 PING SI(@sipingme)开发并维护,当前版本 v0.1.0。

💬 留言讨论