← 返回 Skills 市场
Slashing
作者
bytesagain3
· GitHub ↗
· v1.0.0
· MIT-0
158
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install slashing
功能描述
Analyze slashing operations. Use when you need to understand slashing mechanisms, evaluate protocol security, or reference on-chain concepts.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install slashing - 安装完成后,直接呼叫该 Skill 的名称或使用
/slashing触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
常见问题
Slashing 是什么?
Analyze slashing operations. Use when you need to understand slashing mechanisms, evaluate protocol security, or reference on-chain concepts. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 158 次。
如何安装 Slashing?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install slashing」即可一键安装,无需额外配置。
Slashing 是免费的吗?
是的,Slashing 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Slashing 支持哪些平台?
Slashing 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Slashing?
由 bytesagain3(@bytesagain3)开发并维护,当前版本 v1.0.0。
推荐 Skills