← Back to Skills Marketplace
236
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install toutiaodraft
Description
Batch upload content or markdown-formatted drafts to the Toutiao micro-headline draft box, including optional images and automatic saving.
Usage Guidance
This skill appears to do what it claims: parse user text/Markdown, download optional images, and use a browser automation tool to create drafts on mp.toutiao.com. Before installing or running it, ensure you: (1) are comfortable that the agent/browser session used is logged into the correct Toutiao account (automated posting uses that session), (2) only include image URLs you trust (the skill downloads them to /tmp), and (3) test with a small number of non-sensitive drafts to confirm selectors and buttons still match the site (site changes can cause unintended behavior). If you need stronger guarantees, inspect or run the agent in a sandboxed environment so temporary files and the browser session are isolated.
Capability Analysis
Type: OpenClaw Skill
Name: toutiaodraft
Version: 1.0.0
The skill is a functional automation tool designed to batch upload content and images to the Toutiao (今日头条) creator platform. It follows a clear workflow of parsing markdown, downloading images to a temporary local directory (/tmp/openclaw/uploads/), and using browser automation to interact with the official site (mp.toutiao.com). No evidence of malicious intent, data exfiltration, or prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description (upload drafts to Toutiao) match the instructions: controlling a browser to fill the editor, upload images, and save drafts on mp.toutiao.com. Required artifacts (image URLs, temporary local files, browser control) are expected for this task.
Instruction Scope
Instructions are scoped to parsing user-provided markdown, downloading optional image URLs, manipulating the Toutiao editor via a browser tool, and saving drafts. Note: the skill explicitly downloads external image URLs to /tmp/openclaw/uploads/ and uses the user's logged-in browser session — these are expected for uploading but have privacy implications (you should trust the image sources and the account used). The instructions do not ask for unrelated files, system credentials, or external endpoints beyond the image hosts and Toutiao.
Install Mechanism
No install spec or code files are present (instruction-only). Nothing is downloaded or written to disk by an installer, lowering installation risk.
Credentials
The skill declares no environment variables, credentials, or config paths. The only runtime requirement is that the user be logged into the Toutiao creator platform in the browser used by the agent — this is proportional to the stated purpose.
Persistence & Privilege
always is false and the skill does not request persistent/system-wide changes or access to other skills' configurations. It operates per invocation via browser automation and temporary file storage.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install toutiaodraft - After installation, invoke the skill by name or use
/toutiaodraft - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
批量上传内容到今日头条微头条草稿箱
Batch upload content to Today's Headlines Micro-headlines draft box
Metadata
Frequently Asked Questions
What is toutiao draft?
Batch upload content or markdown-formatted drafts to the Toutiao micro-headline draft box, including optional images and automatic saving. It is an AI Agent Skill for Claude Code / OpenClaw, with 236 downloads so far.
How do I install toutiao draft?
Run "/install toutiaodraft" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is toutiao draft free?
Yes, toutiao draft is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does toutiao draft support?
toutiao draft is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created toutiao draft?
It is built and maintained by tanlvxu (@tanlvxu); the current version is v1.0.0.
More Skills