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:01


