← ClaudeAtlas

datalionlisted

Use for DataLion workflows such as listing, reading, creating, or editing projects, inspecting data sources, importing Excel or CSV data, working with reports and report tabs and codebooks, reading chart tables, or coordinating dashboard and export work through a configured datalion MCP server and related API or UI paths.
HybridAIOne/hybridclaw · ★ 109 · AI & Automation · score 82
Install: claude install-skill HybridAIOne/hybridclaw
# DataLion Use this skill for DataLion project, project-settings, data-import, codebook, chart-table, report, report-tab, dashboard, and export workflows. In DataLion, "tab" and "dashboard" are used interchangeably for the report subpages managed under a report. ## Default Strategy 1. Verify the `datalion` MCP server is enabled and inspect which `datalion__*` tools are actually available in the current session. 2. Use MCP first for supported actions. 3. Do not invent Datalion MCP tools. If a matching tool is missing, switch to a REST or browser/UI path from [references/setup-and-capabilities.md](references/setup-and-capabilities.md). 4. Read first, write second. Restate the exact target object and proposed mutation before calling a write path. ## Setup - Run HybridClaw in host sandbox mode for this local Node-based MCP server. - Install the bridge dependencies before first use: `npm --prefix <path-to-your-datalion-repo>/mcp install` - Keep `DATALION_API_TOKEN` inside MCP server config `env`, never in tracked files or chat. - Use the MCP server name `datalion` so tools appear as `datalion__...`. - For `hybridclaw gateway mcp add ...`, pass the JSON config as one quoted shell argument. In `zsh`, unquoted `{...}` and `[...]` will be expanded before HybridClaw sees them. - See [references/setup-and-capabilities.md](references/setup-and-capabilities.md) for ready-to-paste CLI and TUI examples, dependency notes, and ability requirements. ## Working