Skip to content

Add pulsenetwork-paid-data partner skill - #90

Open
GTCC777 wants to merge 1 commit into
moonpay:mainfrom
GTCC777:pulsenetwork-paid-data
Open

Add pulsenetwork-paid-data partner skill#90
GTCC777 wants to merge 1 commit into
moonpay:mainfrom
GTCC777:pulsenetwork-paid-data

Conversation

@GTCC777

@GTCC777 GTCC777 commented Jul 30, 2026

Copy link
Copy Markdown

New Skill

Skill name: skills/pulsenetwork-paid-data/

Description: Pay-per-call access to PulseNetwork, a catalog of 800+ x402 data endpoints across 74 API verticals: crypto market structure (perp funding rates, Hyperliquid whale positions, stablecoin peg monitoring, token rug/honeypot scans, DeFi vault APYs, cross-exchange spreads) plus finance, macro, travel, sports, climate, and health data. Discovery is free; calls are paid with USDC via mp x402 request. No API key or signup.

Primary chain: Base (Solana also supported; most endpoints additionally accept Polygon, Arbitrum, HyperEVM, and others)

Primary token: USDC

Checklist

  • skills/pulsenetwork-paid-data/SKILL.md with YAML frontmatter (name, description)
  • Skill added to .claude-plugin/marketplace.json (own pulsenetwork-skills plugin block)
  • Description is specific about when Claude should trigger this skill

MoonPay Integration

Every paid call settles through mp x402 request — endpoints are plain GET with query parameters, x402 v2 exact scheme, plain-EOA payer (no EIP-7702 required), USDC on Base or Solana. Discovery surfaces (llms.txt, .well-known/agent.json, per-origin .well-known/x402 and openapi.json) are free, so agents can search the catalog before spending anything. Cross-references moonpay-auth, moonpay-check-wallet, and moonpay-x402 for wallet setup and the underlying payment command.

Example Usage

# 1. Discover (free): find an endpoint that answers the question
curl -s https://pulse.theaslangroupllc.com/llms.txt

# 2. Quote (free): a bare GET returns the 402 price quote with accepted networks
curl -s "https://cryptopulse.theaslangroupllc.com/api/funding-check?coin=BTC"

# 3. Pay ($0.02): the MoonPay CLI handles the 402 flow
mp x402 request \
  --method GET \
  --url "https://cryptopulse.theaslangroupllc.com/api/funding-check?coin=BTC" \
  --wallet main \
  --chain base

All endpoints in the skill were verified live (402 quotes with Base + Solana in accepts) before submission.

🤖 Generated with Claude Code

800+ deterministic x402 data endpoints across 74 API verticals (crypto
market structure, funding rates, whale positions, stablecoin pegs, token
safety, plus finance/travel/sports/climate/health), paid per call with
USDC on Base or Solana via mp x402 request. Free catalog discovery, no
API key. Own pulsenetwork-skills plugin block per CONTRIBUTING.md.
@GTCC777
GTCC777 requested a review from a team as a code owner July 30, 2026 00:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant