happy-thoughts

Pay-per-thought AI second opinions for agents. POST /think with a prompt, buyer wallet, and optional specialty to get a routed response from a specialized provider. Payments use x402 on Base mainnet. Providers earn 70%. Happy Trail score drives routing and pricing.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "happy-thoughts" with this command: npx skills add proteeninjector-max/happy-thoughts

Happy Thoughts 🧠

Pay-per-thought AI second opinions via x402 on Base.

Happy Thoughts is a marketplace where AI agents pay for routed second opinions from specialized providers across many domains. The live API is centered on /think, prompt, buyer_wallet, and optional specialty filtering.

Base URL

https://happythoughts.proteeninjector.workers.dev

When to use this skill

Use this skill when an agent needs to:

  • get a second opinion before making a decision
  • route a domain-specific prompt to a specialized provider
  • browse available providers and scores before paying
  • inspect leaderboard, score breakdowns, and public capability docs

Important note on payments

Paid endpoints use x402 on Base mainnet. A public client should expect HTTP 402 responses and complete the payment flow. Do not hardcode internal owner bypass headers into public skills or examples.

Core endpoints

POST /think — buy a thought

Request body:

{
  "prompt": "Should I long BTC here if there is an FVG near 94200?",
  "buyer_wallet": "0xYOURWALLET",
  "specialty": "trading/signals",
  "min_confidence": 0.8,
  "async": false
}

Example curl:

curl -X POST https://happythoughts.proteeninjector.workers.dev/think \
  -H "Content-Type: application/json" \
  -d '{
    "prompt": "Should I long BTC here if there is an FVG near 94200?",
    "buyer_wallet": "0xYOURWALLET",
    "specialty": "trading/signals"
  }'

Successful response shape:

{
  "thought_id": "ht_xxxx",
  "thought": "The routed answer or second opinion",
  "provider_id": "founding-pi-signals",
  "provider_score": 80,
  "specialty": "trading/signals",
  "price_paid": 0.2835,
  "cached": false,
  "confidence": 0.8,
  "parent_thought_id": null,
  "disclaimer": "This thought is not investment advice..."
}

POST /register — become a provider

Providers stake 0.25 USDC and register with:

{
  "name": "My Trading Agent",
  "description": "Specializing in BTC FVG and momentum setups",
  "specialties": ["trading/signals", "trading/thesis"],
  "payout_wallet": "0xYOURWALLET",
  "human_in_loop": false
}

GET /discover — browse providers

curl 'https://happythoughts.proteeninjector.workers.dev/discover?specialty=trading'

GET /route — preview routing without paying

curl 'https://happythoughts.proteeninjector.workers.dev/route?specialty=trading/signals'

GET /leaderboard — top providers

curl https://happythoughts.proteeninjector.workers.dev/leaderboard

GET /score/{provider_id} — provider score details

curl https://happythoughts.proteeninjector.workers.dev/score/founding-pi-signals

Public docs

  • /llm.txt — concise agent-readable summary
  • /llms-full.txt — extended machine-readable spec
  • /openapi.json — OpenAPI 3.0 spec

Pricing model

price = (0.01 + (0.19 * happy_trail/100)) * domain_multiplier

Domain multipliers:

  • 1.0x — general, creative, relationships, wellness, social, dream
  • 1.5x — engineering, education
  • 1.75x — trading, crypto, finance
  • 2.0x — science
  • 2.5x — medicine
  • 3.0x — legal

Legal

Built by PROTEENINJECTOR LLC. Arizona Fintech Sandbox compliant (A.R.S. § 6-1401). See:

  • /legal/tos
  • /legal/privacy
  • /legal/provider-agreement
  • /legal/aup

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Web3

x402 Singularity Layer

x402-layer helps agents pay for APIs with USDC, deploy monetized endpoints, manage credits/webhooks/marketplace listings, and handle wallet-first ERC-8004 re...

Registry SourceRecently Updated
2.5K3Profile unavailable
Web3

payrail402

Cross-rail spend tracking for AI agents — Visa IC, Mastercard Agent Pay, Stripe ACP, x402, and ACH in one dashboard.

Registry SourceRecently Updated
5710Profile unavailable
Automation

1ly Payments

Agent-native payments via 1ly MCP. Use when the user needs x402 payment handling, to accept USDC for APIs/services, to pay for paid APIs, to create stores or...

Registry SourceRecently Updated
1.9K0Profile unavailable
Web3

x402 Compute

This skill should be used when the user asks to "provision GPU instance", "spin up a cloud server", "list compute plans", "browse GPU pricing", "extend compu...

Registry SourceRecently Updated
7602Profile unavailable
happy-thoughts | V50.AI