🧪 Skills
Silviu Core
Implements Silviu-specific guards and runbooks to enforce validation, prevent common errors, and manage browser and GitHub interactions in OpenClaw.
v1.0.0
Description
silviu-core
Silviu-specific ops guardrails and runbooks for OpenClaw.
What this skill does
- Enforces: validate → execute → verify.
- Prevents common failure modes:
- No random package installs to solve unrelated tasks.
- GitHub auth prompts are not treated as "network issues".
- Browser automation requires an attached tab (Chrome relay ON).
Runbooks
Browser Attach Doctor
If openclaw browser tabs shows no tabs:
- Open Chrome
- Click OpenClaw Browser Relay on an active tab until it shows ON
- Re-run
openclaw browser tabs
Repo Audit Preflight
Before cloning:
export GIT_TERMINAL_PROMPT=0curl -I https://github.comgit ls-remote https://github.com/<owner>/<repo>.git | head
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!