Zora CLI Skill

Retrieve Zora coin market data and execute wallet trades via the Zora CLI on Base.

211|185|Updated Feb 1, 2023
One-click install
npx skills add https://github.com/ourzora/zora-protocol --skill zora-cli-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Zora CLI Skill
Source: https://github.com/ourzora/zora-protocol/tree/main/cli-docs/docs/public
Command: npx skills add https://github.com/ourzora/zora-protocol --skill zora-cli-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Zora CLI Skill helps you discover coins, fetch pricing and profiles, and execute trades or transfers without manually interpreting raw responses.

Core Features & Use Cases

  • Coin discovery & lookup: Browse and look up creator coins, post coins, and trend coins to find the right asset by address or name.
  • Market data retrieval: Pull price history and market stats for analysis or decision-making.
  • Wallet actions with safety controls: Buy, sell, send tokens, and check balances using your private key while supporting JSON parsing and confirmation prompts.
  • Environment-variable setup: Uses ZORA_PRIVATE_KEY for authenticated trade actions and ZORA_API_KEY to improve rate limits and valuation accuracy.

Quick Start

Run the Zora CLI in JSON mode to fetch price history for a creator-coin or trend without manual parsing.

Frequently Asked Questions about Zora CLI Skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get Zora coin market data and price history without parsing raw API responses?

You can retrieve Zora coin market data by running the Zora CLI with the --json flag. This fetches price history and market stats for creator coins and trends, returning structured JSON output to eliminate manual response parsing.

How do I execute a crypto token transfer or trade on the Base network using a command line interface?

To execute token transfers or trades on the Base network, set the ZORA_PRIVATE_KEY environment variable for authentication. Run Zora CLI commands for buy, sell, or send actions, adding --yes and --quote flags for safe and confirmable execution.

Do I need a private key to browse Zora creator coins and check wallet balances?

You do not need a private key for read-only exploration like browsing creator coins or checking wallet balances. However, setting ZORA_PRIVATE_KEY is required specifically for authenticated actions like executing trades and sending tokens.

What environment variables should I configure to improve rate limits and valuation accuracy for crypto trading queries?

To improve rate limits and valuation accuracy during crypto trading queries, configure the ZORA_API_KEY environment variable. Additionally, set ZORA_PRIVATE_KEY to authorize authenticated wallet actions like buying, selling, and sending tokens.

Can I use the Zora CLI to look up specific trend assets and post coins by name or address?

Yes, you can use the Zora CLI to look up specific trend assets and post coins by name or address. It supports read-only exploration and coin discovery, allowing you to browse and find the right asset across the Base network.