An advanced AI agent skill for generating high-quality technical articles and automating the publishing process on CSDN.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install csdn-publisher
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install csdn-publisher using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
CSDN Publisher is a comprehensive automation tool designed for developers and technical writers who want to maintain a consistent presence on CSDN without the manual overhead. It integrates a professional writing methodology that focuses on high-quality, personal-style technical content rather than generic AI output. As a featured part of the Openclaw Skills ecosystem, it leverages browser automation to navigate the CSDN editor, handle authentication, and ensure your content is formatted perfectly.
The skill excels at capturing a specific technical voice by referencing local style guides and existing article examples. By utilizing headless browser technology and robust session management, it provides a reliable bridge between local Markdown drafts and the live CSDN platform, allowing for a fully automated content pipeline.
First, ensure Chrome and the necessary Python dependencies are installed on your environment:
# Install Google Chrome
curl -sL "https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm" -o chrome.rpm
yum install -y ./chrome.rpm
# Install Playwright and dependencies
pip install playwright
playwright install chromium
Configure your browser settings within the Openclaw Skills framework to support headless execution:
# Update gateway configuration
{"browser": {"headless": true, "noSandbox": true}}
The skill manages several key files and directories to ensure persistence and style consistency:
| File/Path | Purpose |
|---|---|
~/.openclaw/workspace/credentials/csdn-cookie.json |
Persistent session cookies for automated login. |
scripts/inject-content.js |
Core script for injecting Markdown via CDP. |
style-guide-cn.md |
The primary reference for technical writing style and formatting. |
examples/ |
A directory of finalized articles used for few-shot learning style calibration. |
/tmp/csdn-article-YYYY-MM-DD.md |
Local fail-safe storage to prevent data loss during publishing. |
Loading
An autonomous software engineering agent designed to handle complex codebase exploration, bug fixes, and feature implementations via a specialized CLI.

ClawdVine is an agentic media network that enables AI agents to generate, monetize, and claim onchain identity through high-fidelity video content.

An isolated Kali Linux 2025.4 container designed to execute pentesting tools and high-risk commands safely away from your host machine.

A local-first accounting and expense tracking tool designed for AI agents to log purchases, manage budgets, and maintain financial audit trails.

An automated AI skill that scrapes, filters, and synchronizes the latest internet slang and memes into a structured Dify knowledge base.

A deterministic workflow manager that creates and modifies scripts using strict Git versioning and isolated Python environments.








































