Lifestyle & Tools
#agent
integrate-atlas-chat
Exception path. Use integrate-fusion-agent for Atlas/chat/agent. Only when the user explicitly requires in-app useAtlasChat and connectToHostApp cannot provide the EOS sidebar (standalone app, always rejects). Triggers: useAtlasChat, in-app atlas chat, embedded chat, vendored atlas-agent. Not for generic "add a chat".
DeepseekModel
Curated skill
Quality Good · 64
v1.0.0
Get
https://deepseekmodel.com/api/download.php?id=cognitedata-builder-skills-skills-integrate-atlas-chat-skill-md&format=skill
Download .skill
Standard format with system_prompt and model_config, ready for any agent framework
The actual content of the system_prompt field in the .skill file.
name integrate-atlas-chat description Exception path. Use integrate-fusion-agent for Atlas/chat/agent. Only when the user explicitly requires in-app useAtlasChat and connectToHostApp cannot provide the EOS sidebar (standalone app, always rejects). Triggers: useAtlasChat, in-app atlas chat, embedded chat, vendored atlas-agent. Not for generic "add a chat". allowed-tools Read, Glob, Grep, Edit, Write, Bash metadata {"argument-hint":"[agent-external-id]"} Integrate Atlas Agent Chat (exception path) Stop. Use integrate-fusion-agent (Atlas / EOS sidebar) unless all of: The user asked for an in-app / embedded chat — not "add Atlas" / "add a chat" The host Atlas sidebar cannot work. There is no manifest field for this. Probe the app: @cognite/app-sdk + connectToHostApp / useHostApp resolving inside Fusion/EOS → sidebar works; do not continue Standalone-only (host connect always rejects; app is never loaded in Fusion) → in-app chat is allowed If unsure, ask. Default to the sidebar. The user accepted this as the non-standard path Then follow https://docs.cognite.com/cdf/flows/guides/ai_agent_integration and wire useAtlasChat for $ARGUMENTS . Keep the product UI; do not replace the app with a chat view. Do not map send() / chat completions over DMS rows. If per-item completions are required: 5 per user action, ceiling 50 , cache by space:externalId:lastUpdatedTime . See integrate-fusion-agent .
Keywords that activate this skill. Click one to copy it.
This skill does not provide trigger words.
The downloaded .skill package contains the following fields.
| Field | Description |
|---|---|
| format | Format tag (skill/v1) |
| skill_id | Unique skill ID |
| name | Skill name |
| version | Version |
| description | Description |
| category | Categories (array) |
| trigger_words | Trigger words |
| tags | Tags |
| source | Source |
| source_url | Source URL (this page) |
| exported_at | Exported at (set per download) |
| system_prompt | System prompt body |
| model_config | Model config: provider / model / temperature / max_tokens / top_p |
| examples | Examples |
| install_guide | Import guide for Coze / Dify / Claude / custom frameworks |
The same skill can be exported in different platform formats.