dzenPublish articles and posts to Dzen.ru (Yandex Zen). Supports text, images, and videos. Requires session cookies and a CSRF token from a logged-in browser session.
Install via ClawdBot CLI:
clawdbot install RuslanLanket/dzenThis skill allows you to programmatically publish content to Dzen.ru using a browser-mimic approach.
Dzen does not provide a public API for posting. This skill uses your active browser session.
dzen.ru (e.g., entry, list, or even the main page).Cookie header. Copy its value.x-csrf-token header. Copy its value.Create a file named dzen_config.json in the workspace with the following structure:
{
"cookies": {
"SESSION_ID": "your_session_id_from_cookies",
"zen_sso_checked": "...",
"...": "..."
},
"csrf_token": "your_csrf_token"
}
Use the publish.py script to create a post.
python3 scripts/publish.py --title "My Title" --text "My Content" --media image.jpg video.mp4 --config dzen_config.json
.jpg, .jpeg, .png, .webp, .gif..mp4, .mov, .avi, .mkv.Media files are uploaded automatically before the final publication.
X-Csrf-Token matches the one in your config. It is mandatory for all POST requests.AI Usage Analysis
Analysis is being generated… refresh in a few seconds.
Fetch and read transcripts from YouTube videos. Use when you need to summarize a video, answer questions about its content, or extract information from it.
Fetch and summarize YouTube video transcripts. Use when asked to summarize, transcribe, or extract content from YouTube videos. Handles transcript fetching via residential IP proxy to bypass YouTube's cloud IP blocks.
Browse, search, post, and moderate Reddit. Read-only works without auth; posting/moderation requires OAuth setup.
Interact with Twitter/X — read tweets, search, post, like, retweet, and manage your timeline.
LinkedIn automation via browser relay or cookies for messaging, profile viewing, and network actions.
Search YouTube videos, get channel info, fetch video details and transcripts using YouTube Data API v3 via MCP server or yt-dlp fallback.