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

gitcode-repo-daily

Generate daily operations reports for GitCode repositories with key metrics, AI summaries and Markdown output. 将 GitCode 上配置的仓库运营数据整理成日报输出;支持关键指标统计、AI 摘要与 Markdown。Python 3.7+ standard library only, no pip dependencies.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/autoxj/gitcode-repo-daily
Or

What This Skill Does

The gitcode-repo-daily skill is an advanced automation agent designed to streamline the reporting process for developers and project managers using GitCode. By analyzing repository metadata—including pull requests, commits, and issue activity—the tool generates high-quality, AI-synthesized daily operation reports. It follows a robust execution flow that pulls data via API, processes metrics, and leverages a template-driven approach to generate professional Markdown reports, all while handling authentication via environment variables.

Installation

To integrate this skill into your OpenClaw environment, execute the following command in your terminal: clawhub install openclaw/skills/skills/autoxj/gitcode-repo-daily Ensure that you have GITCODE_TOKEN set in your system or process environment variables, as the tool requires it for authorized API access to GitCode repositories. The skill is built with Python 3.7+ standard libraries and does not require external pip dependencies.

Use Cases

This skill is ideal for technical leads who need to maintain visibility over multiple repositories without manual overhead. Use it to:

  • Automate end-of-day status updates for team synchronization.
  • Extract meaningful insights from raw repository metrics during project reviews.
  • Standardize project reporting formats across different team members.
  • Quickly summarize recent development activity, such as NPU scheduling optimizations or bug fix documentation, for stakeholders.

Example Prompts

  • "生成一下今日仓库的运营日报。"
  • "给我整理一份 owner/repo 昨天的仓库运营报表。"
  • "帮我生成日报,仓库列表为 owner/repo1, owner/repo2,并保存为我的默认配置。"

Tips & Limitations

  • Persistence: The skill automatically remembers your repository list once configured; you don't need to pass the list every time. If you wish to switch, just mention the new repository names in your prompt.
  • Data Integrity: Always wait for the script to finish processing. The tool relies on a temp_dir for intermediate data storage; please ensure the system has permission to write to the SKILL_ROOT directory.
  • Authentication: If you receive authentication errors, verify that your GITCODE_TOKEN is correctly exported in your shell profile (e.g., .bashrc or .zshrc).
  • No Manual Edits: The tool handles database interactions and Markdown rendering internally. Avoid modifying the temp_dir files manually while the agent is running to prevent data corruption.

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-repo-daily": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#gitcode#developer-productivity#automation#report-generator#repo-metrics
Safety Score: 4/5

Flags: file-write, file-read, external-api, code-execution