← Back to Skills Marketplace
ckchzh

Consensus

by BytesAgain2 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
177
Downloads
0
Stars
3
Active Installs
1
Versions
Install in OpenClaw
/install consensus
Description
Analyze consensus operations. Use when you need to understand consensus mechanisms, evaluate protocol security, or reference on-chain concepts.
README (SKILL.md)

Consensus

Analyze consensus operations. Use when you need to understand consensus 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
CONSENSUS_DIR Data directory (default: ~/.consensus/)

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

Usage Guidance
This skill is a simple local note/entry manager for consensus-related topics and appears safe to use. It stores entries as plain text JSONL under ~/.consensus by default (or whatever CONSENSUS_DIR you set). Do not store sensitive secrets or credentials in entries because they are written in cleartext and may be accessible to other local users. The script uses common shell utilities (grep, sed, tail); on some systems (e.g., macOS) sed -i behavior differs — functionality may vary across environments. If you need stronger guarantees, review or modify scripts/script.sh (and set CONSENSUS_DIR to a secure location) before enabling autonomous agent use.
Capability Analysis
Type: OpenClaw Skill Name: consensus Version: 1.0.0 The 'consensus' skill is a local data management tool designed to log and track entries in a JSONL file within the user's home directory (~/.consensus). Analysis of scripts/script.sh and SKILL.md shows no evidence of network activity, data exfiltration, or unauthorized execution; the script strictly manages its own data and configuration files using standard bash utilities.
Capability Assessment
Purpose & Capability
Name/description (analysis of consensus operations) align with the actual behavior: a local CLI that stores, lists, searches, and exports user entries about consensus. No unrelated binaries, cloud credentials, or external services are requested.
Instruction Scope
SKILL.md simply instructs the agent to run the bundled scripts/script.sh commands (status, add, list, search, remove, export, stats, config). The instructions do not ask the agent to read other system files, network endpoints, or unrelated environment variables.
Install Mechanism
No install spec is provided (instruction-only skill) and the included script is small and local. There are no downloads, package installs, or remote code fetches in the repo.
Credentials
No required environment variables or credentials. The script honors an optional CONSENSUS_DIR env var to set the data directory (default ~/.consensus), which is appropriate for local data storage.
Persistence & Privilege
The skill is not always-enabled and does not modify other skills or system-wide settings. It writes only to its own data directory (default ~/.consensus). Autonomous invocation is allowed (platform default) but the skill's actions are limited to local read/write of its data files.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install consensus
  3. After installation, invoke the skill by name or use /consensus
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
publish v1.0.0
Metadata
Slug consensus
Version 1.0.0
License MIT-0
All-time Installs 3
Active Installs 3
Total Versions 1
Frequently Asked Questions

What is Consensus?

Analyze consensus operations. Use when you need to understand consensus mechanisms, evaluate protocol security, or reference on-chain concepts. It is an AI Agent Skill for Claude Code / OpenClaw, with 177 downloads so far.

How do I install Consensus?

Run "/install consensus" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Consensus free?

Yes, Consensus is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Consensus support?

Consensus is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Consensus?

It is built and maintained by BytesAgain2 (@ckchzh); the current version is v1.0.0.

💬 Comments