Cex

v1.0.0

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

0· 160·1 current·1 all-time
bybytesagain4@xueyetianya

Install

OpenClaw Prompt Flow

Install with OpenClaw

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

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

ClawHub CLI

Package manager switcher

npx clawhub@latest install cex
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (analyze cex operations, evaluate protocol security) align with the provided functionality: a small CLI that records, lists, searches, exports and configures local entries for analysis. No unrelated capabilities are requested.
Instruction Scope
SKILL.md instructs the agent to run scripts/script.sh with specific subcommands. The script only manipulates files under its DATA_DIR, shows stats, and formats exports; it does not read arbitrary system files, invoke remote endpoints, or access secrets beyond an optional CEX_DIR override.
Install Mechanism
There is no install spec and the repository includes a single bash script. Nothing is downloaded or extracted from remote URLs and no packages are installed by the skill.
Credentials
The skill requires no environment variables or credentials. It optionally respects CEX_DIR to change the data directory — that is proportionate to its purpose.
Persistence & Privilege
always is false; the skill writes only to its own data directory (default ~/.cex) and does not modify other skills or global agent configuration.
Assessment
This skill appears safe and self-contained, but review and consider these points before installing: (1) It stores all entries in plaintext under ~/.cex/data.jsonl (or the directory you set with CEX_DIR). Do not record secrets or private keys as entries. (2) The bundled script performs local file writes and uses standard POSIX tools (sed, grep, tail); ensure you trust running an unfamiliar shell script in your environment. (3) If you want to limit its scope, set CEX_DIR to a sandboxed directory or inspect the script contents first. (4) The script's JSON parsing is simple/fragile — it's a usability note rather than a security issue, but confirm exported data does not leak sensitive content before sharing.

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

latestvk97ff1bpsvydzfmq7y8q2ahw7x83agsg
160downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

Cex

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

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

Comments

Loading comments...