with one click
dataspheres
Dataspheres tools for Dataspheres AI
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Dataspheres tools for Dataspheres AI
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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 | dataspheres |
| description | Dataspheres tools for Dataspheres AI |
Tool reference for this resource group, mirrored by hand from the platform live
/api/mcp/schemaschema.
create_datasphere — New DatasphereCreates a new datasphere. Guide the user through:
,
.
━━━ AUTO-CHAIN ━━━ Creating a datasphere is step 1 of the research workflow. After success, offer to continue:
| Field | Type | Required | Description |
|---|---|---|---|
name | string | yes | Display name |
uri | string | no | Custom URI slug (auto-generated from name if omitted) |
description | string | no | Short tagline for cards and previews |
purpose | string | no | Rich HTML description — use the standard template: What is [Name], What We Track (ul), Who This Is For, blockquote manifesto |
status | string | no | Visibility |
topicTags | array | no | Tags for discoverability |
get_datasphere — Datasphere InfoGets full details for a single datasphere — name, URI, description, purpose, status, member count, banner/profile images. Use when the user wants to know details about a specific datasphere.
| Field | Type | Required | Description |
|---|---|---|---|
datasphereUri | string | yes | Datasphere URI |
list_dataspheres — My DataspheresLists all dataspheres the user is a member of. Returns name, URI, description, member/post counts, profile image. Use @[ds:id|uri|name|imageUrl] mention format in your response.
update_datasphere — Update DatasphereUpdates a datasphere. Only provide fields to change. Requires MODERATOR+ role. Guide: 1) Which datasphere? 2) What to change? Show a before/after preview.
| Field | Type | Required | Description |
|---|---|---|---|
datasphereUri | string | yes | URI of datasphere to update |
name | string | no | New display name |
description | string | no | New tagline |
purpose | string | no | New HTML purpose |
status | string | no | Visibility |
topicTags | array | no | New tags (replaces existing) |
systemInstructions | string | no | AI system prompt for this datasphere |