← 返回 Skills 市场
bytesagain1

Amm

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

Amm

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

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

安全使用建议
This is a small local CLI that stores its data under ~/.amm by default (or a directory you set via the AMM_DIR environment variable). There are no network calls or credential requests. Before installing/running: (1) review the script (scripts/script.sh) yourself — it will create and write files in your home directory; (2) if you want data elsewhere, set AMM_DIR in your environment before running (the tool's config command cannot change which DATA_DIR is used); (3) be aware entries are appended as simple JSONL — input is not strongly escaped, so avoid storing secrets you don't want in plain text; (4) run with normal caution for any shell script provided by third parties.
功能分析
Type: OpenClaw Skill Name: amm Version: 1.0.0 The 'amm' skill is a basic local data management tool for logging and searching strings related to blockchain AMM operations. The script (scripts/script.sh) implements simple CRUD functionality (add, list, search, remove, export) targeting a local directory (~/.amm/) and contains no evidence of data exfiltration, remote code execution, or malicious intent.
能力评估
Purpose & Capability
Name/description (analyzing AMM operations) match the included shell script and SKILL.md: the tool is a local note/entry manager for AMM analysis. There are no unrelated credentials, network endpoints, or surprising dependencies. One small documentation mismatch: SKILL.md documents AMM_DIR as a configurable variable but implies use via the 'config' command; in reality AMM_DIR must be set as an environment variable before running (the config command writes to DATA_DIR, so it cannot change which DATA_DIR is used).
Instruction Scope
Runtime instructions call scripts/script.sh with specific commands (status, add, list, search, etc.). The script only reads/writes files under DATA_DIR (default ~/.amm) and prints local stats. It does not call external network services, read arbitrary system files, or access unrelated environment variables. The only scope concern is the SKILL.md wording around configuring AMM_DIR (see purpose_capability note).
Install Mechanism
No install spec; this is instruction-only with a bundled shell script. No downloads, installers, or external packages are fetched. Risk is limited to executing the provided script; review before running as with any script.
Credentials
No required credentials or secret environment variables. The only optional env var is AMM_DIR to change the data directory, which is reasonable and minimal for a local data tool.
Persistence & Privilege
The skill does not request permanent/autonomous privileges (always:false) and does not modify other skills or system-wide agent settings. It persists only its own data under the user's DATA_DIR.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install amm
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /amm 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
Slug amm
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Amm 是什么?

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

如何安装 Amm?

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

Amm 是免费的吗?

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

Amm 支持哪些平台?

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

谁开发了 Amm?

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

💬 留言讨论