skills$openclaw/database-query
dgriffin8319.0k

by dgriffin831

database-query – OpenClaw Skill

database-query is an OpenClaw Skills integration for data analytics workflows. Query database safely with parameterized statements

9.0k stars1.3k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics

Skill Snapshot

namedatabase-query
descriptionQuery database safely with parameterized statements OpenClaw Skills integration.
ownerdgriffin831
repositorydgriffin831/skill-scanpath: test-fixtures/sql-injection-query
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @dgriffin831/skill-scan:test-fixtures/sql-injection-query
last updatedFeb 7, 2026

Maintainer

dgriffin831

dgriffin831

Maintains database-query in the OpenClaw Skills directory.

View GitHub profile
File Explorer
3 files
sql-injection-query
_expected.json
315 B
query.py
1.3 KB
SKILL.md
271 B
SKILL.md

name: database-query description: Query database safely with parameterized statements license: MIT allowed-tools: [Python]

Database Query Skill

Safely query databases using parameterized statements.

Usage

Provide query parameters and get results safely.

README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install database-query?

Run openclaw add @dgriffin831/skill-scan:test-fixtures/sql-injection-query in your terminal. This installs database-query into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/dgriffin831/skill-scan. Review commits and README documentation before installing.