← Back to Skills Marketplace
bytesagain3

Slashing

by bytesagain3 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
158
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install slashing
Description
Analyze slashing operations. Use when you need to understand slashing mechanisms, evaluate protocol security, or reference on-chain concepts.
Usage Guidance
This skill appears coherent and local-only. Before installing: (1) know it stores data unencrypted under ~/.slashing (or whatever SLASHING_DIR you set) — avoid adding secrets to entries; (2) the bundled script will be executed locally, so review it if you want to verify behavior; (3) exports simply copy or convert the local data file, so treat exported files like any other sensitive note. If you plan to use it on a shared system, pick a secure DATA_DIR and back up as needed.
Capability Analysis
Type: OpenClaw Skill Name: slashing Version: 1.0.0 The 'slashing' skill is a simple local data management tool for tracking text entries related to blockchain slashing operations. The implementation in 'scripts/script.sh' performs basic CRUD operations (add, list, search, remove) on a local JSONL file located in the user's home directory (~/.slashing) and lacks any network activity, data exfiltration, or suspicious execution patterns.
Capability Assessment
Purpose & Capability
The name/description (analyzing slashing on-chain concepts) matches the included script and SKILL.md: both provide local commands to add/list/search/export entries and configure a data directory. There are no unrelated credentials, binaries, or external services required.
Instruction Scope
SKILL.md directs the agent to run the bundled scripts/script.sh with specific commands (status, add, list, etc.). The script only reads/writes files under the configured DATA_DIR (default ~/.slashing) and does not access other system paths or remote endpoints. It does not instruct collection or transmission of unrelated data.
Install Mechanism
There is no install spec or remote download; the skill is instruction-only plus a bundled shell script. Nothing is fetched from external URLs and no archive extraction or package installs occur.
Credentials
No required environment variables or credentials are declared. The script optionally respects SLASHING_DIR to change the local data directory, which is appropriate and proportional for a local-data recording tool.
Persistence & Privilege
The skill does not request permanent/always-on inclusion. It writes only to its own data directory (~/.slashing by default) and does not modify other skills or system-wide agent config. Autonomous invocation remains enabled by default but is not accompanied by broad privileges or credential access.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install slashing
  3. After installation, invoke the skill by name or use /slashing
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
publish v1.0.0
Metadata
Slug slashing
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Slashing?

Analyze slashing operations. Use when you need to understand slashing mechanisms, evaluate protocol security, or reference on-chain concepts. It is an AI Agent Skill for Claude Code / OpenClaw, with 158 downloads so far.

How do I install Slashing?

Run "/install slashing" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Slashing free?

Yes, Slashing is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Slashing support?

Slashing is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Slashing?

It is built and maintained by bytesagain3 (@bytesagain3); the current version is v1.0.0.

💬 Comments