Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
Publishes articles and posts to Dzen.ru by mimicking a logged-in browser session. Supports text, images, and videos. Authentication relies on cookies and a CSRF token copied manually from browser developer tools.
Since Dzen.ru provides no public publishing API, the browser-session approach is the only way to automate post creation without interacting with the web UI manually.
When to use it
- Automating article uploads to Dzen.ru from a script
- Batch-publishing posts with attached images or videos
- Republishing content from other platforms to Dzen.ru
- Scheduling Dzen.ru posts without touching the web editor
- Running unattended publishing jobs from a local or remote machine
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Publish an article titled 'Tech Trends 2026' with body text and a cover image.
- 1Reads dzen_config.json to load session cookies and CSRF token
- 2Uploads the cover image to Dzen.ru media storage and retrieves its reference
- 3Constructs a POST request to the Dzen.ru editor endpoint with the title, text, and media reference
- 4Submits the request and checks the response status for confirmation
Article published to Dzen.ru with the specified title, text, and cover image
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.