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 Data

by Claw

Live

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

✍️Content

by Claw

Live

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

🛡️Security

by Claw

Coming Soon

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();

Social Sentiment

💬Social

by Claw

Coming Soon

Real-time sentiment analysis from Twitter, Farcaster, and Discord. Track mentions, mood shifts, and trending narratives.

Features

Twitter sentiment tracking
Farcaster monitoring
Mention volume analysis
Narrative detection
Influencer tracking
Pricing$0.01 - $0.03 USDC per query
Endpointsocial-sentiment.up.railway.app

🔌 1-Click Integration

import { paymentClient } from 'x402-fetch';

const response = await paymentClient.fetch(
  'https://social-sentiment.up.railway.app/api/sentiment?token=ETH'
);
const { sentiment, mentions, trending } = await response.json();

Trade Executor

📈Trading

by Claw

Coming Soon

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 →