en un clic
posts
Posts tools for Dataspheres AI
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Posts tools for Dataspheres AI
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
Local dev skill for the Dataspheres AI Content API. Wraps /api/v1/ REST endpoints for local-to-production content workflows. Use when the user wants to push pages, generate release notes from git log, list pages, or update content in a datasphere from their local machine.
Full newsletter lifecycle — create, configure all settings (frequency, personalization, AI model, web search, reply threading, plan mode wiring), manage subscribers, attach forms, draft and manage issues, preview personalized letters, enable private chat and email replies, and test in dev.
Drive the Dataspheres AI platform from Claude Code — read conversation history, post messages as the user (via API key), poll for ARI replies, read the Reality Engine debug log, update the plan and outcomes, and control orchestration flow. Use when you need Claude Code to interact with ARI or inspect/modify a running reality session.
Knowledge-graph tools for Dataspheres AI — build typed graphs, relate nodes with VISUAL or executable TASK edges, group into colored container bubbles, auto-detect article hero images, embed graphs in pages, run scheduled searches, and report.
Sequencers tools for Dataspheres AI
Manage Kanban tasks, plan modes, and project workflows in Dataspheres AI
| name | posts |
| description | Posts tools for Dataspheres AI |
Tool reference for this resource group, mirrored by hand from the platform live
/api/mcp/schemaschema.
create_discussion_post — SEO Friendly PostCreates only use when the user explicitly asks to publish, create, or write a post/article in a datasphere feed. never use for document analysis, conversational questions, or "tell me about" requests — those go to direct response.. Requires PARTICIPANT+ role in the datasphere. This operation costs tokens — always confirm with the user before executing. Required fields: datasphereUri (string); message (string) — max 50000 chars. Optional: tools (web_search), stream [default: false]. Show a preview of the operation and get explicit confirmation from the user before executing.
| Field | Type | Required | Description |
|---|---|---|---|
datasphereUri | string | yes | Datasphere URI |
message | string | yes | Topic or prompt for the AI to write a post about (max 50,000 chars) |
tools | array | no | Tools to use |
stream | boolean | no | Stream response via SSE |
create_post — New PostCreates a discussion post (completion) in a datasphere feed. Guide:
FIELD RULES: Use exact lowercase field names: "datasphereUri", "content", "images". No duplicates. NOTE: Posts appear in the datasphere feed. The feed URL is /app/{uri} (the datasphere home).
| Field | Type | Required | Description |
|---|---|---|---|
datasphereUri | string | yes | Datasphere URI to post in |
content | string | yes | Post content (markdown supported) |
images | array | no | Image URLs to attach |