An advanced command-line interface skill for automated control of GitCode API v5 platforms, managing code pipelines, repositories, and migration workflows.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install relay-gitcode-cli
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install relay-gitcode-cli using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Relay GitCode CLI skill leverages the gd binary to serve as an authoritative control surface for GitCode API v5. Built as an optimized extension within Openclaw Skills, it provides robust capabilities for managing code hosting workflows without relying on external, unrelated platform paradigms. It equips developers and automated agents with localized capabilities for deep repository manipulation, pull request reviews, pipeline execution, and fine-grained authentication state monitoring.
By prioritizing automated JSON parsing options (--json), it functions seamlessly as a bridge for AI agents to interact directly with internal version control mechanisms. It replaces complex manual API crafting with structured terminal tasks, enabling effortless project-wide management spanning custom webhooks, code checking configurations, and remote repository synchronization.
gd executable by scanning local skill asset bundles and the system PATH.GD_TOKEN or GITCODE_TOKEN) execute alongside localized credential lookup to populate active agent sessions securely.--json for safe automation.Identify or force-install the binary dependency required by the environment:
# Check system execution readiness and auth payload status
"$GD_BIN" --version
"$GD_BIN" version check --json
"$GD_BIN" auth status --json
# Fallback to Cargo installation if no local binary assets exist
cargo install relay-gitcode-cli --force
# Securely supply tokens via interactive stream parameters
printf '%s' "$GITCODE_TOKEN" | gd auth login --with-token --json
The skill manages localized automation tasks and interfaces via standard structured data paradigms:
| Mechanism / Path | Data Context / Target Mapping | Formats Supported |
|---|---|---|
| Local Assets Path | assets/bin/ paths per operating system target (linux-x86_64, windows-x86_64) |
Executable binaries |
| Workflow Files | .gitcode/workflows/ storage directories |
YAML configurations |
| Command Outputs | Standard Error (stderr) & Standard Output (stdout) streams | JSON Objects / String Scalars |
| Fields Injection | Multi-pass --field key=value entries |
Scaled Booleans, Numbers, Strings, Nulls |
gd repo sync-github supporting multi-protocol URL parsing, Git-based pushes, and automated target recreation updates.gd release migrate-github to automatically read GitHub Release metadata and rewrite assets directly to corresponding GitCode releases.matched_path, unexpected_token, and exact schema suggestions directly to stderr streams.Loading
An AI-powered document generation skill that ingests prototype descriptions and screenshots to generate scope-locked, professionally formatted Product Requirement Documents (PRDs) with built-in consistency checks.

A deep web research skill that queries 11 Chinese and international search sources simultaneously with evidence synthesis, contradiction detection, and local Agentic RAG fallback.

An AI-powered personal productivity and energy management consultant designed to diagnose efficiency bottlenecks and build sustainable habits.

A powerful browser automation CLI tool that allows AI agents and developers to interact with web pages, extract structured data, and manage sessions using a simple ref-based system.

An automated integration for tracking Google Search Console sitemap health, error reports, and URL indexation status.

An institutional-grade financial data analyst skill for retrieving real-time quotes, valuation time series, and consensus forecasts across CN, HK, and US markets.








































