smithery/aidotnet

sql-executor

对SQLite、PostgreSQL、MySQL数据库执行SQL查询,支持结果格式化和导出。

Installation

$ npx skills add smithery/aidotnet --skill sql-executor

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/aidotnet · top by installs.

npx skills add smithery/aidotnet

Browse all from smithery/aidotnet

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents claude-code codex
More metadata
short-description
执行SQL查询

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 883 B
  • docs SUMMARY.md 110 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

SQL Executor Tool

Description

Execute SQL queries against various databases with formatted output and export capabilities.

Trigger

  • /sql command
  • User needs to run database queries
  • User wants to export query results

Usage

# Query SQLite database
python scripts/sql_executor.py database.db "SELECT * FROM users"

# Export to CSV
python scripts/sql_executor.py database.db "SELECT * FROM orders" --output orders.csv

# Execute SQL file
python scripts/sql_executor.py database.db --file queries.sql

Tags

sql, database, sqlite, query, data

Compatibility

  • Codex: ✅
  • Claude Code: ✅