LaunchKit · 2026
Back to Skills

Publish articles and posts to Dzen.ru (Yandex Zen)

0
0 downloads
by @ruslanlanket

Setup & Installation

openclaw skills install @ruslanlanket/dzen

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install dzen

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.

INPUT

User asks: Publish an article titled 'Tech Trends 2026' with body text and a cover image.

AGENT
  1. 1Reads dzen_config.json to load session cookies and CSRF token
  2. 2Uploads the cover image to Dzen.ru media storage and retrieves its reference
  3. 3Constructs a POST request to the Dzen.ru editor endpoint with the title, text, and media reference
  4. 4Submits the request and checks the response status for confirmation
OUTPUT

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.

Dzen.ru accountSession cookies copied from browser Developer Tools after logging in to dzen.ruCSRF token copied from browser Developer Tools after logging in to dzen.ru