一键导入
linked-urls
Linked Urls tools for Dataspheres AI
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Linked Urls 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 | linked_urls |
| description | Linked Urls tools for Dataspheres AI |
Tool reference for this resource group, mirrored by hand from the platform live
/api/mcp/schemaschema.
add_linked_url — Add Linked URLCreates scrape and store a web url for a datasphere. Requires PARTICIPANT+ role in the datasphere. Required fields: url (string); datasphereId (string). Optional: refreshSchedule, notifyOnChange [default: false]. Show a preview of the operation and get explicit confirmation from the user before executing.
| Field | Type | Required | Description |
|---|---|---|---|
url | string | yes | URL to scrape |
datasphereId | string | yes | Datasphere ID |
refreshSchedule | string | no | Refresh schedule (ONE_TIME, DAILY, WEEKLY, MONTHLY) |
notifyOnChange | boolean | no | Notify when content changes |
delete_linked_url — Delete Linked URLDeletes delete a linked url and all its attachments. Requires MODERATOR+ role in the datasphere. Required fields: id (string). Show a preview of the operation and get explicit confirmation from the user before executing.
| Field | Type | Required | Description |
|---|---|---|---|
id | string | yes | Linked URL ID |
list_linked_urls — List Linked URLsRetrieves list all linked urls for a datasphere. Requires PARTICIPANT+ role in the datasphere. Required fields: datasphereId (string).
| Field | Type | Required | Description |
|---|---|---|---|
datasphereId | string | yes | Datasphere ID |
rescrape_linked_url — Re-scrape Linked URLCreates manually re-scrape a linked url to refresh its content. Requires MODERATOR+ role in the datasphere. Required fields: id (string).
| Field | Type | Required | Description |
|---|---|---|---|
id | string | yes | Linked URL ID |