← Back to Skills Marketplace
403
Downloads
0
Stars
3
Active Installs
1
Versions
Install in OpenClaw
/install personal-toutiao-pub
Description
今日头条微头条自动发布工具。触发词:"发布头条"、"发微头条"、"头条发布
Usage Guidance
This skill will connect to your locally running Chrome (via --remote-debugging-port=9222) so it can reuse your logged-in Toutiao session — that grants the script access to browser contexts, cookies, and tabs. Before installing or running: 1) Review and, if desired, edit DEFAULT_CONTENT in toutiao_publish.py so it does not publish a self-referential or unexpected message. 2) Test on a disposable/dummy account first. 3) Do not leave Chrome started with remote debugging open on an untrusted network or machine. 4) Be cautious about allowing autonomous agent invocation (disable autonomous calls if you do not want the agent to publish without an explicit prompt). 5) If uncertain, run the script manually and inspect its behavior rather than giving it broad automatic permissions.
Capability Analysis
Type: OpenClaw Skill
Name: personal-toutiao-pub
Version: 1.0.0
The skill bundle is a legitimate automation tool for publishing content to the Toutiao (今日头条) platform. It uses Playwright to connect to a local Chrome instance via the remote debugging port (9222) to reuse existing login sessions, a process clearly documented in SKILL.md and implemented transparently in toutiao_publish.py. The script includes features like smart login waiting, image uploading, and automated screenshot capture to the user's desktop, all of which align with its stated purpose without any evidence of data exfiltration or malicious intent.
Capability Assessment
Purpose & Capability
Name/description (auto-publish to 今日头条) matches the code and SKILL.md: the script uses Playwright and connects to a local Chrome remote-debugging port to reuse login state, opens the Toutiao publishing page, fills content, uploads images, and saves screenshots. Connecting to local Chrome is necessary for reusing a logged-in session for this task.
Instruction Scope
The SKILL.md and script direct the agent/user to start Chrome with --remote-debugging-port and the script connects over CDP to the user's browser, giving it access to browser contexts/tabs/cookies. The script reads text files/images from disk and writes screenshots to ~/Desktop. The default content (DEFAULT_CONTENT) auto-inserts a self-referential message that would be published to the user's account unless overridden; the script also automatically extends short content with additional text. These behaviors could publish unexpected content and expose browser session data.
Install Mechanism
No automated install spec is included (instruction-only install). SKILL.md tells user to pip install playwright and run playwright install chromium. That's a standard dependency for this script but it requires the user to run package installation themselves; no remote downloads or obscure URLs are used in the package instructions.
Credentials
The skill requests no environment variables or external credentials. However, it demands access to the local Chrome debug port (localhost:9222), which effectively grants the script access to browser session state; this is proportionate to reuse-of-login but is a high-privilege access that should be considered sensitive.
Persistence & Privilege
Skill is not always-on and is user-invocable. Model invocation is allowed (normal), so an agent could call this skill autonomously. Combined with its ability to connect to the local browser session, autonomous invocation increases risk (the script could act using the user's logged-in accounts). There is no evidence the skill modifies other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install personal-toutiao-pub - After installation, invoke the skill by name or use
/personal-toutiao-pub - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of personal-toutiao-pub:
- Automatically publishes micro-posts to 今日头条 using local Chrome login state.
- Waits intelligently for login if not already authenticated.
- Expands content to at least 100 characters if needed.
- Supports image uploads, file input, and saves screenshots of successful posts.
- Provides command-line interface with multiple publishing options and troubleshooting guidance.
Metadata
Frequently Asked Questions
What is Personal Toutiao Pub?
今日头条微头条自动发布工具。触发词:"发布头条"、"发微头条"、"头条发布. It is an AI Agent Skill for Claude Code / OpenClaw, with 403 downloads so far.
How do I install Personal Toutiao Pub?
Run "/install personal-toutiao-pub" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Personal Toutiao Pub free?
Yes, Personal Toutiao Pub is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Personal Toutiao Pub support?
Personal Toutiao Pub is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Personal Toutiao Pub?
It is built and maintained by Chellen (@chellen021); the current version is v1.0.0.
More Skills