Finality

v1.0.0

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

0· 150·1 current·1 all-time
byBytesAgain2@ckchzh

Install

OpenClaw Prompt Flow

Install with OpenClaw

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

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Finality" (ckchzh/finality) from ClawHub.
Skill page: https://clawhub.ai/ckchzh/finality
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 finality

ClawHub CLI

Package manager switcher

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

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

latestvk97ezy87vt55g2cc3vfj5t42a183b2q1
150downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

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 <key> <value> to customize behavior.

VariableDescription
FINALITY_DIRData directory (default: ~/.finality/)

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

Comments

Loading comments...