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


