Claude Tools / Plugins / sq
Plugins · neilotoole/sq
sq
Agent skill for the sq CLI: SLQ and native SQL, sources and handles, output formats, inspect/diff/tbl, and per-driver notes for databases and file formats.
CLEARED_STATICclaude-onlyv1.0.0
Pipeline results
Coverage
CLEARED_STATIC
Tests run
7 / 8
Portability
Claude-only
Type
Plugins
Tests & results
What the pipeline checked
What's inside
Components found
site/archetypes/blog.md
componentmedium
site/archetypes/default.md
componentmedium
site/archetypes/docs.md
componentmedium
skills/sq/SKILL.md
skillhigh
.agents/skills/sq-actions-dependabot/SKILL.md
skillhigh
.agents/skills/sq-gomod-dependabot/SKILL.md
skillhigh
.agents/skills/sq-site-dependabot/SKILL.md
skillhigh
site/archetypes/docs/_index.md
componentmedium
site/content/en/_index.md
componentlow
site/archetypes/docs/lorem/_index.md
componentmedium
site/content/en/docs/_index.md
componentlow
site/content/en/docs/agent-skills.md
agentmedium
site/content/en/docs/install.md
componentlow
site/content/en/docs/overview.md
componentlow
site/content/en/privacy-policy/index.md
componentmedium
site/archetypes/docs/lorem/ipsum/index.md
componentmedium
site/content/en/docs/cmd/_index.md
componentlow
site/content/en/docs/cmd/add.md
componentlow
site/content/en/docs/cmd/cache-clear.md
componentlow
site/content/en/docs/cmd/cache-disable.md
componentlow
Coverage
Not assessed
- behavioural execution not run
- egress patterns logged (FLAG-INFO): 8 lexical match(es)
README
From the repository
# sq data wrangler [](https://pkg.go.dev/github.com/neilotoole/sq) [](https://goreportcard.com/report/neilotoole/sq) [](https://github.com/neilotoole/sq/blob/master/LICENSE)  [](https://codecov.io/gh/neilotoole/sq) `sq` is a command line tool that provides [jq](https://jqlang.org)-style access to structured data sources: SQL databases, or document formats like CSV or Excel. It is the lovechild of SQL+jq.  `sq` executes jq-like [queries](https://sq.io/docs/query), or database-native [SQL](https://sq.io/docs/cmd/sql/). It can [join](https://sq.io/docs/query#cross-source-joins) across sources: join a CSV file to a Postgres table, or MySQL with Excel. `sq` outputs to a multitude of [formats](https://sq.io/docs/output#formats) including [JSON](https://sq.io/docs/output#json), [Excel](https://sq.io/docs/o…