Agent Skills
› serithemage/serverless-openclaw
› solo-maintainer
solo-maintainer
GitHub面向独立维护者的自动化工作流,涵盖PR分类、Issue处理、发布、部署、安全检查及文档同步。通过路由分发至具体子技能,自动执行维护任务并记录证据,仅在策略规定的异常情况下暂停。
Trigger Scenarios
用户希望自动化处理仓库日常维护工作
需要端到端地管理PR和Issue
Install
npx skills add serithemage/serverless-openclaw --skill solo-maintainer -g -y
SKILL.md
Frontmatter
{
"name": "solo-maintainer",
"description": "Operates this repository as a solo maintainer across PR triage, issue handling, release work, deploys, ops checks, cost checks, security review, and docs drift. Use when the user wants you to just handle maintenance work end-to-end.",
"argument-hint": "[scope, e.g. inbox|guard|release|sweep]"
}
Solo Maintainer Control Surface
First Step
Read the shared policy before acting:
Scope Router
inbox: read ../solo-maintainer-inbox/SKILL.mdrelease: read ../solo-maintainer-release/SKILL.mdguard: read ../solo-maintainer-guard/SKILL.md- broad or unspecified request:
- clear the inbox
- run a guard sweep
- ship only when the request explicitly asks for a release, deploy, or merge batch
Default Behavior
- Execute normal maintainer actions automatically.
- Stop only for suspicious changes defined in the shared policy.
- Prefer
gh,git, repo scripts, and local verification commands over browser-only workflows. - Keep notes short and evidence-based so the maintainer can resume quickly if a stop condition is hit.
Version History
- 504300d Current 2026-07-25 09:03


