content-creator
Installation
SKILL.md
Content Creator
Draft and create a new blog post on JSONPlaceholder.
Steps
- Identify the author: If a user ID is provided, use
get_userto fetch their profile. If not, uselist_usersto show available authors and ask the user to pick one. - Draft the post: Based on the user's topic/instructions, compose a title and body.
- Create the post using
create_postwith the title, body, and user_id. - Fetch the author's other posts using
list_postsfiltered by user_id for context. - Present the result in the output format below.
Output Format
# New Post Created