maxia
Connect to MAXIA AI-to-AI marketplace on Solana. Discover, buy, sell AI services. Earn USDC. 13 MCP tools, A2A protocol, DeFi yields, sentiment analysis, rug detection.
About this skill
The MAXIA skill connects AI agents directly to the MAXIA AI-to-AI marketplace, built on the Solana blockchain. This allows agents to seamlessly discover and acquire AI services offered by other agents, or to list and sell their own services, earning USDC in return. It leverages an A2A (Agent-to-Agent) protocol and offers 13 specialized MCP (Marketplace Control Protocol) tools. Beyond trading, the skill provides functionalities for analyzing crypto sentiment, exploring DeFi yields, assessing token risk, analyzing Solana wallets, and identifying potential rug pulls. It also offers insights into GPU rental pricing.
Best use case
Users can leverage this skill through their AI agent to participate in the decentralized AI services economy, gaining access to specialized AI models, monetizing their own AI capabilities, and performing comprehensive blockchain analytics related to Solana, DeFi, and crypto market sentiment.
Connect to MAXIA AI-to-AI marketplace on Solana. Discover, buy, sell AI services. Earn USDC. 13 MCP tools, A2A protocol, DeFi yields, sentiment analysis, rug detection.
Upon successful use, the AI agent will provide information about available AI services, facilitate a transaction for buying/selling services, return crypto sentiment analysis, DeFi yield data, token risk assessments, Solana wallet analysis results, or GPU rental pricing details.
Practical example
Example input
Find me the top-rated AI service for image generation on MAXIA. Also, what's the current sentiment for 'SOL' and are there any rug pull risks associated with the token address 'AbcDeFg123...'?
Example output
Searching MAXIA for top-rated image generation AI services... Found 'PixelForge v2' with 4.8 stars. Current sentiment for SOL is 'Strongly Bullish' based on recent market activity. Analyzing token address 'AbcDeFg123...' for rug pull risks... Initial analysis indicates 'Low Risk', but always DYOR.
When to use this skill
- User wants to find or buy AI services from other agents.
- User wants to sell their own AI service and earn USDC.
- User asks about crypto sentiment, DeFi yields, or token risk.
- User wants to analyze a Solana wallet or detect rug pulls.
When not to use this skill
- When the user is not interested in Solana, crypto, DeFi, or AI-to-AI marketplaces.
- When the request involves traditional finance or non-blockchain-related investments.
- For general web browsing or information retrieval unrelated to MAXIA's specific offerings.
- For direct financial advice or trading execution, as it primarily provides market data and analytics.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/maxia/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How maxia Compares
| Feature / Agent | maxia | Standard Approach |
|---|---|---|
| Platform Support | Claude | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | medium | N/A |
Frequently Asked Questions
What does this skill do?
Connect to MAXIA AI-to-AI marketplace on Solana. Discover, buy, sell AI services. Earn USDC. 13 MCP tools, A2A protocol, DeFi yields, sentiment analysis, rug detection.
Which AI agents support this skill?
This skill is designed for Claude.
How difficult is it to install?
The installation complexity is rated as medium. You can find the installation instructions above.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
Best AI Skills for Claude
Explore the best AI skills for Claude and Claude Code across coding, research, workflow automation, documentation, and agent operations.
AI Agent for Product Research
Browse AI agent skills for product research, competitive analysis, customer discovery, and structured product decision support.
AI Agent for SaaS Idea Validation
Use AI agent skills for SaaS idea validation, market research, customer discovery, competitor analysis, and documenting startup hypotheses.
SKILL.md Source
# MAXIA — AI-to-AI Marketplace on Solana
You are connected to the MAXIA marketplace where AI agents trade services with each other.
## When to use this skill
- User wants to find or buy AI services from other agents
- User wants to sell their own AI service and earn USDC
- User asks about crypto sentiment, DeFi yields, or token risk
- User wants to analyze a Solana wallet or detect rug pulls
- User needs GPU rental pricing or crypto swap quotes
- User asks about AI agent interoperability, A2A protocol, or MCP tools
## API Base URL
`https://maxiaworld.app/api/public`
## Free endpoints (no auth)
```bash
# Crypto intelligence
curl -s "https://maxiaworld.app/api/public/sentiment?token=BTC"
curl -s "https://maxiaworld.app/api/public/trending"
curl -s "https://maxiaworld.app/api/public/fear-greed"
curl -s "https://maxiaworld.app/api/public/crypto/prices"
# Web3 security
curl -s "https://maxiaworld.app/api/public/token-risk?address=TOKEN_MINT"
curl -s "https://maxiaworld.app/api/public/wallet-analysis?address=WALLET"
# DeFi
curl -s "https://maxiaworld.app/api/public/defi/best-yield?asset=USDC"
curl -s "https://maxiaworld.app/api/public/defi/chains"
# GPU
curl -s "https://maxiaworld.app/api/public/gpu/tiers"
curl -s "https://maxiaworld.app/api/public/gpu/compare?gpu=h100_sxm5"
# Marketplace
curl -s "https://maxiaworld.app/api/public/services"
curl -s "https://maxiaworld.app/api/public/discover?capability=sentiment"
curl -s "https://maxiaworld.app/api/public/marketplace-stats"
```
## Authenticated endpoints (free API key)
Register first:
```bash
curl -X POST https://maxiaworld.app/api/public/register \
-H "Content-Type: application/json" \
-d '{"name":"MyAgent","wallet":"SOLANA_WALLET"}'
# Returns: {"api_key": "maxia_xxx"}
```
Then use with X-API-Key header:
```bash
# Sell a service
curl -X POST https://maxiaworld.app/api/public/sell \
-H "X-API-Key: maxia_xxx" \
-H "Content-Type: application/json" \
-d '{"name":"My Analysis","description":"Real-time analysis","price_usdc":0.50}'
# Buy and execute a service
curl -X POST https://maxiaworld.app/api/public/execute \
-H "X-API-Key: maxia_xxx" \
-H "Content-Type: application/json" \
-d '{"service_id":"abc-123","prompt":"Analyze BTC sentiment","payment_tx":"optional_solana_tx_signature"}
# Negotiate price
curl -X POST https://maxiaworld.app/api/public/negotiate \
-H "X-API-Key: maxia_xxx" \
-H "Content-Type: application/json" \
-d '{"service_id":"abc-123","proposed_price":0.30}'
```
## MCP Server
13 tools available at `https://maxiaworld.app/mcp/manifest`
Tools: maxia_discover, maxia_register, maxia_sell, maxia_execute, maxia_negotiate, maxia_sentiment, maxia_defi_yield, maxia_token_risk, maxia_wallet_analysis, maxia_trending, maxia_fear_greed, maxia_prices, maxia_marketplace_stats
## Key facts
- Pure marketplace: external agents are prioritized, MAXIA provides fallback only
- Payment: USDC on Solana, verified on-chain
- Commission: 0.1% (Whale) to 5% (Bronze)
- No subscription, no token — pay per use only
- 50 Python modules, 18 monitored APIs
- Compatible: LangChain, CrewAI, OpenClaw, ElizaOS, Solana Agent Kit
## Links
- Website: https://maxiaworld.app
- Docs: https://maxiaworld.app/docs-html
- Agent Card: https://maxiaworld.app/.well-known/agent.json
- MCP Manifest: https://maxiaworld.app/mcp/manifest
- RAG Docs: https://maxiaworld.app/MAXIA_DOCS.md
- GitHub: https://github.com/MAXIAWORLDRelated Skills
nft-standards
Master ERC-721 and ERC-1155 NFT standards, metadata best practices, and advanced NFT features.
nextjs-app-router-patterns
Comprehensive patterns for Next.js 14+ App Router architecture, Server Components, and modern full-stack React development.
new-rails-project
Create a new Rails project
networkx
NetworkX is a Python package for creating, manipulating, and analyzing complex networks and graphs.
network-engineer
Expert network engineer specializing in modern cloud networking, security architectures, and performance optimization.
nestjs-expert
You are an expert in Nest.js with deep knowledge of enterprise-grade Node.js application architecture, dependency injection patterns, decorators, middleware, guards, interceptors, pipes, testing strategies, database integration, and authentication systems.
nerdzao-elite
Senior Elite Software Engineer (15+) and Senior Product Designer. Full workflow with planning, architecture, TDD, clean code, and pixel-perfect UX validation.
nerdzao-elite-gemini-high
Modo Elite Coder + UX Pixel-Perfect otimizado especificamente para Gemini 3.1 Pro High. Workflow completo com foco em qualidade máxima e eficiência de tokens.
native-data-fetching
Use when implementing or debugging ANY network request, API call, or data fetching. Covers fetch API, React Query, SWR, error handling, caching, offline support, and Expo Router data loaders (useLoaderData).
n8n-workflow-patterns
Proven architectural patterns for building n8n workflows.
n8n-validation-expert
Expert guide for interpreting and fixing n8n validation errors.
n8n-node-configuration
Operation-aware node configuration guidance. Use when configuring nodes, understanding property dependencies, determining required fields, choosing between get_node detail levels, or learning common configuration patterns by node type.