content-creator

Installation
SKILL.md

Content Creator

Draft and create a new blog post on JSONPlaceholder.

Steps

  1. Identify the author: If a user ID is provided, use get_user to fetch their profile. If not, use list_users to show available authors and ask the user to pick one.
  2. Draft the post: Based on the user's topic/instructions, compose a title and body.
  3. Create the post using create_post with the title, body, and user_id.
  4. Fetch the author's other posts using list_posts filtered by user_id for context.
  5. Present the result in the output format below.

Output Format

# New Post Created
Installs
1
First Seen
Jun 21, 2026
content-creator — nimblebraininc/mcp-jsonplaceholder