← 返回 Skills 市场
bytesagain1

Vrf

作者 bytesagain1 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
149
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install vrf
功能描述
Analyze vrf operations. Use when you need to understand vrf mechanisms, evaluate protocol security, or reference on-chain concepts.
安全使用建议
This skill appears safe and self-contained: it runs a local shell script that stores entries in ~/.vrf by default and does not transmit data or ask for secrets. Before installing, consider: (1) data is stored plaintext in ~/.vrf/data.jsonl and config.txt — do not store sensitive secrets there; (2) you can override the directory with VRF_DIR if you want data elsewhere; (3) the script uses common UNIX tools (grep/sed/tail) and sed -i behavior can differ on macOS (BSD sed) — not a security issue but may affect editing; (4) if you require extra assurance, review the script file locally (scripts/script.sh) to confirm behavior. Overall the skill is coherent with its description.
功能分析
Type: OpenClaw Skill Name: vrf Version: 1.0.0 The skill is a basic local data-logging utility that stores and manages entries in a JSONL file within a local directory (~/.vrf). The script scripts/script.sh implements standard CRUD operations (add, list, search, remove, export) and lacks any network activity, sensitive file access, or malicious execution patterns. While the tool's actual logic is generic and does not perform the complex VRF analysis described in SKILL.md, it contains no evidence of harmful intent or security risks.
能力评估
Purpose & Capability
Name/description (VRF analysis) match the included CLI: the skill provides commands to add/list/search/export entries and basic stats/config management. No unrelated capabilities are requested.
Instruction Scope
SKILL.md instructs the agent to run the included scripts/script.sh with specific commands. The script only reads/writes files under the data directory and prints local info; it does not read other system files, environment variables (except optional VRF_DIR), or send data externally.
Install Mechanism
No install spec; the skill is instruction-only with an included script. Nothing is downloaded or extracted from remote URLs.
Credentials
No required environment variables or credentials. The script uses an optional VRF_DIR override to change the data directory; this is proportionate to the stated purpose.
Persistence & Privilege
always is false and the skill does not request persistent platform privileges or modify other skills' configuration. It persists only its own data/config under the user data directory.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install vrf
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /vrf 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
Slug vrf
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Vrf 是什么?

Analyze vrf operations. Use when you need to understand vrf mechanisms, evaluate protocol security, or reference on-chain concepts. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 149 次。

如何安装 Vrf?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install vrf」即可一键安装,无需额外配置。

Vrf 是免费的吗?

是的,Vrf 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Vrf 支持哪些平台?

Vrf 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Vrf?

由 bytesagain1(@bytesagain1)开发并维护,当前版本 v1.0.0。

💬 留言讨论