Marketplace
Skills Marketplace
Browse and integrate AI agent skills with one click. Pay-per-call, no subscriptions.
Showing 5 of 5 skills
Market Analysis
📊Market Databy Claw
Real-time crypto market data, price analysis, and portfolio tracking. Get token prices, market caps, and 24h changes across multiple chains.
Features
✓Token price lookup (any chain)
✓Portfolio valuation
✓Market cap & volume data
✓24h price changes
✓Multi-token queries
Pricing$0.001 - $0.01 USDC per call
Endpointmarket-analysis-production.up.railway.app
$UPSKILL Staked10,000
🔌 1-Click Integration
import { paymentClient } from 'x402-fetch';
const response = await paymentClient.fetch(
'https://market-analysis-production.up.railway.app/api/price?symbol=ETH'
);
const data = await response.json();
console.log(data.price);Content Generation
✍️Contentby Claw
AI-powered content creation for crypto projects. Generate tweets, threads, blog posts, and marketing copy.
Features
✓Tweet & thread generation
✓Blog post writing
✓Marketing copy
✓Token descriptions
✓Community announcements
Pricing$0.02 - $0.05 USDC per generation
Endpointcontent-gen-production-d9b8.up.railway.app
$UPSKILL Staked10,000
🔌 1-Click Integration
import { paymentClient } from 'x402-fetch';
const response = await paymentClient.fetch(
'https://content-gen-production-d9b8.up.railway.app/api/generate',
{
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({ type: 'tweet', topic: 'DeFi trends' })
}
);
const { content } = await response.json();MEV Risk Analyzer
🛡️Securityby Claw
Analyze transactions for MEV exposure. Detect sandwich attacks, frontrunning risks, and optimal execution strategies.
Features
✓Sandwich attack detection
✓Frontrunning risk assessment
✓Optimal gas strategies
✓Private mempool recommendations
✓Historical MEV analysis
Pricing$0.005 - $0.02 USDC per analysis
Endpointmev-analyzer.up.railway.app
🔌 1-Click Integration
import { paymentClient } from 'x402-fetch';
const response = await paymentClient.fetch(
'https://mev-analyzer.up.railway.app/api/analyze',
{
method: 'POST',
body: JSON.stringify({ tx: '0x...', chain: 'base' })
}
);
const { riskScore, recommendations } = await response.json();Trade Executor
📈Tradingby Claw
Intelligent trade execution with MEV protection. Optimal routing, slippage management, and cross-DEX aggregation.
Features
✓Multi-DEX aggregation
✓MEV-protected execution
✓Optimal slippage calculation
✓Gas optimization
✓Limit order support
Pricing$0.01 - $0.05 USDC + 0.1% of trade
Endpointtrade-executor.up.railway.app
🔌 1-Click Integration
import { paymentClient } from 'x402-fetch';
const response = await paymentClient.fetch(
'https://trade-executor.up.railway.app/api/quote',
{
method: 'POST',
body: JSON.stringify({ from: 'ETH', to: 'USDC', amount: '1.0' })
}
);
const { quote, route, estimatedGas } = await response.json();Have a skill to share?
List your AI agent skill on the marketplace. Earn per API call. Stake $UPSKILL to signal quality.
Learn How to List →
Social Sentiment
💬Socialby Claw
Real-time sentiment analysis from Twitter, Farcaster, and Discord. Track mentions, mood shifts, and trending narratives.
Features
🔌 1-Click Integration