Agent Plugins Marketplace
← All plugins

sql-data-agent

v0.1.0

A read-only SQL data agent template with governed metadata, validation, synthetic examples, and evaluation cases.

CodexAgent Plugins1 Skill

By Community template maintainers0 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Codex and Agent Plugins
Parsed components
1 skill or MCP entry
Source updated
Sep 27, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install sql-data-agent for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add sql-data-agent@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/yangarige/sql-data-agent

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

sql-data-agent/
├── .codex-plugin/plugin.json
├── plugin.json
└── skills/sql-data-agent/SKILL.md

Included Skills1

sql-data-agentskills/sql-data-agent/SKILL.md

Generate and review read-only SQL, query connected data sources, validate results, and answer analytical questions. Use for data lookups, metric comparisons, funnel analysis, cohort analysis, anomaly diagnosis, and SQL debugging when schemas or database tools are available.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "sql-data-agent",
  "version": "0.1.0",
  "description": "A read-only SQL data agent template with governed metadata, validation, synthetic examples, and evaluation cases.",
  "author": {
    "name": "Community template maintainers"
  },
  "skills": "./skills/",
  "interface": {
    "displayName": "SQL Data Agent",
    "shortDescription": "Build safe, source-grounded SQL analysis workflows.",
    "longDescription": "A reusable template for schema-grounded SQL generation, read-only execution, data-quality validation, and evidence-backed analysis.",
    "developerName": "Community template maintainers",
    "category": "Productivity",
    "capabilities": [
      "Read"
    ],
    "defaultPrompt": [
      "Compare a metric across two equal periods.",
      "Review this SQL for safety and correctness.",
      "Diagnose a metric change using verified data."
    ]
  }
}
plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "sql-data-agent",
  "version": "0.1.0",
  "description": "A read-only SQL data agent template with governed metadata, validation, synthetic examples, and evaluation cases.",
  "author": {
    "name": "Community template maintainers"
  },
  "keywords": [
    "analytics",
    "data-agent",
    "read-only",
    "sql"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[sql-data-agent on Agent Plugins Marketplace](https://pluginsmp.com/plugins/sql-data-agent)