{
  "schemaVersion": "1.0",
  "item": {
    "slug": "gitai-skill",
    "name": "Gitai - Git Commit Automation",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/leandrosilvaferreira/gitai-skill",
    "canonicalUrl": "https://clawhub.ai/leandrosilvaferreira/gitai-skill",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/gitai-skill",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gitai-skill",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "_meta.json",
      "README.md",
      "SKILL.md",
      "skill.json"
    ],
    "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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.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/gitai-skill"
    },
    "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/gitai-skill",
    "agentPageUrl": "https://openagent3.xyz/skills/gitai-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/gitai-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/gitai-skill/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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Gitai Automation - AI-Powered Git Workflow",
        "body": "Transform your development workflow with intelligent, automated commit management.\n\nGitai analyzes your code changes to generate precise, descriptive commit messages following the Conventional Commits standard. It eliminates the friction of writing commit messages, ensuring a clean, semantic, and professional git history automatically.\n\nKey capabilities:\n\nUniversal Language Support: Analyzes Node.js, Python, Java, Go, PHP, and more.\nMulti-LLM Support: Choose your preferred AI brain—OpenAI (GPT), Anthropic (Claude), or Groq.\nWorkflow Automation: Stages, commits, and pushes changes in a single command.\nStandardized History: Enforces consistency across your project's version history."
      },
      {
        "title": "📦 Prerequisites (MANDATORY)",
        "body": "This skill requires the @notyped/gitai CLI tool to be installed and configured on the system BEFORE the agent can operate.\n\nThe AGENT MUST NOT attempt to install this package or configure it.\n\nCHECK if gitai is available:\ncommand -v gitai\n\n\n\nIF MISSING, STOP immediately and inform the user:\n\n\"The gitai CLI tool is not installed. Please install it globally (e.g., npm install -g @notyped/gitai) and configure it before using this skill.\"\n\n\n\nCHECK if ~/.gitai exists.\n\n\nIF MISSING, STOP immediately and inform the user:\n\n\"The gitai tool is installed but not configured. Please run gitai in your terminal to complete the setup.\"\n\n\n\nONLY PROCEED if both checks pass."
      },
      {
        "title": "Command Structure",
        "body": "Based on gitai --help:\n\ngitai [options] [projectPath] [baseMessage]\n\nArguments:\n\nprojectPath: The path to the project (default: \".\").\nbaseMessage: The base commit message (Optional).\n\nOptions:\n\n-p, --push: Whether to push after committing (default: false).\n-V, --version: Output the version number.\n-h, --help: Display help for command."
      },
      {
        "title": "Standard Workflows",
        "body": "CommandAction Descriptiongitai . ''Analyzes current folder, Generates message and commitsgitai . '' --pushAnalyzes current folder, Generates message, commits, AND pushes to remotegitai ./frontend 'ui update'Analyzes only the ./frontend directory, Generates message and commits"
      },
      {
        "title": "Verification",
        "body": "Check which version of Gitai is currently active:\n\ngitai --version"
      },
      {
        "title": "⚠️ Troubleshooting",
        "body": "Interactive Wizard Hangs: If gitai hangs waiting for input, it means ~/.gitai is missing or invalid. create the file manually as described in Step 2.\nNode Version Error: Ensure Node.js 18+ is active (node -v).\nAPI Errors: Check the API_KEY in ~/.gitai."
      },
      {
        "title": "Links",
        "body": "GitHub: https://github.com/leandrosilvaferreira/gitai-skill\nIssues: https://github.com/leandrosilvaferreira/gitai-skill/issues"
      },
      {
        "title": "Author",
        "body": "Leandro Zuck\nGitHub: https://github.com/leandrosilvaferreira\nEmail: leandrosilvaferreira@gmail.com"
      },
      {
        "title": "License",
        "body": "MIT"
      }
    ],
    "body": "Gitai Automation - AI-Powered Git Workflow\n\nTransform your development workflow with intelligent, automated commit management.\n\nGitai analyzes your code changes to generate precise, descriptive commit messages following the Conventional Commits standard. It eliminates the friction of writing commit messages, ensuring a clean, semantic, and professional git history automatically.\n\nKey capabilities:\n\nUniversal Language Support: Analyzes Node.js, Python, Java, Go, PHP, and more.\nMulti-LLM Support: Choose your preferred AI brain—OpenAI (GPT), Anthropic (Claude), or Groq.\nWorkflow Automation: Stages, commits, and pushes changes in a single command.\nStandardized History: Enforces consistency across your project's version history.\n📦 Prerequisites (MANDATORY)\n\nThis skill requires the @notyped/gitai CLI tool to be installed and configured on the system BEFORE the agent can operate.\n\nThe AGENT MUST NOT attempt to install this package or configure it.\n\nCHECK if gitai is available:\n\ncommand -v gitai\n\n\nIF MISSING, STOP immediately and inform the user:\n\n\"The gitai CLI tool is not installed. Please install it globally (e.g., npm install -g @notyped/gitai) and configure it before using this skill.\"\n\nCHECK if ~/.gitai exists.\n\nIF MISSING, STOP immediately and inform the user:\n\n\"The gitai tool is installed but not configured. Please run gitai in your terminal to complete the setup.\"\n\nONLY PROCEED if both checks pass.\n\n🚀 Usage & Workflows\nCommand Structure\n\nBased on gitai --help:\n\ngitai [options] [projectPath] [baseMessage]\n\n\nArguments:\n\nprojectPath: The path to the project (default: \".\").\nbaseMessage: The base commit message (Optional).\n\nOptions:\n\n-p, --push: Whether to push after committing (default: false).\n-V, --version: Output the version number.\n-h, --help: Display help for command.\nStandard Workflows\nCommand\tAction Description\ngitai . ''\tAnalyzes current folder, Generates message and commits\ngitai . '' --push\tAnalyzes current folder, Generates message, commits, AND pushes to remote\ngitai ./frontend 'ui update'\tAnalyzes only the ./frontend directory, Generates message and commits\nVerification\n\nCheck which version of Gitai is currently active:\n\ngitai --version\n\n⚠️ Troubleshooting\nInteractive Wizard Hangs: If gitai hangs waiting for input, it means ~/.gitai is missing or invalid. create the file manually as described in Step 2.\nNode Version Error: Ensure Node.js 18+ is active (node -v).\nAPI Errors: Check the API_KEY in ~/.gitai.\nLinks\nGitHub: https://github.com/leandrosilvaferreira/gitai-skill\nIssues: https://github.com/leandrosilvaferreira/gitai-skill/issues\nAuthor\nLeandro Zuck\nGitHub: https://github.com/leandrosilvaferreira\nEmail: leandrosilvaferreira@gmail.com\nLicense\n\nMIT"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/leandrosilvaferreira/gitai-skill",
    "publisherUrl": "https://clawhub.ai/leandrosilvaferreira/gitai-skill",
    "owner": "leandrosilvaferreira",
    "version": "1.0.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/gitai-skill",
    "downloadUrl": "https://openagent3.xyz/downloads/gitai-skill",
    "agentUrl": "https://openagent3.xyz/skills/gitai-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/gitai-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/gitai-skill/agent.md"
  }
}