Consensus

v1.0.0

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

0· 103·1 current·1 all-time
byBytesAgain2@ckchzh
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

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

latestvk97djt2j41w29cef0awpn3609s83byss

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments