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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/autoxj/gitcode-repo-dailyWhat 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_dirfor intermediate data storage; please ensure the system has permission to write to theSKILL_ROOTdirectory. - Authentication: If you receive authentication errors, verify that your
GITCODE_TOKENis correctly exported in your shell profile (e.g.,.bashrcor.zshrc). - No Manual Edits: The tool handles database interactions and Markdown rendering internally. Avoid modifying the
temp_dirfiles manually while the agent is running to prevent data corruption.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-autoxj-gitcode-repo-daily": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, external-api, code-execution
Related Skills
deepwiki-ask
通过 DeepWiki MCP 查询仓库信息。支持提问、获取结构、获取文档内容。Query a repository via DeepWiki MCP: ask questions, get structure, get documentation. 用户提供 owner/repo 时触发。
gitcode-release-notes
Generate release notes for GitCode repositories from commits (by tag range or since-date), grouped as feat/fix/docs/other, output Markdown for Release pages. 按 tag 区间或日期拉取提交并生成版本发布公告 Markdown。Python 3.7+ standard library only.
skill-everyday
每天抓取 Clawhub 热门技能,深入分析并生成报告。每次执行获取一个未分析过的热门技能,避免重复。
gitcode-pr-audit
Quality audit for merged GitCode PRs: sample by time range or repo list, check compliance (labels, comments, tests, size, etc.), output table. Use when user asks to 抽检/质量检查 已合入的 PR 规范性、多仓库 PR、或 将结果整理成表格. Multi-repo (owner/repo). Python 3.7+ stdlib only.
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.