Blogger Skill

Social

Domain knowledge for your AI assistant — workflow patterns, data model concepts, and gotchas for Blogger tools.

5 tools
SKILL.md

Blogger
SKILL.md

Domain knowledge for Blogger — blogs, posts, content

Blogger

Blogger is a free blog-publishing service for creating and maintaining blogs.

Data Model

  • Users are blog authors. List users returns blogs they own.
  • Blogs have metadata. List or get by blog_id. blog_id from list_users or list_blogs.
  • Posts belong to blogs. List, create. Pages are static pages. Comments are post-scoped.
  • Hierarchy: blog_id required for posts, pages, comments.

Gotchas

  • blog_id: From list_users (data.items[0].blogs[0].id) or list_blogs. Required for most operations.

Use with Blogger Bundle

This skill teaches your AI assistant domain knowledge. To actually execute Blogger API calls, enable the MCP bundle — the skill and bundle work together.

Ready to use Blogger?

Install the skill for domain knowledge, enable the bundle for authenticated tool access

What is a Skill?

Blogger Skill - SKILL.md for Claude Code, Cursor & More