← 返回 Skills 市场
Multicall
作者
BytesAgain2
· GitHub ↗
· v1.0.0
· MIT-0
107
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install multicall
功能描述
Analyze multicall operations. Use when you need to understand multicall mechanisms, evaluate protocol security, or reference on-chain concepts.
安全使用建议
This skill is a simple local CLI implemented as a Bash script that stores its data in a user directory (default ~/.multicall). It does not contact external endpoints or request credentials. Before installing or running: (1) inspect the script yourself (it is included) to confirm you are comfortable with it creating/modifying files under the data directory; (2) avoid adding secrets to entries stored by the tool; (3) if you prefer, set MULTICALL_DIR to a controlled location; (4) note that the agent can invoke the skill when asked — the skill will then read/write the configured data files. If any of those behaviors are unacceptable, do not install or run the skill.
功能分析
Type: OpenClaw Skill
Name: multicall
Version: 1.0.0
The 'multicall' skill (scripts/script.sh) is a generic data-logging tool that lacks the blockchain analysis functionality described in its documentation (SKILL.md). It contains several input sanitization vulnerabilities, specifically a 'sed' injection risk in the 'cmd_config' function and unescaped JSON construction in 'cmd_add', which could lead to local data corruption or unexpected behavior. While no evidence of intentional malice, data exfiltration, or remote execution was found, the discrepancy between its stated purpose and actual implementation, combined with these vulnerabilities, warrants a suspicious classification.
能力评估
Purpose & Capability
The name/description (analyze multicall operations) matches the provided script behavior: a CLI for adding, listing, searching, exporting, and configuring local 'multicall' entries. The optional MULTICALL_DIR config is proportional and relevant.
Instruction Scope
SKILL.md only instructs running the included scripts/script.sh commands. The script reads/writes files under the configurable data directory and does not reference unrelated system paths, credentials, or network endpoints.
Install Mechanism
There is no install spec (instruction-only skill) and the included code is a plain shell script. No downloads, package installs, or remote resources are fetched during install.
Credentials
No required environment variables or credentials are declared. The script honors an optional MULTICALL_DIR env var to change the data directory; this is reasonable for a local CLI tool.
Persistence & Privilege
The skill is not always-enabled and is user-invocable. It will create and modify files under the user data directory (default ~/.multicall). This is expected behavior but means data written by the tool persists on disk and could contain sensitive contents if you add them.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install multicall - 安装完成后,直接呼叫该 Skill 的名称或使用
/multicall触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
常见问题
Multicall 是什么?
Analyze multicall operations. Use when you need to understand multicall mechanisms, evaluate protocol security, or reference on-chain concepts. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 107 次。
如何安装 Multicall?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install multicall」即可一键安装,无需额外配置。
Multicall 是免费的吗?
是的,Multicall 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Multicall 支持哪些平台?
Multicall 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Multicall?
由 BytesAgain2(@ckchzh)开发并维护,当前版本 v1.0.0。
推荐 Skills