Blog Cross-Publisher Lite
/install blog-cross-publisher-lite
Blog Publisher Lite
Publish markdown articles to Dev.to directly from a markdown file using their REST API.
Want cross-posting to Medium and Hashnode too? Upgrade to Blog Cross-Publisher (Full)
What You Need
A Dev.to API key. Get one at https://dev.to/settings/extensions
Article Format
Write your article in standard markdown. The skill extracts the title from the first # heading, tags from the *Tags:* line, and everything after --- becomes the body.
Publishing
python scripts/publish_devto.py article.md --api-key YOUR_API_KEY --publish
| Flag | What It Does |
|---|---|
--publish |
Publish immediately (omit for draft) |
--tags "seo,webdev" |
Override tags from the file |
API Details
POST https://dev.to/api/articles with api-key header and JSON body. Max 4 tags, lowercase.
Troubleshooting
- 401: API key invalid. Generate new one at dev.to/settings/extensions
- 422: Check title present, tags \x3C= 4, valid body_markdown
- 429: Rate limited. Wait 30 seconds.
Built by Apex Stack — tools for developers who ship.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install blog-cross-publisher-lite - 安装完成后,直接呼叫该 Skill 的名称或使用
/blog-cross-publisher-lite触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Blog Cross-Publisher Lite 是什么?
Publish markdown articles to Dev.to via their REST API. Use this skill whenever the user wants to publish a blog post or article to Dev.to. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 84 次。
如何安装 Blog Cross-Publisher Lite?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install blog-cross-publisher-lite」即可一键安装,无需额外配置。
Blog Cross-Publisher Lite 是免费的吗?
是的,Blog Cross-Publisher Lite 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Blog Cross-Publisher Lite 支持哪些平台?
Blog Cross-Publisher Lite 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Blog Cross-Publisher Lite?
由 apex-stack-ai(@apex-stack-ai)开发并维护,当前版本 v1.0.0。