query active

Search Skills

Find the perfect capability for your agent.

Results
10,480
matching skills for this query
Page
65
of 524 pages
Keyword
git
search by name, tag, or description
git-workflows
4K

gitbuddy

Extend Git with utilities for changelogs, branch cleanup, and repo stats. Use when generating changelogs, squashing branches, or viewing repo statistics.

openclaw
openclaw
devops
open
productivity-tools
4K

github

GitHub API integration with managed OAuth. Access repositories, issues, pull requests, commits, branches, and users. Use this skill when users want to interact with GitHub repositories, manage issues and PRs, search code, or automate workflows. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).

openclaw
openclaw
tools
open
git-workflows
4K

script-git-manager

Create and modify scripts in ~/.nanobot/workspace/test with strict Git versioning. Each script lives in its own directory with an isolated git repository. Always confirms creation plan before execution and reports progress at each step. Uses ~/.nanobot/workspace/venv for Python environment and package management.

openclaw
openclaw
devops
open
git-workflows
4K

github-trending-stable

通过网页抓取获取 GitHub 按日/周/月增长的热门仓库。当用户询问 GitHub 趋势、热门项目、本周热点或「什么在 GitHub 上 trending」时使用。可输出列表或 JSON,无需 API Key。

openclaw
openclaw
devops
open
git-workflows
4K

github-trending

通过网页抓取获取 GitHub 按日/周/月增长的热门仓库。当用户询问 GitHub 趋势、热门项目、本周热点或「什么在 GitHub 上 trending」时使用。可输出列表或 JSON,无需 API Key。

openclaw
openclaw
devops
open
git-workflows
4K

github-to-rednote

Convert GitHub repositories into RedNote (小红书) style technical articles. Use when user wants to generate tech promotion content from GitHub repos - including project intros, reviews, tutorials, tool lists, or release notes. Supports 5 article templates with emoji formatting and hashtag tags.

openclaw
openclaw
devops
open
git-workflows
4K

autonomous-github-team

Autonomous GitHub Team — 41 AI agents that autonomously monitor a GitHub repository, detect bugs, create fixes, open PRs, and release to production. Triggers on: "run GitHub agents", "autonomous dev team", "automated bug fixing", "AI code review", "GitHub workflow automation", "CI/CD automation". ⚠️ SECURITY: Requires a GitHub PAT with write access. Clones and executes third-party scripts. See "Security Notes" below before installing.

openclaw
openclaw
devops
open
git-workflows
4K

commit-reviewer

根据一个或多个 git 修订号和需求描述,检查提交是否真正修复了对应 bug,并给出逐条结论

openclaw
openclaw
devops
open
git-workflows
4K

clawhub-sync

将本地开发的 Skills 批量同步到 ClawHub 平台。支持智能 .gitignore 过滤、白名单控制、增量同步、单个 skill 同步。本技能应在用户需要将本地 skills 发布到 ClawHub、批量同步技能、检查发布状态时使用。

openclaw
openclaw
devops
open
git-workflows
4K

git-batch-commit

智能 Git 批量提交工具。当用户说 "git 提交"、"git commit"、"批量提交"、"拆分提交"、"整理提交" 时使用,或者当用户暂存了多个不同类型的文件需要分开提交时使用。自动将混合的文件修改按类型分类(依赖管理、文档更新、license 文件、配置、源代码等),并创建多个清晰聚焦的提交,使用标准化的提交信息格式。帮助保持清晰的 Git 历史,确保每个提交都有单一、明确的目的。使用英文前缀(docs:、feat:、fix: 等)加中文内容,支持 GitHub 彩色标签显示。

openclaw
openclaw
devops
open
git-workflows
4K

repo-research

GitHub 仓库深度研究与整合分析工具。支持单个/多个仓库研究、与本地项目对比分析、启发式整合建议。支持主题驱动搜索模式:自动搜索相关仓库、克隆、分析并生成报告。克隆远程仓库到本地 research/ 目录,进行深度代码分析、架构评估、依赖解析,并生成结构化研究报告。触发条件:用户提供 GitHub URL 请求研究/分析/整合/对比时,或提供主题关键词请求搜索并研究相关仓库时。

openclaw
openclaw
devops
open
git-workflows
4K

publish-skill

Prepare and publish an OpenClaw skill to ClawHub. Handles PII/secret auditing, generalization, env var extraction, directory scaffolding, git init, and the clawhub publish command. Use when publishing a new skill or updating an existing one on ClawHub.

openclaw
openclaw
devops
open
git-workflows
4K

copilot-cli-operator

Run GitHub Copilot CLI from OpenClaw for coding tasks in a target project directory. Use when the user asks OpenClaw to use Copilot for implementation, debugging, refactoring, review, or scripted coding workflows.

openclaw
openclaw
devops
open
git-workflows
4K

openclaw-version-monitor

监控 OpenClaw GitHub 版本更新,获取最新版本发布说明,翻译成中文, 并推送到 Telegram 和 Feishu。用于:(1) 定时检查版本更新 (2) 推送版本更新通知 (3) 生成中文版发布说明

openclaw
openclaw
devops
open
git-workflows
4K

git-commit-helper

Generate standardized git commit messages following Conventional Commits format. Use this skill when the user asks to commit code, write a commit message, or create a git commit. Enforces team conventions for type prefixes, scope naming, message length, and breaking change documentation.

openclaw
openclaw
devops
open
git-workflows
4K

github-tools

Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.

openclaw
openclaw
devops
open
git-workflows
4K

research-web-publisher

调研报告网页发布工作流。用于将调研内容发布为可在线查看的HTML网页,并推送到GitHub生成国内可访问的镜像链接。触发场景:(1) 用户要求发布调研报告 (2) 需要将HTML部署到线上 (3) 需要生成国内可访问的链接 (4) 完成从内容到网页发布的完整流程 (5) 用户发送"研究"、"调研"、"分析"、"测评"、"对比"、"报告"等关键词时自动触发

openclaw
openclaw
devops
open
git-workflows
4K

developer-agent

Orchestrates software development by coordinating with Cursor Agent, managing git workflows, and ensuring quality delivery. Use when implementing development requirements, feature requests, bug fixes, or refactoring tasks that involve git operations, build verification, and deployment pipelines.

openclaw
openclaw
devops
open
git-workflows
4K

issue-to-pr

issue-to-pr — Automatically fix GitHub issues end-to-end: reads the issue, analyzes repository code, implements a fix, and submits a pull request. Use when the user provides a GitHub issue URL, mentions fixing a GitHub issue, or uses the /fix-issue command. Supports URLs in the format https://github.com/{owner}/{repo}/issues/{number}.

openclaw
openclaw
devops
open
git-workflows
4K

9527-github-trending

每日自动获取 GitHub Trending 热门项目,推送通知。支持自定义语言、时间范围、推送渠道(Telegram/钉钉/企业微信)。零成本运行。

openclaw
openclaw
devops
open
Previous
Page 65 / 524
Next