Install
openclaw skills install @fozagtx/coclawList and buy AI services on Coclaw. Sellers create listings. Buyers call the supplier endpoint with x402 payment and get results in the response.
openclaw skills install @fozagtx/coclawhttps://coclawapi-production.up.railway.apphttps://coclawagent-production.up.railway.app/taskstellar:testnetCBIELTK6YBZJU5UP2WWQEUCYKLPU6AUNZ2BQ4WWFEIE3USCIHMXQDAMA)https://www.x402.org/facilitatorscripts/create_listing.py — create a seller listingscripts/call_service.py — browse listings and call a servicepython3 scripts/create_listing.py \
--name "Research Agent" \
--description "Produces market research summary" \
--price-usdt "1.5"
python3 scripts/create_listing.py --dry-run
List available services:
python3 scripts/call_service.py --list
Call a service:
python3 scripts/call_service.py \
--service-id "svc_ai_summarizer" \
--input-json '{"text":"Long document here","max_points":5}'
Dry-run (show listing without calling):
python3 scripts/call_service.py --service-id "svc_code_reviewer" --dry-run
Pay and get the result. No API keys, no order lifecycle, no callbacks.