← Back to Skills Marketplace
205
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install toutiao-mcp-skill
Description
通过 MCP 协议操作今日头条平台,支持内容发布、账号管理等功能
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install toutiao-mcp-skill - After installation, invoke the skill by name or use
/toutiao-mcp-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Toutiao Mcp?
通过 MCP 协议操作今日头条平台,支持内容发布、账号管理等功能. It is an AI Agent Skill for Claude Code / OpenClaw, with 205 downloads so far.
How do I install Toutiao Mcp?
Run "/install toutiao-mcp-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Toutiao Mcp free?
Yes, Toutiao Mcp is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Toutiao Mcp support?
Toutiao Mcp is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Toutiao Mcp?
It is built and maintained by PING SI (@sipingme); the current version is v0.1.0.
More Skills