en un clic
knowledge-bank
Knowledge Bank 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
Knowledge Bank 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 | knowledge_bank |
| description | Knowledge Bank tools for Dataspheres AI |
Tool reference for this resource group, mirrored by hand from the platform live
/api/mcp/schemaschema.
add_to_knowledge_bank — Add to Knowledge BankCreates pin a resource (page, document, media) to the knowledge bank so ari uses it as persistent context. knowledge bank items are embedded inside the datasphere — not a standalone page. after adding, tell the user: "this is now part of {datasphere}'s knowledge bank. ari will use it as context for all future conversations in this datasphere. you can manage it in datasphere settings > knowledge bank.". Requires MODERATOR+ role in the datasphere. Required fields: datasphereId (string); resourceType (string); resourceId (string). Optional: title. Show a preview of the operation and get explicit confirmation from the user before executing.
| Field | Type | Required | Description |
|---|---|---|---|
datasphereId | string | yes | Datasphere ID |
resourceType | string | yes | Resource type (e.g. document, datasphere-page, generatedMedia) |
resourceId | string | yes | Resource ID |
title | string | no | Display title for the knowledge bank item |
list_knowledge_bank — List Knowledge BankRetrieves list all knowledge bank items for a datasphere. Requires PARTICIPANT+ role in the datasphere. Required fields: datasphereId (string).
| Field | Type | Required | Description |
|---|---|---|---|
datasphereId | string | yes | Datasphere ID |