← Back to Skills Marketplace
406
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install silviu-core
Description
Implements Silviu-specific guards and runbooks to enforce validation, prevent common errors, and manage browser and GitHub interactions in OpenClaw.
Usage Guidance
This is an instruction-only runbook bundle that appears coherent and low-risk: it checks browser relay status and performs harmless GitHub preflight commands (curl to github.com, git ls-remote) and suggests exporting GIT_TERMINAL_PROMPT to avoid interactive prompts. Before enabling, confirm you trust the unknown publisher; although the runbooks are small and transparent, instruction-only skills execute shell commands and will make network requests (to github.com) and run git operations, which are visible in logs and to network monitoring. If you have stricter network or audit requirements, review the exact commands and run them manually first. No credentials are requested by the skill.
Capability Analysis
Type: OpenClaw Skill
Name: silviu-core
Version: 1.0.0
The skill bundle includes instructions for the AI agent to execute shell commands like `curl -I https://github.com`, `export GIT_TERMINAL_PROMPT=0`, and `git ls-remote <repo>` as part of a 'Repo Audit Preflight' runbook in `SKILL.md` and `repo_audit_preflight.md`. While these commands are plausibly needed for the stated purpose, the execution of arbitrary shell commands, especially with a placeholder like `<repo>` that could be substituted by the agent, represents a risky capability and a potential command injection vulnerability if the agent's execution environment does not properly sanitize input. This falls under 'risky capabilities without clear malicious intent'.
Capability Assessment
Purpose & Capability
Name/description (browser + GitHub guardrails and runbooks) match the SKILL.md and included runbook files. All required actions (openclaw browser commands, curl github.com, git ls-remote, setting GIT_TERMINAL_PROMPT) are directly relevant to the described purpose.
Instruction Scope
SKILL.md only instructs checking browser relay status and performing harmless GitHub connectivity/preflight checks. It does not direct reading unrelated files, accessing credentials, or posting data to external endpoints beyond github.com (which is expected). The single environment change (export GIT_TERMINAL_PROMPT=0) is scoped to preventing interactive git prompts.
Install Mechanism
No install specification and no code files — instruction-only skill. Nothing is downloaded or written to disk by the skill itself.
Credentials
The skill declares no required environment variables or credentials. The one recommended export (GIT_TERMINAL_PROMPT=0) is appropriate for non-interactive git use and proportionate to performing repo preflight checks.
Persistence & Privilege
always is false and there are no instructions to modify agent/system-wide configuration or other skills. The skill does not request persistent presence or elevated privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install silviu-core - After installation, invoke the skill by name or use
/silviu-core - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of silviu-core skill.
- Adds guardrails for OpenClaw operational workflows.
- Enforces the validate → execute → verify process.
- Blocks random package installs, misclassified network issues, and browser automation without an active tab.
- Provides "Browser Attach Doctor" and "Repo Audit Preflight" runbooks to streamline troubleshooting.
Metadata
Frequently Asked Questions
What is Silviu Core?
Implements Silviu-specific guards and runbooks to enforce validation, prevent common errors, and manage browser and GitHub interactions in OpenClaw. It is an AI Agent Skill for Claude Code / OpenClaw, with 406 downloads so far.
How do I install Silviu Core?
Run "/install silviu-core" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Silviu Core free?
Yes, Silviu Core is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Silviu Core support?
Silviu Core is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Silviu Core?
It is built and maintained by unknoOwnd (@unknoownd); the current version is v1.0.0.
More Skills