← 返回 Skills 市场
bytesagain1

Attestation

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

Attestation

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

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

安全使用建议
This skill appears coherent and local-only, but note it stores entries unencrypted under ~/.attestation by default (or under ATTESTATION_DIR if you set it). Do not add sensitive secrets into entries unless you control and encrypt that directory. Review file permissions and consider storing data on encrypted disk if needed. Also be aware small portability issues (e.g., sed -i behavior on macOS) — otherwise the script is straightforward and contains no network calls or credential access.
功能分析
Type: OpenClaw Skill Name: attestation Version: 1.0.0 The 'attestation' skill is a local data management tool for logging and searching entries related to blockchain attestation. The shell script (scripts/script.sh) performs standard file operations (read, write, delete) within a dedicated local directory (~/.attestation) and lacks any network capabilities, credential access, or obfuscated execution patterns.
能力评估
Purpose & Capability
Name/description match the implementation: the script provides add/list/search/remove/export/stats/config operations for attestation entries. No unrelated permissions or credentials are requested.
Instruction Scope
SKILL.md instructs the agent to run the bundled script with specific commands; the script only reads/writes its DATA_DIR (default ~/.attestation) and does not access other system paths, external endpoints, or secrets.
Install Mechanism
There is no install spec (instruction-only skill) and the provided shell script is simple and local. Nothing is downloaded or executed from remote sources.
Credentials
No required environment variables or credentials are declared. The script optionally respects ATTESTATION_DIR to change its local data directory, which is proportionate to its purpose.
Persistence & Privilege
The skill does not request always:true and has no elevated persistence. It writes only to its own data directory; it does not modify other agent or system-wide configurations.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install attestation
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /attestation 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
Slug attestation
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Attestation 是什么?

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

如何安装 Attestation?

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

Attestation 是免费的吗?

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

Attestation 支持哪些平台?

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

谁开发了 Attestation?

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

💬 留言讨论