← Back to Skills Marketplace
aiwithabidi

Moralis

by aiwithabidi · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
278
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install moralis
Description
Moralis — Web3 data, token prices, wallet history, NFTs, DeFi positions, and blockchain events.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install moralis
  3. After installation, invoke the skill by name or use /moralis
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug moralis
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Moralis?

Moralis — Web3 data, token prices, wallet history, NFTs, DeFi positions, and blockchain events. It is an AI Agent Skill for Claude Code / OpenClaw, with 278 downloads so far.

How do I install Moralis?

Run "/install moralis" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Moralis free?

Yes, Moralis is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Moralis support?

Moralis is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Moralis?

It is built and maintained by aiwithabidi (@aiwithabidi); the current version is v1.0.0.

💬 Comments