Skip to content
scsiwyg
sign insign up
get startedmcpcommunityapiplaygroundswaggersign insign up
Wiki/Skills Reference/Publishing/

scsiwyg skill

High confidence

Updated 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 sayTool called
publish a post about Xpublish_post with slug, title, body, tags
update the intro on Yget_post → edit → update_post
generate a cover imagegenerate_image → URL → set as cover_image
list my postslist_posts
what should I write about nextfind_content_gaps
send a test newslettertest_newsletter
show my subscribersget_subscribers
delete this postdelete_post (always confirms first)
publish this to Confluencepublish_to_confluence

Key Platform Behaviours

  • Posts ordered by publishedAt descending — set date explicitly to control listing order
  • update_post only changes fields you explicitly provide — safe partial updates
  • delete_post always asks for user confirmation — no silent deletes
  • Always specify username when 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).

See also