← 返回 Skills 市场
ckchzh

Consensus

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

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install consensus
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /consensus 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
Slug consensus
版本 1.0.0
许可证 MIT-0
累计安装 3
当前安装数 3
历史版本数 1
常见问题

Consensus 是什么?

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

如何安装 Consensus?

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

Consensus 是免费的吗?

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

Consensus 支持哪些平台?

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

谁开发了 Consensus?

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

💬 留言讨论