← 返回 Skills 市场
Staking
作者
bytesagain1
· GitHub ↗
· v1.0.0
· MIT-0
160
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install staking
功能描述
Analyze staking operations. Use when you need to understand staking mechanisms, evaluate protocol security, or reference on-chain concepts.
安全使用建议
This skill runs a local shell script that stores data under ~/.staking by default (configurable via STAKING_DIR). There are no network calls or credential requests. Before installing, consider whether you are comfortable storing staking notes in plaintext on your machine; avoid adding private keys or sensitive secrets to entries since the data is stored locally and unencrypted. Additionally, if you set STAKING_DIR to point at another location, the script will read and write there, so do not point it to sensitive system locations.
功能分析
Type: OpenClaw Skill
Name: staking
Version: 1.0.0
The 'staking' skill is a basic local data management tool for logging and searching text entries related to staking operations. The shell script (scripts/script.sh) performs standard file operations (append, grep, sed) within a local directory (~/.staking) and contains no network activity, credential access, or obfuscated code.
能力评估
Purpose & Capability
Name/description match the included script and commands: the skill provides local commands (status, add, list, search, remove, export, stats, config) for analyzing/recording staking operations. Nothing requested or included is outside that scope.
Instruction Scope
SKILL.md invokes scripts/script.sh for all commands. The script only reads and writes files under a configurable data directory (default ~/.staking), and uses standard shell utilities. It does not call external network endpoints, probe unrelated system config, or attempt to read other environment variables or credentials.
Install Mechanism
There is no install spec; the skill is instruction-only plus an included shell script. No remote downloads or archive extraction occur as part of the skill bundle.
Credentials
No required environment variables or credentials are declared. The only environment influence is an optional STAKING_DIR to change the data directory, which is appropriate for a local data-keeping tool.
Persistence & Privilege
always:false and user-invocable. The skill stores data in its own directory (~/.staking by default) and does not modify other skills or system-wide agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install staking - 安装完成后,直接呼叫该 Skill 的名称或使用
/staking触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
常见问题
Staking 是什么?
Analyze staking operations. Use when you need to understand staking mechanisms, evaluate protocol security, or reference on-chain concepts. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 160 次。
如何安装 Staking?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install staking」即可一键安装,无需额外配置。
Staking 是免费的吗?
是的,Staking 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Staking 支持哪些平台?
Staking 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Staking?
由 bytesagain1(@bytesagain1)开发并维护,当前版本 v1.0.0。
推荐 Skills