← 返回 Skills 市场
bytesagain3

Gasless

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

Gasless

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

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

安全使用建议
This skill is a local CLI-style note/analysis tool that stores plain-text data under ~/.gasless (or the GASLESS_DIR you set). Before installing or running: (1) be aware any entries you add will be stored unencrypted and exported files (gasless-export.json/csv) will be created in your working directory; avoid adding sensitive secrets or private keys to entries; (2) the script performs simple text parsing (grep/sed) and is brittle but not networked — review the script if you need absolute assurance; (3) if you prefer isolation, run it in a limited account or container; (4) the script does not request credentials and does not contact external services.
功能分析
Type: OpenClaw Skill Name: gasless Version: 1.0.0 The 'gasless' skill bundle is a simple CLI tool for logging and managing data entries related to blockchain operations. The bash script (scripts/script.sh) performs basic file operations like appending to a local log file, searching with grep, and managing a local configuration file, with no evidence of network activity, data exfiltration, or malicious intent.
能力评估
Purpose & Capability
Name/description match the included script and commands. The script implements add/list/search/remove/export/stats/config functionality for a local data store (~/.gasless or GASLESS_DIR) which is coherent with 'Analyze gasless operations' as a local note/analysis tool.
Instruction Scope
SKILL.md instructs the agent to run scripts/script.sh with specific commands; the script only reads/writes files under the configured DATA_DIR and does not access unrelated system paths, hidden credentials, or external endpoints. It uses standard shell utilities (grep/sed/date/tail) — all within the expected scope.
Install Mechanism
No install spec is present (instruction-only behavior). The only shipped code is a single shell script that will be executed; nothing is downloaded or written elsewhere by an installer.
Credentials
The skill declares no required environment variables or credentials; it supports an optional GASLESS_DIR to override the data directory, which is proportional and documented. No unexpected secrets or external service credentials are requested.
Persistence & Privilege
always is false and the skill does not modify other skills or system-wide agent settings. It stores its own data/config under $HOME/.gasless (or GASLESS_DIR), which is appropriate for its functionality.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install gasless
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /gasless 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
Slug gasless
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Gasless 是什么?

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

如何安装 Gasless?

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

Gasless 是免费的吗?

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

Gasless 支持哪些平台?

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

谁开发了 Gasless?

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

💬 留言讨论