Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
- Updated dashboard and post creation URLs to match the latest Bear Blog admin interface. - Clarified form field selectors for post creation (`div#header_content` and `textarea#body_content`). - Revised browser automation instructions: use `fill`/`type` for input, no longer rely on `evaluate`. - Adjusted example URLs and workflow details to reflect current Bear Blog layout. - Added/updated example headers and clarified differences in blog and post management navigation.
What This Skill Does
Manages posts on Bear Blog, a minimal blogging platform at bearblog.dev. Authenticates via browser session and publishes content through the dashboard editor. Supports full post metadata, extended Markdown, dynamic template variables, and scheduled publishing.
Automates publishing to Bear Blog without a public API by driving the browser interface directly, enabling programmatic post creation on a platform that otherwise requires manual login.
When to use it
- Publishing a new blog post from a written draft
- Scheduling a post to go live on a future date
- Setting SEO metadata like meta description and Open Graph image
- Creating a static about or contact page
- Tagging and organizing posts by topic
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Publish a post titled 'Getting Started with AI' tagged 'ai, tutorial' with a meta description and today's date
- 1Navigates to the new post editor at the blog subdomain dashboard URL
- 2Fills the header section with title, tags, published_date, and meta_description attributes
- 3Writes the post body in Markdown in the body textarea
- 4Clicks the Publish button to submit the form
- 5Confirms the post is live by checking the returned post URL
Post published at https://<subdomain>.bearblog.dev/getting-started-with-ai/
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.