← Back to Skills Marketplace
Vrf
by
bytesagain1
· GitHub ↗
· v1.0.0
· MIT-0
149
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install vrf
Description
Analyze vrf operations. Use when you need to understand vrf mechanisms, evaluate protocol security, or reference on-chain concepts.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install vrf - After installation, invoke the skill by name or use
/vrf - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
publish v1.0.0
Metadata
Frequently Asked Questions
What is Vrf?
Analyze vrf operations. Use when you need to understand vrf mechanisms, evaluate protocol security, or reference on-chain concepts. It is an AI Agent Skill for Claude Code / OpenClaw, with 149 downloads so far.
How do I install Vrf?
Run "/install vrf" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Vrf free?
Yes, Vrf is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Vrf support?
Vrf is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Vrf?
It is built and maintained by bytesagain1 (@bytesagain1); the current version is v1.0.0.
More Skills