Computer profession
16 skills available
Multi-agent task allocation and scheduling capabilities
Clawdtributor is a built-in multi-agent scheduling core component of OpenClaw. It automatically breaks down complex tasks and creates batches of sub-agents for parallel execution. Supporting various load-balancing strategies and consolidating the verification of all sub-task results, it significantly boosts processing efficiency in scenarios such as bulk research, code auditing, and distributed data collection.
ClawSweeper: Automated Warehouse Work Order Cleanup and Inspection Capability
ClawSweeper is an intelligent DevOps agent skill designed for OpenClaw to automate issue management in GitHub projects. It automatically scans repository issues and pull requests (PRs) to identify invalid items—such as those that are stale, unreproducible, or already resolved—and uses AI to generate standardized closing comments for batch archiving, thereby reducing manual maintenance effort. It features built-in safety safeguards to prevent the accidental closure of issues marked with protected labels, linked to active PRs, or created by administrators. Additionally, it supports scheduled polling, manual trigger commands, issue status queries, and the automatic submission of fix PRs.
Discrawl — Discord Offline Archiving and Smart Search
Discrawl 是 OpenClaw 生态系统中的一个技能模块,用于将 Discord 服务器数据(频道、线程、消息、成员资料)离线同步到本地 SQLite 数据库,并提供全文搜索、成员目录、实时增量更新和 TUI 界面等功能。它优先使用本地归档数据回答 Discord 相关问题,仅在数据过时或范围不足时才回退调用 Discord API
Gitcrawl —— 本地GitHub归档搜索与PR状态同步技能
Gitcrawl is a tool designed for searching and interacting with GitHub issues and pull requests, prioritizing local archives. Its core philosophy is to utilize locally cached archive data before calling the live GitHub API, thereby improving search efficiency and reducing real-time dependency on the API. Built as a Go module, it can be installed using the command: `go install github.com/openclaw/gitcrawl/cmd/gitcrawl@latest`.
discord-clawd | OpenClaw Discord Interaction Gateway Skill
OpenClaw's official Discord bot interaction capabilities (natively integrated with Clawd) encapsulate the full Discord Bot API. This enables the OpenClaw AI agent to directly read, write, and manage Discord servers, channels, and direct messages, facilitating community automation, ChatOps, and intelligent message processing.
agent-transcript
Add a redacted agent transcript section to GitHub PR or issue bodies during OpenClaw agent-created PR/issue workflows.
Automated Code Review
"Autonomous Code Review" is a core AI code review agent capability built into OpenClaw, specifically designed to automate Git PR/MR code review workflows.
Skills in end-to-end release verification and CI monitoring
Release OpenClaw CI is a capability designed to execute, monitor, debug, and summarize the full release CI process for OpenClaw. Working in conjunction with `release-openclaw-maintainer` and `openclaw-testing`, it is utilized when release candidates require comprehensive validation, proof of installation/updates, real-time provider checks, or CI recovery. It handles the initiation, monitoring, troubleshooting, and evidence logging of full-matrix release validation but does not perform actual release operations—such as version bumps, tagging, `npm publish`, or GitHub releases—which require explicit operator approval.
Mastering Intelligent Grouping and Labeling for PRs/Issues
"Tag Duplicate PRs and Issues" is a GitHub workflow skill designed to assist maintainers with triage. It identifies duplicate PRs or issues by searching a local archive via `gitcrawl`, uses the `prtags` tool to create or reuse issue groupings, and synchronizes the maintainer's assessment back to GitHub. This skill focuses on determining whether a PR or issue duplicates existing work, rather than reviewing the quality of a PR's implementation.
End-to-end release process management skills
The Release OpenClaw Maintainer is a tool designed for the end-to-end management of OpenClaw stable and beta releases. It handles version number management, changelog generation, release note drafting, the execution of release commands, and artifact verification. Operating in coordination with release-openclaw-ci (for CI verification) and openclaw-changelog-update (for changelog generation), it serves as the core control layer for the OpenClaw release process.
Techniques for batch-fixing high-certainty bugs within a limited scope
The "OpenClaw Small Bugfix Sweep" is a specialized workflow designed to batch-process issues and pull requests (PRs) in the OpenClaw repository by addressing minor, high-certainty bugs. Through in-depth code review, it targets only those bugs with clear root causes, unambiguous ownership, and minimal patch requirements. Upon fixing a bug, the system generates a "dirty diff" summary for manual review by Peter (the core maintainer); issues are submitted and closed only after his approval. Crucially, this process never involves pushing code, creating PRs, posting comments, closing issues, or applying tags during the review phase—all such actions are deferred until Peter grants explicit approval.
Alpha/Nightly Automated Release and Beta Triggering Capabilities
The OpenClaw Nightly release skill is an automated Alpha/Nightly release mechanism for OpenClaw/Tideclaw. It handles Alpha releases (triggered every 12 hours or manually), Beta release triggers, fixes on release branches, and forward-porting changes back to the `main` branch after a release. Working in tandem with the `release-private` skill, it utilizes the Tideclaw machine identity to execute releases on isolated branches, ensuring that a busy or broken state on the `main` branch does not impact the availability of Nightly builds.
Release a skill for automating changelog generation.
The OpenClaw Changelog Update is an automated utility designed to regenerate the OpenClaw release changelog from Git history. Prior to any beta or stable release (or re-release), it rewrites the relevant version section of `CHANGELOG.md` based on the complete history manifest, eliminating reliance on outdated draft notes. Used in conjunction with `release-openclaw-maintainer`, this utility manages changelog content, ordering, grouping, and attribution, serving as a mandatory step in the release process.
Maintainer Skills for Automated Review and Merging
OpenClaw PR Maintainer is a GitHub workflow automation tool designed for OpenClaw project maintainers to systematically review, triage, merge, and close issues and pull requests. It assists maintainers in efficiently managing external contributions while ensuring codebase quality and decision-making consistency through intelligent retrieval (prioritizing local archives), contributor identity analysis, deep code review (requiring an understanding of the full runtime context), and evidence-based merging criteria (mandating reproducible bug fixes).
Source-Audit-Driven Document Refactoring Skills
OpenClaw Refactor Docs is a skill designed for the source-audit-driven refactoring of existing OpenClaw documentation pages. Building upon the `openclaw-docs` skill—which handles style, page types, examples, and validation—it introduces a refactoring workflow that mandates the preservation and verification of all behavioral facts during rewriting, restructuring, splitting, or streamlining; this ensures that accurate descriptions of system behavior are not lost in the process. It requires source-based verification (against source code, tests, or schemas) for all behavior-sensitive information—such as configuration fields, commands, default values, and permission rules—rather than relying on inferences based on names or intent.
Skills in systematic debugging and problem localization
OpenClaw Debugging is a skill for systematically troubleshooting behavioral discrepancies in OpenClaw. When OpenClaw exhibits inconsistent performance across local testing, live models, different providers, code-mode, Tool Search, Crabbox, or CI environments, this skill enables you to pinpoint issues by selecting the appropriate logs, probing methods, and verification paths, rather than relying on blind guesswork.