Skip to content

jasontodd0877-cloud/skillmarket-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Capafy Money Maker — SkillMarket API

A monetized AI skill listed on skillmarket.space.

How it works

Uses the x402 payment protocol on Solana. Each invocation costs $0.01 USDC.

Invoke

# Without payment → returns 402 + payment instructions
curl https://your-app.onrender.com/api/capafy-money-maker?q=data+analysis

# With payment → returns results
curl -H "X-Payment: <solana_tx_sig>" \
  "https://your-app.onrender.com/api/capafy-money-maker?q=data+analysis"

Deploy to Render

  1. Fork this repo
  2. Connect to render.com
  3. Set env var CAPAFY_ACCESS_TOKEN

About

Capafy Money Maker skill API for SkillMarket.space

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors