recoup-platform-api-access

安装量: 933
排名: #7910

安装

npx skills add https://github.com/recoupable/skills --skill recoup-platform-api-access

Recoup — API Access The platform access layer: authenticate, talk to the Recoup REST API, and invoke external connectors. Base https://api.recoupable.dev/api ; docs https://docs.recoupable.dev ( /llms.txt , /llms-full.txt , OpenAPI JSONs). Auth — one Bearer header, inline Every call uses the same header, dropped straight into the curl (no setup step): the sandbox sets one of the two vars, and the API accepts a recoup_sk_ key or a Privy JWT over Bearer . curl -sS -H "Authorization: Bearer ${RECOUP_API_KEY :- $RECOUP_ACCESS_TOKEN} " \ "https://api.recoupable.dev/api/artists/{id}/socials" If neither var is set, ask the user to authenticate — don't retry blindly. Show more Installs 647 Repository recoupable/skills GitHub Stars 1 First Seen 13 days ago Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn

返回排行榜