返回顶部
h

happy-thoughts

>

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.1
安全检测
已通过
88
下载量
0
收藏
概述
安装方式
版本历史

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 ```text 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: ```json { "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: ```bash 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: ```json { "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: ```json { "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 ```bash curl 'https://happythoughts.proteeninjector.workers.dev/discover?specialty=trading' ``` ### GET /route — preview routing without paying ```bash curl 'https://happythoughts.proteeninjector.workers.dev/route?specialty=trading/signals' ``` ### GET /leaderboard — top providers ```bash curl https://happythoughts.proteeninjector.workers.dev/leaderboard ``` ### GET /score/{provider_id} — provider score details ```bash 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 ```text 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`

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 happy-thoughts-1776065588 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 happy-thoughts-1776065588 技能

通过命令行安装

skillhub install happy-thoughts-1776065588

下载 Zip 包

⬇ 下载 happy-thoughts v1.0.1

文件大小: 10.91 KB | 发布时间: 2026-4-14 14:37

v1.0.1 最新 2026-4-14 14:37
Fix SKILL.md to match the live API: prompt/buyer_wallet/specialty request shape, corrected register/discover docs, clarified x402 payment behavior.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部