Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Started$pwd:
$ git log --oneline --stat
stars:197
forks:42
updated:March 6, 2026 at 05:47
SKILL.md
System health audit and diagnostics
Web search with automatic provider fallback (Tavily → DuckDuckGo)
Guide for creating new QuantClaw skills
Check current weather using wttr.in
| name | github |
| emoji | 🐙 |
| description | Interact with GitHub via gh CLI |
| requires | {"bins":["gh"]} |
| metadata | {"openclaw":{"install":{"apt":"gh"}}} |
You can interact with GitHub using the gh CLI tool via system.run.
Common operations:
gh repo listgh issue list -R owner/repogh issue create -R owner/repo --title "..." --body "..."gh pr view 123 -R owner/repogh pr create --title "..." --body "..."gh search code "query" --language pythongh api notificationsAuthentication: Ensure gh auth login has been run first.