← 返回 Skills 市场
aiwithabidi

Moralis

作者 aiwithabidi · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
278
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install moralis
功能描述
Moralis — Web3 data, token prices, wallet history, NFTs, DeFi positions, and blockchain events.
安全使用建议
This skill appears to do what it says: a local Python CLI that calls Moralis endpoints and requires only MORALIS_API_KEY. Before installing, consider: (1) the included script will perform HTTPS requests to deep-index.moralis.io using your API key — ensure you're comfortable providing that key; (2) if MORALIS_API_KEY is not set in env, the script will look for a .env file in WORKSPACE or ~/.openclaw/workspace and extract MORALIS_API_KEY from it — if you keep sensitive keys in .env files, be aware this code will read that file; (3) review the small bugs/typos (e.g., NFT metadata token-id replacement) if you depend on that command; (4) test the script in an isolated environment if you want to confirm behavior before wider use.
功能分析
Type: OpenClaw Skill Name: moralis Version: 1.0.0 The Moralis skill is a well-structured CLI tool for interacting with the Moralis Web3 API. It uses only the Python standard library, follows expected patterns for credential management within the OpenClaw environment (scripts/moralis.py), and contains no evidence of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
Name/description match the implementation: the included CLI issues HTTP requests to Moralis API endpoints to fetch balances, tokens, NFTs, etc. The only required credential is MORALIS_API_KEY, which is appropriate for this purpose.
Instruction Scope
The SKILL.md shows only CLI usage and JSON output. The runtime script, however, will try to read MORALIS_API_KEY from the environment and — if missing — will look for a .env file under WORKSPACE or ~/.openclaw/workspace. That file lookup is a limited fallback (it only searches for a line beginning with 'MORALIS_API_KEY='), but it is additional file-system access not called out in the docs.
Install Mechanism
This is an instruction-only skill with a bundled Python script and no install spec. Nothing is downloaded or executed during install; runtime behavior is limited to a local Python script making HTTPS calls.
Credentials
Declared requirements ask only for MORALIS_API_KEY (primary credential), which matches usage. The script also references WORKSPACE (optional) and expands the home directory to find a .env file as a fallback; these are not required but grant the script limited ability to read a specific .env file if the key isn't set in environment.
Persistence & Privilege
The skill does not request persistent/always-on privileges (always:false). It does not attempt to modify other skills or agent configs; no elevated or persistent system-level privileges are requested.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install moralis
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /moralis 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — provides Web3 data from Moralis for agents and scripts. - Supports fetching wallet balances, token prices, transactions, NFTs, and DeFi positions. - Includes ENS and Unstoppable domain resolution. - All features available via a single CLI script with JSON output. - Requires only a MORALIS_API_KEY; no external dependencies needed.
元数据
Slug moralis
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Moralis 是什么?

Moralis — Web3 data, token prices, wallet history, NFTs, DeFi positions, and blockchain events. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 278 次。

如何安装 Moralis?

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

Moralis 是免费的吗?

是的,Moralis 完全免费(开源免费),可自由下载、安装和使用。

Moralis 支持哪些平台?

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

谁开发了 Moralis?

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

💬 留言讨论