← 返回 Skills 市场
xueyetianya

Cex

作者 bytesagain4 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
161
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install cex
功能描述
Analyze cex operations. Use when you need to understand cex mechanisms, evaluate protocol security, or reference on-chain concepts.
使用说明 (SKILL.md)

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 \x3Ckey> \x3Cvalue> to customize behavior.

Variable Description
CEX_DIR Data directory (default: ~/.cex/)

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

安全使用建议
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.
功能分析
Type: OpenClaw Skill Name: cex Version: 1.0.0 The 'cex' skill is a basic local data management and logging tool that allows users to add, list, search, and export entries stored in a local directory (~/.cex). The bash script (scripts/script.sh) performs standard file operations and lacks any indicators of malicious intent, such as network exfiltration, credential theft, or unauthorized execution. While it contains minor shell scripting vulnerabilities like lack of input sanitization in JSON construction and sed commands, these appear to be unintentional bugs rather than malicious features.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install cex
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /cex 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
Slug cex
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Cex 是什么?

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

如何安装 Cex?

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

Cex 是免费的吗?

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

Cex 支持哪些平台?

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

谁开发了 Cex?

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

💬 留言讨论