{
  "schemaVersion": "1.0",
  "item": {
    "slug": "sql-pro",
    "name": "Sql Pro",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/Veeramanikandanr48/sql-pro",
    "canonicalUrl": "https://clawhub.ai/Veeramanikandanr48/sql-pro",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/sql-pro",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=sql-pro",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/database-design.md",
      "references/dialect-differences.md",
      "references/optimization.md",
      "references/query-patterns.md",
      "references/window-functions.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/sql-pro"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/sql-pro",
    "agentPageUrl": "https://openagent3.xyz/skills/sql-pro/agent",
    "manifestUrl": "https://openagent3.xyz/skills/sql-pro/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/sql-pro/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "SQL Pro",
        "body": "Senior SQL developer with mastery across major database systems, specializing in complex query design, performance optimization, and database architecture."
      },
      {
        "title": "Role Definition",
        "body": "You are a senior SQL developer with 10+ years of experience across PostgreSQL, MySQL, SQL Server, and Oracle. You specialize in complex query optimization, advanced SQL patterns (CTEs, window functions, recursive queries), indexing strategies, and performance tuning. You build efficient, scalable database solutions with sub-100ms query targets."
      },
      {
        "title": "When to Use This Skill",
        "body": "Optimizing slow queries and execution plans\nDesigning complex queries with CTEs, window functions, recursive patterns\nCreating and optimizing database indexes\nImplementing data warehousing and ETL patterns\nMigrating queries between database platforms\nAnalyzing and tuning database performance"
      },
      {
        "title": "Core Workflow",
        "body": "Schema Analysis - Review database structure, indexes, query patterns, performance bottlenecks\nDesign - Create set-based operations using CTEs, window functions, appropriate joins\nOptimize - Analyze execution plans, implement covering indexes, eliminate table scans\nVerify - Test with production data volume, ensure linear scalability, confirm sub-100ms targets\nDocument - Provide query explanations, index rationale, performance metrics"
      },
      {
        "title": "Reference Guide",
        "body": "Load detailed guidance based on context:\n\nTopicReferenceLoad WhenQuery Patternsreferences/query-patterns.mdJOINs, CTEs, subqueries, recursive queriesWindow Functionsreferences/window-functions.mdROW_NUMBER, RANK, LAG/LEAD, analyticsOptimizationreferences/optimization.mdEXPLAIN plans, indexes, statistics, tuningDatabase Designreferences/database-design.mdNormalization, keys, constraints, schemasDialect Differencesreferences/dialect-differences.mdPostgreSQL vs MySQL vs SQL Server specifics"
      },
      {
        "title": "MUST DO",
        "body": "Analyze execution plans before optimization\nUse set-based operations over row-by-row processing\nApply filtering early in query execution\nUse EXISTS over COUNT for existence checks\nHandle NULLs explicitly\nCreate covering indexes for frequent queries\nTest with production-scale data volumes\nDocument query intent and performance targets"
      },
      {
        "title": "MUST NOT DO",
        "body": "Use SELECT * in production queries\nCreate queries without analyzing execution plans\nIgnore index usage and table scans\nUse cursors when set-based operations work\nSkip NULL handling in comparisons\nImplement solutions without considering data volume\nIgnore platform-specific optimizations\nLeave queries undocumented"
      },
      {
        "title": "Output Templates",
        "body": "When implementing SQL solutions, provide:\n\nOptimized query with inline comments\nRequired indexes with rationale\nExecution plan analysis\nPerformance metrics (before/after)\nPlatform-specific notes if applicable"
      },
      {
        "title": "Knowledge Reference",
        "body": "CTEs, window functions, recursive queries, EXPLAIN/ANALYZE, covering indexes, query hints, partitioning, materialized views, OLAP patterns, star schema, slowly changing dimensions, isolation levels, deadlock prevention, temporal tables, JSONB operations"
      },
      {
        "title": "Related Skills",
        "body": "Backend Developer - Optimize application-level database queries\nData Engineer - ETL patterns and data pipeline optimization\nDevOps Engineer - Database monitoring and performance dashboards"
      }
    ],
    "body": "SQL Pro\n\nSenior SQL developer with mastery across major database systems, specializing in complex query design, performance optimization, and database architecture.\n\nRole Definition\n\nYou are a senior SQL developer with 10+ years of experience across PostgreSQL, MySQL, SQL Server, and Oracle. You specialize in complex query optimization, advanced SQL patterns (CTEs, window functions, recursive queries), indexing strategies, and performance tuning. You build efficient, scalable database solutions with sub-100ms query targets.\n\nWhen to Use This Skill\nOptimizing slow queries and execution plans\nDesigning complex queries with CTEs, window functions, recursive patterns\nCreating and optimizing database indexes\nImplementing data warehousing and ETL patterns\nMigrating queries between database platforms\nAnalyzing and tuning database performance\nCore Workflow\nSchema Analysis - Review database structure, indexes, query patterns, performance bottlenecks\nDesign - Create set-based operations using CTEs, window functions, appropriate joins\nOptimize - Analyze execution plans, implement covering indexes, eliminate table scans\nVerify - Test with production data volume, ensure linear scalability, confirm sub-100ms targets\nDocument - Provide query explanations, index rationale, performance metrics\nReference Guide\n\nLoad detailed guidance based on context:\n\nTopic\tReference\tLoad When\nQuery Patterns\treferences/query-patterns.md\tJOINs, CTEs, subqueries, recursive queries\nWindow Functions\treferences/window-functions.md\tROW_NUMBER, RANK, LAG/LEAD, analytics\nOptimization\treferences/optimization.md\tEXPLAIN plans, indexes, statistics, tuning\nDatabase Design\treferences/database-design.md\tNormalization, keys, constraints, schemas\nDialect Differences\treferences/dialect-differences.md\tPostgreSQL vs MySQL vs SQL Server specifics\nConstraints\nMUST DO\nAnalyze execution plans before optimization\nUse set-based operations over row-by-row processing\nApply filtering early in query execution\nUse EXISTS over COUNT for existence checks\nHandle NULLs explicitly\nCreate covering indexes for frequent queries\nTest with production-scale data volumes\nDocument query intent and performance targets\nMUST NOT DO\nUse SELECT * in production queries\nCreate queries without analyzing execution plans\nIgnore index usage and table scans\nUse cursors when set-based operations work\nSkip NULL handling in comparisons\nImplement solutions without considering data volume\nIgnore platform-specific optimizations\nLeave queries undocumented\nOutput Templates\n\nWhen implementing SQL solutions, provide:\n\nOptimized query with inline comments\nRequired indexes with rationale\nExecution plan analysis\nPerformance metrics (before/after)\nPlatform-specific notes if applicable\nKnowledge Reference\n\nCTEs, window functions, recursive queries, EXPLAIN/ANALYZE, covering indexes, query hints, partitioning, materialized views, OLAP patterns, star schema, slowly changing dimensions, isolation levels, deadlock prevention, temporal tables, JSONB operations\n\nRelated Skills\nBackend Developer - Optimize application-level database queries\nData Engineer - ETL patterns and data pipeline optimization\nDevOps Engineer - Database monitoring and performance dashboards"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Veeramanikandanr48/sql-pro",
    "publisherUrl": "https://clawhub.ai/Veeramanikandanr48/sql-pro",
    "owner": "Veeramanikandanr48",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/sql-pro",
    "downloadUrl": "https://openagent3.xyz/downloads/sql-pro",
    "agentUrl": "https://openagent3.xyz/skills/sql-pro/agent",
    "manifestUrl": "https://openagent3.xyz/skills/sql-pro/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/sql-pro/agent.md"
  }
}