Slashing

v1.0.0

Analyze slashing operations. Use when you need to understand slashing mechanisms, evaluate protocol security, or reference on-chain concepts.

0· 151·1 current·1 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for bytesagain3/slashing.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Slashing" (bytesagain3/slashing) from ClawHub.
Skill page: https://clawhub.ai/bytesagain3/slashing
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install slashing

ClawHub CLI

Package manager switcher

npx clawhub@latest install slashing
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97dnyb7mjbdphw5sg0p35mgz983bnnh
151downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

Slashing

Analyze slashing operations. Use when you need to understand slashing mechanisms, evaluate protocol security, or reference on-chain concepts.

When to Use

  • status: Show current status
  • add: Add new entry
  • list: List all entries
  • search: Search entries
  • remove: Remove entry by number
  • export: Export data to file
  • stats: Show statistics
  • config: View or set config

Commands

status

scripts/script.sh status

Show current status

add

scripts/script.sh add

Add new entry

list

scripts/script.sh list

List all entries

search

scripts/script.sh search

Search entries

remove

scripts/script.sh remove

Remove entry by number

export

scripts/script.sh export

Export data to file

stats

scripts/script.sh stats

Show statistics

config

scripts/script.sh config

View or set config

help

scripts/script.sh help

version

scripts/script.sh version

Configuration

Use scripts/script.sh config <key> <value> to customize behavior.

VariableDescription
SLASHING_DIRData directory (default: ~/.slashing/)

Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

Comments

Loading comments...