一键导入
images
Images tools for Dataspheres AI
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Images 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 | images |
| description | Images tools for Dataspheres AI |
Tool reference for this resource group, mirrored by hand from the platform live
/api/mcp/schemaschema.
generate_datasphere_avatar — DS AvatarGenerates an AI avatar image for a datasphere. Ask which datasphere and what style they want, then generate. Costs tokens — confirm before executing.
| Field | Type | Required | Description |
|---|---|---|---|
datasphereUri | string | yes | Datasphere URI |
prompt | string | yes | Description of the avatar to generate (e.g. "modern tech logo with blue gradients") |
generate_datasphere_banner — DS BannerGenerates an AI banner image for a datasphere. Ask which datasphere and what style, then generate. Costs tokens — confirm before executing.
| Field | Type | Required | Description |
|---|---|---|---|
datasphereUri | string | yes | Datasphere URI |
prompt | string | yes | Description of the banner to generate (e.g. "cinematic landscape with data streams") |
generate_media_image — Generate ImageGenerates AI images using Imagen 4 in a datasphere. Blocks until complete, returns URLs. Costs tokens — confirm before executing.
| Field | Type | Required | Description |
|---|---|---|---|
datasphereUri | string | yes | Datasphere URI |
prompt | string | yes | Description of the image to generate |
title | string | no | Title for the generated image |
tags | array | no | Tags for organization (e.g. ["landscape", "ai"]) |
aspectRatio | string | no | Aspect ratio |
sampleCount | number | no | Number of images (1-4) |
generate_media_video — Generate VideoGenerates AI videos using Veo 3 in a datasphere. Blocks until complete, returns URL. Costs tokens — confirm before executing.
| Field | Type | Required | Description |
|---|---|---|---|
datasphereUri | string | yes | Datasphere URI |
prompt | string | yes | Description of the video to generate |
title | string | no | Title for the generated video |
generateAudio | boolean | yes | Whether to generate audio track |
durationSeconds | number | no | Video duration (4, 6, or 8 seconds) |
aspectRatio | string | no | Aspect ratio |
generate_profile_image — AI AvatarGenerates an AI profile image for the user. Ask what style or look they want, then generate. Costs tokens — confirm before executing.
| Field | Type | Required | Description |
|---|---|---|---|
prompt | string | yes | Description of the profile image to generate (e.g. "professional headshot with warm lighting") |
generate_user_banner — AI BannerGenerates an AI banner image for the user's profile. Ask what style/theme they want, then generate. Costs tokens — confirm before executing.
| Field | Type | Required | Description |
|---|---|---|---|
prompt | string | yes | Description of the banner to generate (e.g. "abstract gradient with data visualization elements") |
get_my_profile — My ProfileRetrieves gets the current user profile — display name, avatar, email, banner.
get_profile — My ProfileGets the API key owner's profile — display name, avatar, email, role.