sql-server-skillsExpertise in diagnosing SQL Server performance issues, analyzing indexes, interpreting execution plans, optimizing queries, managing schema, backups, and mon...
Install via ClawdBot CLI:
clawdbot install vince-winkintel/sql-server-skillsGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://learn.microsoft.com/en-us/sql/tools/sqlcmd/sqlcmd-utilityAudited Apr 16, 2026 · audit v1.0
Generated Mar 21, 2026
Create and manage customer, order, and product tables with proper data types like NVARCHAR for names, DECIMAL for prices, and DATETIME2 for timestamps. Implement foreign keys for relationships and idempotent migrations to ensure safe deployments during updates.
Design audit log tables using BIGINT for IDs and DATETIME2 for precise timestamps, with check constraints for data validation. Use idempotent scripts to add columns like transaction amounts and status flags without disrupting live systems.
Build patient and appointment tables with BIT for boolean fields like IsActive, DATE for birth dates, and TIME for appointment times. Apply foreign keys to link records and computed columns for derived data such as age calculations.
Develop tables for users and subscriptions using INT IDENTITY for primary keys and UNIQUEIDENTIFIER with NEWSEQUENTIALID for public tokens. Use ALTER TABLE to add features like region columns and indexes for performance scaling.
Offer expertise in SQL Server schema design and migration, helping clients optimize performance and ensure data integrity. Revenue comes from hourly rates or project-based contracts for implementing best practices.
Provide a cloud-based tool that automates schema management and migration scripting for SQL Server, targeting developers and DBAs. Revenue is generated through subscription tiers based on features and usage limits.
Deliver courses and certifications on SQL Server DDL patterns, focusing on skills like idempotent migrations and data type selection. Revenue streams include course fees, certification exams, and corporate training packages.
💬 Integration Tip
Integrate this skill into CI/CD pipelines by using idempotent migration scripts to automate database deployments, ensuring consistency and reducing manual errors during updates.
Scored Apr 19, 2026
Control remote Windows machines via SSH. Use when executing commands on Windows, checking GPU status (nvidia-smi), running scripts, or managing remote Windows systems. Triggers on "run on Windows", "execute on remote", "check GPU", "nvidia-smi", "远程执行", "Windows 命令".
Perform reverse lookup of gTLD domains hosted on a specified nameserver with optional filters by TLD and domain prefix length.
Configure OpenClaw installations with optimized settings, channel setup, security hardening, and production recommendations.
Connect to remote desktops via RDP, VNC, and SSH X11 with secure tunneling and troubleshooting.
Essential curl commands for HTTP requests, API testing, and file transfers.
Deploy and manage Vercel projects. Use when deploying applications to Vercel, managing environment variables, checking deployment status, viewing logs, or performing Vercel operations. Supports production and preview deployments. Practical infrastructure operations - no "AI will build your app" magic.