← Back to Skills Marketplace
249
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install moralis-openapi-skill
Description
Operate Moralis EVM wallet and token reads through UXC with a curated OpenAPI schema, API-key auth, and wallet-intelligence guardrails.
Usage Guidance
This skill is coherent in function (read-only Moralis EVM reads via uxc), but the published metadata fails to list the Moralis API key it expects. Before installing: 1) Confirm you trust the skill source and the uxc CLI (requests will go to deep-index.moralis.io). 2) Expect to provide a Moralis API key (MORALIS_API_KEY) and prefer binding it in uxc rather than exporting it globally. 3) Verify the OpenAPI schema URL and GitHub raw link in the SKILL.md to ensure they point to the expected curated schema. 4) If you do not want the agent to call the skill autonomously, restrict model-invocation or only use it interactively. 5) Ask the publisher to update the skill metadata to explicitly declare the required environment variable / primary credential so automated tooling and reviewers are not misled.
Capability Analysis
Type: OpenClaw Skill
Name: moralis-openapi-skill
Version: 1.0.0
The Moralis Web3 Data API skill is a well-structured tool designed for read-only EVM wallet and token data retrieval. It utilizes the `uxc` CLI to interface with official Moralis endpoints (deep-index.moralis.io) via a curated OpenAPI schema. The skill includes explicit read-only guardrails, standard API key authentication patterns, and a validation script (`scripts/validate.sh`) to ensure configuration integrity. No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Assessment
Purpose & Capability
The skill's name, description, OpenAPI schema, and SKILL.md consistently describe a read-only Moralis EVM data surface accessed via the uxc CLI. The operations and schema match the stated purpose. However, the registry metadata declares no required environment variables or primary credential even though the instructions explicitly require a Moralis API key (MORALIS_API_KEY). This mismatch is unexpected but consistent with the skill's stated function.
Instruction Scope
SKILL.md confines instructions to linking a curated OpenAPI schema, using the uxc CLI to call deep-index.moralis.io, and configuring API-key auth. It does not instruct the agent to read unrelated files, scan system state, or contact other external endpoints. It does require network access to Moralis and a functioning uxc installation on PATH.
Install Mechanism
This is an instruction-only skill (no install spec). There are no downloads or archive extraction. The only runtime dependency is the uxc CLI, which the skill expects to already be present; validate.sh uses jq and rg but that's a development-time validation script, not a runtime installer.
Credentials
The runtime instructions require an API key passed via MORALIS_API_KEY and show how to create a uxc credential/binding. Requesting a Moralis API key is proportionate to the skill's read-only purpose. The concern is that the skill metadata does not declare this required secret (no required env vars / no primary credential), which is an incoherence that could confuse users and automated installers about what secrets will be needed.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide configurations. Autonomous invocation is allowed (default) which is normal for skills; there is no indication the skill self-enables persistently beyond normal usage.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install moralis-openapi-skill - After installation, invoke the skill by name or use
/moralis-openapi-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the Moralis OpenAPI skill:
- Enables read-only EVM wallet and token data operations via Moralis API through UXC using a curated OpenAPI schema.
- Requires API key authentication and includes setup for credential and binding management.
- Provides command-line guidance for common wallet balance, token, history, swap, net worth, metadata, and price queries.
- Adds operational guardrails for reliability and efficiency, emphasizing explicit chain selection and narrow queries.
Metadata
Frequently Asked Questions
What is Moralis OpenAPI Skill?
Operate Moralis EVM wallet and token reads through UXC with a curated OpenAPI schema, API-key auth, and wallet-intelligence guardrails. It is an AI Agent Skill for Claude Code / OpenClaw, with 249 downloads so far.
How do I install Moralis OpenAPI Skill?
Run "/install moralis-openapi-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Moralis OpenAPI Skill free?
Yes, Moralis OpenAPI Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Moralis OpenAPI Skill support?
Moralis OpenAPI Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Moralis OpenAPI Skill?
It is built and maintained by jolestar (@jolestar); the current version is v1.0.0.
More Skills