← 返回 Skills 市场
ckchzh

Finality

作者 BytesAgain2 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
153
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install finality
功能描述
Analyze finality operations. Use when you need to understand finality mechanisms, evaluate protocol security, or reference on-chain concepts.
使用说明 (SKILL.md)

Finality

Analyze finality operations. Use when you need to understand finality 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 \x3Ckey> \x3Cvalue> to customize behavior.

Variable Description
FINALITY_DIR Data directory (default: ~/.finality/)

Powered by BytesAgain | bytesagain.com | [email protected]

安全使用建议
This skill is a small local command-line tool: it will create and modify files under ~/.finality (or a directory you set via FINALITY_DIR). It does not contact external servers or request credentials. If you plan to install or run it, review or trust the script contents (scripts/script.sh) because the agent will execute that shell script; otherwise the behavior is straightforward and confined to the specified data directory.
功能分析
Type: OpenClaw Skill Name: finality Version: 1.0.0 The 'finality' skill bundle is a simple local data management tool for logging blockchain-related notes. The shell script `scripts/script.sh` implements basic CRUD operations (add, list, search, remove) and configuration management within a local directory (~/.finality). There are no network operations, no access to sensitive system files, and no evidence of malicious intent or prompt injection in `SKILL.md` or the code logic.
能力评估
Purpose & Capability
Name/description (analyzing finality operations, on-chain concepts) align with the included CLI: the SKILL.md instructs the agent to run a local script that records, lists, searches, and exports user entries. There are no unrelated credentials, binaries, or services requested.
Instruction Scope
Runtime instructions only call scripts/script.sh with defined commands (status, add, list, search, remove, export, stats, config, help, version). The script operates only on a configurable data directory and does not read other system config, environment variables beyond FINALITY_DIR/HOME, or send data externally.
Install Mechanism
No install spec is provided (instruction-only). The shipped shell script is executed in-place; nothing is downloaded or extracted from external sources.
Credentials
The skill requests no environment variables or credentials. The script uses FINALITY_DIR (optional) and falls back to $HOME/.finality, which is proportional to its function. There are no requests for unrelated secrets or system-wide credentials.
Persistence & Privilege
The skill is not always-enabled and does not modify other skills or system-wide agent settings. It persists only its own data under the user's data directory (default ~/.finality).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install finality
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /finality 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
Slug finality
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Finality 是什么?

Analyze finality operations. Use when you need to understand finality mechanisms, evaluate protocol security, or reference on-chain concepts. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 153 次。

如何安装 Finality?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install finality」即可一键安装,无需额外配置。

Finality 是免费的吗?

是的,Finality 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Finality 支持哪些平台?

Finality 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Finality?

由 BytesAgain2(@ckchzh)开发并维护,当前版本 v1.0.0。

💬 留言讨论