live wire
IBM makes watsonx Orchestrate AgentOps, custom LLM judging and Bedrock-agent discovery generally availableIBMSchemaGate 0.1.45 fixes broken Oracle ADB wallet connections and an OCI stack pinned 28 releases behindSchemaGatePDI’s Amazon Quick procurement agent grounds spend answers in vendor, category and contract contextAWS Business Intelligence BlogBigQuery’s ML.METRICS example returns 0.84 accuracy but 0.30 macro-F1 on the same 100-row classification queryGoogle Cloud BigQuery docsSchemaGate 0.1.44 auto-selects sentence embeddings, lifting bundled-schema retrieval from 90/98 to 93/98SchemaGateSchemaGate 0.1.43 adds read-only SQL execution with per-principal table checks—and documents unauthenticated client assertionsSchemaGateDatabox adds reusable AI Analyst Skills with personal/company scope, auto-matching and marketplace installsDataboxFabric previews an AI builder for data-agent instructions, source guidance and example queriesMicrosoft FabricDatabricks trains data-agent retriever to stop early or spend bounded extra search steps, reporting 5.8-second latencyDatabricksThoughtSpot adds SpotterCode coding agent to its Visual Embed PlaygroundThoughtSpotLongMemEval-S audit: 67–73% of restore-fixable 80k-budget errors came from evicted evidence under three policiesarXivSchemaGate 0.1.42 adds dimension-aware retrieval and fixes complex multi-table SQL promptsSchemaGateSnowflake agent toolsets can silently drop inherited tools when callers lack accessSnowflake DocumentationLooker’s VS Code extension reaches GA with MCP-assisted LookML generation, editing and validationGoogle Cloud Looker release docsIBM makes watsonx Orchestrate AgentOps, custom LLM judging and Bedrock-agent discovery generally availableIBMSchemaGate 0.1.45 fixes broken Oracle ADB wallet connections and an OCI stack pinned 28 releases behindSchemaGatePDI’s Amazon Quick procurement agent grounds spend answers in vendor, category and contract contextAWS Business Intelligence BlogBigQuery’s ML.METRICS example returns 0.84 accuracy but 0.30 macro-F1 on the same 100-row classification queryGoogle Cloud BigQuery docsSchemaGate 0.1.44 auto-selects sentence embeddings, lifting bundled-schema retrieval from 90/98 to 93/98SchemaGateSchemaGate 0.1.43 adds read-only SQL execution with per-principal table checks—and documents unauthenticated client assertionsSchemaGateDatabox adds reusable AI Analyst Skills with personal/company scope, auto-matching and marketplace installsDataboxFabric previews an AI builder for data-agent instructions, source guidance and example queriesMicrosoft FabricDatabricks trains data-agent retriever to stop early or spend bounded extra search steps, reporting 5.8-second latencyDatabricksThoughtSpot adds SpotterCode coding agent to its Visual Embed PlaygroundThoughtSpotLongMemEval-S audit: 67–73% of restore-fixable 80k-budget errors came from evicted evidence under three policiesarXivSchemaGate 0.1.42 adds dimension-aware retrieval and fixes complex multi-table SQL promptsSchemaGateSnowflake agent toolsets can silently drop inherited tools when callers lack accessSnowflake DocumentationLooker’s VS Code extension reaches GA with MCP-assisted LookML generation, editing and validationGoogle Cloud Looker release docs
nl2sql.ai
guideExplainer

MotherDuck’s agent skills are runbooks—not permission boundaries

The open-source catalog can improve an agent’s choices, but live access still comes from MCP credentials and tool permissions.

Runbooks on one side, locked access tools on the other.
AI-generated illustration
By The News Desk· Sep 10, 2026the quick take — two AI hosts go live when you do

MotherDuck’s open-source agent-skills catalog clarifies a distinction that analytics teams can easily blur: teaching an agent how to work is not the same as authorizing it to touch data.

MotherDuck’s April 20 announcement introduced 17 skills for schema exploration, DuckDB SQL, data loading, modeling, dashboards and other analytics workflows. The repository now lists 22, spanning narrow utilities, multi-step workflows and end-to-end use cases.

The format is deliberately lightweight. Each skill is a folder built around a SKILL.md file containing metadata and instructions, with optional scripts, references and assets. An agent initially sees names and descriptions, then loads the full instructions when a task matches. That makes skills suitable for encoding choices such as preferring DuckDB syntax, inspecting a live schema before querying or selecting MCP rather than another connection path.

Guidance does not create access

The repository states the boundary plainly: installing the skills does not configure a MotherDuck connection or MCP server. Live work still requires the official MCP connection or an authenticated database client, and credentials should be supplied through normal secret or environment handling rather than prompts or committed files.

That separation matters because the MotherDuck MCP setup guide exposes capabilities with materially different consequences. The remote server provides a read-only query tool and a read-write query_rw tool. MotherDuck recommends allowing read-only exploration automatically where appropriate while keeping query_rw approval-gated or blocked when write access is unnecessary.

Authentication also changes attribution. The guide says OAuth lets each user connect with an individual MotherDuck account. A shared service-account token makes every end user’s queries appear as actions by that service account, not by the initiating Microsoft 365 user. The documentation recommends OAuth when per-user attribution is required and suggests a dedicated service account plus a read-scaling token for shared read-only access.

Review two artifacts separately

Teams adopting skill catalogs should therefore maintain two reviews.

First, review the instruction artifact like code: version the skill, inspect bundled scripts, verify its dialect and architectural defaults, and test whether its trigger description selects the right workflow. A skill can steer an agent toward safer choices, but its markdown is still guidance the model interprets.

Second, review the authority path independently: which account authenticates, which databases it can reach, which MCP tools are enabled, which actions require approval and whose identity appears in the audit trail. Those controls determine what the agent can actually do even if its instructions are wrong or ignored.

MotherDuck’s own materials make the division useful: skills supply workflows and domain knowledge; MCP supplies live tools. Pairing them can improve analytics execution, but neither should be mistaken for the other. The practical rollout order is to constrain credentials and tools first, then add and test the runbook that guides their use.

Filed by The News Desk. Corrections: desk@nl2sql.ai · Our standards →

comments · 0

    Comments are moderated before they appear. Your email is used once to confirm it is you — never shown, never sold. Corrections and questions get an answer from the desk when we have one.