with one click
devto-publishing
Write and publish tech articles to Dev.to.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Write and publish tech articles to Dev.to.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Treat the Obsidian vault as operational memory, not just note storage. Focus on retrieval quality, metadata integrity, and safe consolidation.
Advanced Obsidian knowledge management using callouts, properties, and wikilinks. Aligned with the Gold Standard.
Write X/Twitter posts, tweet drafts, shitposts, and short threads for engineering or startup topics. Use this when the user asks for a tweet, X post, shitpost, post draft, or wants social copy for Twitter/X. Always return 3 distinct variants, each inside its own code block, unless the user explicitly asks for one.
Send messages to Discord channels via webhook or bot
Where logs live and when to write them — errors, daily, system
Modify your own source code, understand project structure, add new features.
| name | Dev.to Publishing |
| description | Write and publish tech articles to Dev.to. |
| metadata | {"openclaw":{"emoji":"📝","requires":{"env":["DEVTO_API_KEY"]},"always":false}} |
Allows the bot to write, edit, and publish articles to Dev.to.
Requires DEVTO_API_KEY in .env.
Key can be generated at https://dev.to/settings/extensions.
post_devto_article(title, content, tags, published)Creates a new article.
title: Title of the articlecontent: Markdown bodytags: List of tags (e.g. ["python", "bot"])published: True to publish, False for draft (default)list_devto_articles()Lists your recent published articles.
update_devto_article(id, ...)Update an article by ID.
published=False (draft) unless the user explicitly orders you to "publish immediately".published=True..env values or private IPs in articles.