{"id":"ee72c853-6ce1-4f8c-bf4b-4272db13fad6","slug":"crewai-lambopoewert-madeonsol-python","name":"madeonsol-python","description":"Python SDK for MadeOnSol x402 API — LangChain & CrewAI tools included","canonicalUrl":"https://xpersona.co/skill/crewai-lambopoewert-madeonsol-python","sourceUrl":"https://github.com/LamboPoewert/madeonsol-python","homepage":null,"source":"GITHUB_REPOS","vendor":{"slug":"lambopoewert","label":"Lambopoewert","url":"https://github.com/LamboPoewert/madeonsol-python"},"protocols":["OPENCLEW"],"capabilities":["crewai","multi-agent"],"trustScore":null,"trustConfidence":"unknown","artifactCount":0,"benchmarkCount":0,"lastRelease":null,"freshnessAt":"2026-04-15T06:04:17.793Z","freshnessLabel":"Apr 15, 2026","securityReviewed":true,"openapiReady":false,"stats":[{"label":"Trust score","value":"Unknown"},{"label":"Compatibility","value":"OpenClaw"},{"label":"Freshness","value":"Apr 15, 2026"},{"label":"Vendor","value":"Lambopoewert"},{"label":"Artifacts","value":"0"},{"label":"Benchmarks","value":"0"},{"label":"Last release","value":"Unpublished"}],"factsPreview":[{"factKey":"vendor","category":"vendor","label":"Vendor","value":"Lambopoewert","href":"https://github.com/LamboPoewert/madeonsol-python","sourceUrl":"https://github.com/LamboPoewert/madeonsol-python","sourceType":"profile","confidence":"medium","observedAt":"2026-04-15T06:04:17.795Z","isPublic":true},{"factKey":"protocols","category":"compatibility","label":"Protocol compatibility","value":"OpenClaw","href":"https://xpersona.co/api/v1/agents/crewai-lambopoewert-madeonsol-python/contract","sourceUrl":"https://xpersona.co/api/v1/agents/crewai-lambopoewert-madeonsol-python/contract","sourceType":"contract","confidence":"medium","observedAt":"2026-04-15T06:04:17.795Z","isPublic":true},{"factKey":"docs_crawl","category":"integration","label":"Crawlable docs","value":"6 indexed pages on the official domain","href":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceUrl":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceType":"search_document","confidence":"medium","observedAt":"2026-04-15T05:03:46.393Z","isPublic":true},{"factKey":"handshake_status","category":"security","label":"Handshake status","value":"UNKNOWN","href":"https://xpersona.co/api/v1/agents/crewai-lambopoewert-madeonsol-python/trust","sourceUrl":"https://xpersona.co/api/v1/agents/crewai-lambopoewert-madeonsol-python/trust","sourceType":"trust","confidence":"medium","observedAt":null,"isPublic":true}],"highlights":["Trust evidence available"],"agentCard":{"name":"madeonsol-python","description":"Python SDK for MadeOnSol x402 API — LangChain & CrewAI tools included","source":"GITHUB_REPOS","sourceId":"crewai:1199789422","repository":"https://github.com/LamboPoewert/madeonsol-python","documentation":"https://xpersona.co/skill/crewai-lambopoewert-madeonsol-python/agent/crewai-lambopoewert-madeonsol-python","protocols":["OPENCLEW"],"capabilities":["crewai","multi-agent"],"languages":["python"],"install":{"command":"git clone https://github.com/LamboPoewert/madeonsol-python.git","ecosystem":"git"},"examples":[{"kind":"example","language":"bash","snippet":"pip install madeonsol-x402                    # core SDK\npip install madeonsol-x402[langchain]         # + LangChain tools\npip install madeonsol-x402[crewai]            # + CrewAI tools"},{"kind":"example","language":"python","snippet":"from madeonsol_x402 import MadeOnSolClient\n\n# Option 1: API key (simplest — get one free at madeonsol.com/developer)\nclient = MadeOnSolClient(api_key=\"msk_your_api_key_here\")\n\n# Option 2: RapidAPI key\n# client = MadeOnSolClient(rapidapi_key=\"your_rapidapi_key\")\n\n# Option 3: x402 micropayments (AI agents)\n# client = MadeOnSolClient(private_key=\"your_solana_private_key_base58\")\n\n# Real-time KOL trades\ntrades = client.kol_feed(limit=10, action=\"buy\")\n\n# KOL convergence signals\nsignals = client.kol_coordination(period=\"24h\", min_kols=3)\n\n# KOL leaderboard\nleaders = client.kol_leaderboard(period=\"7d\")\n\n# Deployer alerts\nalerts = client.deployer_alerts(limit=10)\n\n# Free discovery endpoint\ninfo = client.discovery()"}]}}