← Back to Skills Marketplace
443
Downloads
1
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install moralis-data-api
Description
Query Web3 blockchain data from Moralis API. Use when user asks about wallet data (balances, tokens, NFTs, transaction history, profitability, net worth), to...
Usage Guidance
This skill appears to do exactly what it claims: help the agent call Moralis Data API endpoints. Before installing: 1) Do NOT paste your MORALIS_API_KEY into chat — follow the skill's .env guidance and keep the key in a local environment file or secret manager. 2) Add .env to .gitignore and limit the key's scope (use a read-only key if possible) and rotate it if shared. 3) The skill may instruct the agent to create a .env placeholder; confirm any file-write actions with the agent or run them yourself. 4) Because the regex scan flagged a base64 pattern, quickly search SKILL.md and truncated sections for unexpected encoded payloads or hidden endpoints; if you see suspicious encoded data, do not install. 5) Monitor usage and rate limits on the Moralis account and audit API calls made by the agent if you enable autonomous invocation.
Capability Analysis
Type: OpenClaw Skill
Name: moralis-data-api
Version: 1.3.2
The OpenClaw AgentSkills skill bundle for Moralis Data API is benign. It provides comprehensive documentation and examples for interacting with the Moralis API, including instructions for setting up the `MORALIS_API_KEY` environment variable and using `curl` for API calls. All `curl` commands are directed at legitimate Moralis API endpoints. The instructions for the AI agent in `SKILL.md` are focused on guiding the agent to correctly and securely use the API, including best practices like not asking the user for their API key in chat. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts designed to harm the agent or user.
Capability Assessment
Purpose & Capability
Name/description match the requirements: the skill only requires curl and MORALIS_API_KEY, which are appropriate and proportional for calling Moralis Data API endpoints. No unrelated credentials, binaries, or system paths are requested.
Instruction Scope
SKILL.md contains detailed runtime instructions (curl examples, pagination, response patterns, file/layout guidance). It instructs the agent to check a declared env var and to avoid asking the user to paste their API key in chat. The guidance to offer creating a .env placeholder can cause the agent to write a local file if implemented — this is expected for local configuration and is within scope for the skill's purpose.
Install Mechanism
No install spec or code is included — instruction-only. No downloads, package installs, or archive extraction are present, which minimizes risk.
Credentials
Only one required environment variable (MORALIS_API_KEY) is declared and identified as the primary credential. That is necessary and proportionate for authenticating API requests. No other secrets or unrelated env vars are requested.
Persistence & Privilege
Skill is not marked always:true and requests no system-level persistence. Model invocation is allowed (platform default) but the skill does not combine that with broad access or other privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install moralis-data-api - After installation, invoke the skill by name or use
/moralis-data-api - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.3.2
- Version bumped to 1.3.2 with no code or file changes.
- No functional updates, bug fixes, or new features in this release.
v1.3.1
- Updated skill.
v1.3.0
Version 1.3.0
- Added new endpoints: getPairCandlesticks and getWalletInsight.
- Improved documentation and added performance guidance in SKILL.md.
- Introduced references for FilteredTokens and PerformanceAndLatency.
- Removed obsolete getCandleSticks__evm endpoint.
- Updated rule and reference files to support new features and data structures.
v0.1.1
- Added explicit `version: 1.0.0` to metadata.
- Clarified compatibility: now explicitly states that both `curl` and `MORALIS_API_KEY` environment variable are required.
- Enhanced metadata to specify required environment variables and binaries for use.
- Updated the recommended check for the presence of the API key to use Bash test syntax instead of `echo $MORALIS_API_KEY`.
- No breaking changes to API usage or workflow.
v0.1.0
Initial release of the Moralis Data API skill.
- Query wallet, token, NFT, DeFi, block, and transaction data across EVM chains and Solana.
- Follows endpoint-specific rules for field names, response formats, and data types.
- Environment variable handling for secure Moralis API key setup (never asks for key in chat).
- Includes detailed usage patterns, pagination, and troubleshooting references.
- Quick reference for most common field mappings and pitfalls.
- Covers a comprehensive endpoint catalog (135 endpoints: 101 EVM, 34 Solana).
Metadata
Frequently Asked Questions
What is Moralis Data Api?
Query Web3 blockchain data from Moralis API. Use when user asks about wallet data (balances, tokens, NFTs, transaction history, profitability, net worth), to... It is an AI Agent Skill for Claude Code / OpenClaw, with 443 downloads so far.
How do I install Moralis Data Api?
Run "/install moralis-data-api" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Moralis Data Api free?
Yes, Moralis Data Api is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Moralis Data Api support?
Moralis Data Api is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Moralis Data Api?
It is built and maintained by novnski (@novnski); the current version is v1.3.2.
More Skills