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

TestStateResult or reason
eligibilityranall eligibility checks passed
dedupranunique -- no near-duplicate found
clocran2143297 code lines / 1353 files
secretsranno secret patterns matched
egressran8 lexical match(es) — FLAG-INFO (C-01: semantic analysis deferred to v2)
injectionranno patterns matched (confidence: STANDARD)
required-fieldsranrequired fields present: name, version, description
behaviouraldeferredbehavioural assessment deferred (v1): 1 JS/TS entry point(s)

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

[![Go Reference](https://pkg.go.dev/badge/github.com/neilotoole/sq.svg)](https://pkg.go.dev/github.com/neilotoole/sq)
[![Go Report Card](https://goreportcard.com/badge/neilotoole/sq)](https://goreportcard.com/report/neilotoole/sq)
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/neilotoole/sq/blob/master/LICENSE)
![Main pipeline](https://github.com/neilotoole/sq/actions/workflows/main.yml/badge.svg)
[![codecov](https://codecov.io/gh/neilotoole/sq/graph/badge.svg)](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](site/static/images/repo/splash.png)

`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

← Back to Plugins