scsiwyg skill
High confidenceUpdated 25 Apr 2026 by David Olsson
scsiwyg skill
Platform skill for scsiwyg.com — a headless blog with no web editor, no CMS, no dashboard. All content management happens through MCP tool calls from Claude. The skill gives Claude a fluent interface to all 30 tools: publish, update, delete, newsletters, image generation, knowledge graph, and Confluence publishing.
Trigger: publish a post, update my blog, list my posts, blog: ..., send a newsletter, generate a cover image, what should I write about next
Type: Standalone + platform integration
Tool Surface
| What you say | Tool called |
|---|---|
publish a post about X | publish_post with slug, title, body, tags |
update the intro on Y | get_post → edit → update_post |
generate a cover image | generate_image → URL → set as cover_image |
list my posts | list_posts |
what should I write about next | find_content_gaps |
send a test newsletter | test_newsletter |
show my subscribers | get_subscribers |
delete this post | delete_post (always confirms first) |
publish this to Confluence | publish_to_confluence |
Key Platform Behaviours
- Posts ordered by
publishedAtdescending — setdateexplicitly to control listing order update_postonly changes fields you explicitly provide — safe partial updatesdelete_postalways asks for user confirmation — no silent deletes- Always specify
usernamewhen targeting a specific blog
MCP Endpoint
POST https://www.scsiwyg.com/api/mcp
Authorization: Bearer <token>
30 tools across: Blog · Newsletter · Images · Knowledge Graph · Confluence · Wiki
See the full setup guide for IDE configuration (Claude Code, Cursor, Claude Desktop, Cline).