원클릭으로
posts
Posts tools for Dataspheres AI
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Posts tools for Dataspheres AI
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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 |