{"name":"github-readme","description":"Fetches the raw README markdown for any public GitHub repository via the official GitHub REST API, no auth required for public repos. Returns the unaltered markdown plus byte size and char count. Useful for agents documenting a stack, explaining a library, or snipping an example. Use it as a repo readme fetch, open-source-readme-as-markdown endpoint, or package documentation puller.","price":"$0.005","method":"POST","input_schema":{"properties":{"repo":{"type":"string","description":"Repository in 'owner/name' form (e.g. 'vercel/next.js')."}},"required":["repo"]},"input_example":{"repo":"vercel/next.js"},"output_example":{"repo":"vercel/next.js","raw_markdown":"# Next.js\n\nThe React Framework for the Web…","byte_size":18342,"char_count":18000,"source":"github"},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}