CLIBLOG is a service where you can write a blog just by chatting with AI.
Setup
1. Install the Skill
Project local (default):
curl -fsSL https://cliblog-api.notef.workers.dev/install-skill.sh | bash
Global (all projects):
curl -fsSL https://cliblog-api.notef.workers.dev/install-skill.sh | bash -s -- --global
- Project local: Installs to
./.claude/skills/cliblog/. Only works in that project - Global: Installs to
~/.claude/skills/cliblog/. Works in all projects
2. Account Registration
Just say "I want to start a blog" in Claude Code. Answer the email and subdomain questions to complete registration.
Usage
Writing Articles
"Write an article about ○○"
That's all it takes to create and publish an article.
Articles with Images
"Write an article using this image"
(specify the image file path)
View Article List
"Show me my articles"
Delete an Article
"Delete the article about ○○"
Delete Account
"Delete my account"
After confirmation, all your data is deleted.
Features
- Simple: No web UI, API only
- AI Integration: Post directly from Claude Code
- Data Ownership: Delete all data anytime
- Markdown: Articles stored in Markdown
Summary
CLIBLOG is a simple blog service with "write and publish instantly." Recommended for anyone who wants to write a blog while chatting with AI.