feat(skill): 新增 agent-browser-stealth 的 OpenClaw skill 与 ClawHub 自动同步

This commit is contained in:
leeguooooo
2026-02-24 18:05:29 +09:00
parent 43e781a8d3
commit 85d18799a4
3 changed files with 187 additions and 0 deletions
+14
View File
@@ -135,6 +135,20 @@ This fork enforces a few operational policies:
- Recommended release format: `<upstream>-fork.<fork>` (example: `0.14.0-fork.3`)
- Use npm Trusted Publishing (OIDC)
## OpenClaw Skill Sync
This repo includes a dedicated OpenClaw skill at:
- `skills/agent-browser-stealth/SKILL.md`
GitHub Actions auto-syncs skills to ClawHub on every push via:
- `.github/workflows/clawhub-sync.yml`
Required repository secret:
- `CLAWHUB_TOKEN`: API token used by `clawhub login --token ...`
## License
Apache-2.0