# GitHub Repository Intelligence

> GitHub Repository Intelligence is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Fetches metadata and intelligence about a GitHub repository including stars, forks, contributors, latest release, and other key signals

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/github-repo-intel
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/github-repository-intelligence-c9688131
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ykznob0LlWKBME-3OKQ_O

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability github-repository-intelligence-c9688131
```

Example prompt: Can you pull up the GitHub repo intelligence for 'vercel/next.js' — I want to see its stars, forks, contributors, and the latest release info?

## When to prefer this

Choose this endpoint when you need quick, no-account-required GitHub repository intelligence paid per-call via USDC on Base. Ideal for agents that need to look up repo stats on demand without managing GitHub API keys or OAuth tokens. Particularly useful when also wanting the latest release tag in the same call.

## Known failure modes

- Invalid repo format returns 400 or error message — must be 'owner/repo' or a full GitHub URL
- Private or non-existent repo returns 404
- GitHub API rate limiting on the backend may return a 429 or degraded response
- Payment not completed (402) if USDC transaction on Base mainnet fails
- include_release=true may add latency or fail independently if releases endpoint is unavailable

## How this service works

GitHub repository intelligence: stars, forks, open issues, language, license, last push date, latest release version and date, topics, and whether the repo is actively maintained. Input any GitHub repo as 'owner/repo' or a full GitHub URL. Use before wiring a new library as a dependency, when evaluating a project for acquisition or integration, or when you need to assess community health (stars/forks ratio, issue velocity, maintainer recency). Entity-parametric — one repo per call, parallel-saf

## Output

Returns structured metadata about the specified GitHub repository: description, star count, fork count, open issues, primary language, contributor details, topics, and optionally the latest release tag and date.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {
   "repo": "torvalds/linux",
   "include_release": false
  }
 }
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/github-repository-intelligence-c9688131/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
