sql-formatterFormat, minify, and lint SQL queries from the command line. Formats SQL with proper indentation and keyword casing, minifies by removing whitespace and comme...
Install via ClawdBot CLI:
clawdbot install johnnywang2001/sql-formatterGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated May 7, 2026
During a database migration, SQL scripts from various sources need to be formatted consistently to avoid parsing errors. This skill automatically indents queries, standardizes keyword casing, and removes trailing whitespace, ensuring smooth deployment.
In high-traffic web applications, minifying SQL queries reduces payload size and improves execution time. This tool strips comments and extra whitespace, making SQL compact for caching or embedding in code.
When reviewing pull requests containing SQL, linting catches anti-patterns like SELECT * or missing semicolons. This skill enforces best practices and flags inconsistent casing, reducing the risk of performance issues.
Data analysts often write ad-hoc SQL with varying styles. This formatter can be integrated into a data pipeline to standardize all queries before logging or sharing, improving readability and maintainability.
A legacy application has hundreds of SQL files with inconsistent formatting. Running this tool across the entire repository ensures uniform style, making the code easier to understand and refactor.
Provide the formatter as a free CLI tool to attract developers. Build a community around it, then offer premium support or integration services for enterprise teams.
Wrap the formatter in a REST API and offer it as a service. Charge per API call or subscription for high-volume usage, targeting data teams and CI/CD pipelines.
License the formatter to be embedded in popular SQL editors or database management tools. Charge per-seat licensing fees to vendors or direct to end-users as a premium feature.
💬 Integration Tip
Integrate via command line in CI/CD pipelines or as a Git pre-commit hook to automatically format and lint SQL files before commit.
Scored May 7, 2026
Control desktop applications on Windows — launch, close, focus, resize, move windows, simulate keyboard/mouse input, manage processes, control VSCode, read clipboard, and capture screen info. Use when the user wants to interact with any running program, switch windows, type text, press shortcuts, open files in VSCode, manage running processes, or get system display information.
Conduct rigorous, adversarial code reviews with zero tolerance for mediocrity. Use when users ask to "critically review" my code or a PR, "critique my code", "find issues in my code", or "what's wrong with this code". Identifies security holes, lazy patterns, edge case failures, and bad practices across Python, R, JavaScript/TypeScript, SQL, and front-end code. Scrutinizes error handling, type safety, performance, accessibility, and code quality. Provides structured feedback with severity tiers (Blocking, Required, Suggestions) and specific, actionable recommendations.
Coding style memory that adapts to your preferences, conventions, and patterns for consistent coding.
Pragmatic coding standards for writing clean, maintainable code — naming, functions, structure, anti-patterns, and pre-edit safety checks. Use when writing new code, refactoring existing code, reviewing code quality, or establishing coding standards.
Claude Code integration for OpenClaw. This skill provides interfaces to: - Query Claude Code documentation from https://code.claude.com/docs - Manage subagents and coding tasks - Execute AI-assisted coding workflows - Access best practices and common workflows Use this skill when users want to: - Get help with coding tasks - Query Claude Code documentation - Manage AI-assisted development workflows - Execute complex programming tasks
Plan, draft, version, and refine written content with enforced versioning and quality audits.