← 返回 Skills 市场
406
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install silviu-core
功能描述
Implements Silviu-specific guards and runbooks to enforce validation, prevent common errors, and manage browser and GitHub interactions in OpenClaw.
安全使用建议
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.
功能分析
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'.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install silviu-core - 安装完成后,直接呼叫该 Skill 的名称或使用
/silviu-core触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Silviu Core 是什么?
Implements Silviu-specific guards and runbooks to enforce validation, prevent common errors, and manage browser and GitHub interactions in OpenClaw. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 406 次。
如何安装 Silviu Core?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install silviu-core」即可一键安装,无需额外配置。
Silviu Core 是免费的吗?
是的,Silviu Core 完全免费(开源免费),可自由下载、安装和使用。
Silviu Core 支持哪些平台?
Silviu Core 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Silviu Core?
由 unknoOwnd(@unknoownd)开发并维护,当前版本 v1.0.0。
推荐 Skills