ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 4/5

gitcode

Fetch and query data from GitCode platform via its REST API: repositories, branches, issues, pull requests, commits, tags, users, organizations, search, webhooks, members, releases and more. 查询 GitCode 上的仓库、分支、议题、PR、提交、标签、用户、组织等数据。Python 3.7+ standard library only.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/autoxj/gitcode
Or

What This Skill Does

The gitcode skill is a powerful automation utility designed for developers and project managers to interact with the GitCode platform directly via OpenClaw. It provides a robust interface to the GitCode v5 REST API, enabling users to perform a wide variety of operations without ever leaving their chat or automation workflow. Whether you need to fetch repository metadata, audit branch health, list issues and pull requests, or retrieve commit history, this skill handles the heavy lifting of API communication, authentication management, and structured data retrieval.

Installation

To integrate this skill into your environment, use the OpenClaw command-line interface. Run the following command in your terminal: clawhub install openclaw/skills/skills/autoxj/gitcode Ensure that you have Python 3.7+ installed, as this skill relies on the standard library to execute requests. After installation, consider configuring your GitCode access token as an environment variable (GITCODE_TOKEN) to enable seamless, authenticated access to private resources.

Use Cases

  • Project Management: Quickly audit the status of all open pull requests and assigned issues across multiple repositories for a team or organization.
  • CI/CD Integration: Automatically trigger or monitor webhooks and release processes by querying the latest tag data or commit status.
  • Development Workflow: Search for specific code segments or repositories across the platform and fetch file lists or branch details to expedite context switching.
  • Reporting: Collect data on contributor activity, member permissions, or repository growth metrics to generate weekly status reports.

Example Prompts

  1. "List all open pull requests for the repository 'owner/repo' and summarize the top 3 issues that need attention."
  2. "Find the latest release tag for 'org/project' and provide a link to the corresponding commit history."
  3. "Search for all public repositories under the organization 'OpenClaw' that contain the keyword 'automation' and return their star counts."

Tips & Limitations

  • Authentication: Always prioritize setting your GITCODE_TOKEN as an environment variable to avoid repeatedly providing credentials in chat. Ensure your token has the necessary scopes (read_api, read_repository) enabled.
  • Rate Limiting: Be mindful of the platform's API rate limits (default 50 requests per minute/4000 per hour). If your automation tasks involve high-volume data scraping, consider implementing local caching or retry logic.
  • Documentation: For advanced queries, refer to the reference.md file included with the skill, which acts as the canonical source for all available v5 API endpoints, request parameters, and expected response schemas.

Metadata

Author@autoxj
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-autoxj-gitcode": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#gitcode#git#developer#api#automation
Safety Score: 4/5

Flags: network-access, external-api