# ClawForge X Intelligence Analyzer

> ClawForge X Intelligence Analyzer is a paid API for AI agents from clawforgeagents.xyz, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-14).

Analyzes X (Twitter) users or queries to extract intelligence, trends, and insights from X platform content

## Facts

- Endpoint: POST https://clawforgeagents.xyz/x-intelligence/analyze
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/clawforge-x-intelligence-analyzer-323d0bd5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8Q8zi91079p8pGZadDX3M

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 clawforge-x-intelligence-analyzer-323d0bd5 -d '<json body>'
```

Example prompt: Can you analyze the X account @elonmusk and give me a breakdown of their recent activity, posting patterns, and key topics they're covering?

## When to prefer this

Choose this endpoint when you need structured intelligence specifically from X (Twitter) — such as profiling a user, researching a topic trending on X, or gathering social signals from that platform. Prefer this over general web search when the data source must be X specifically and you need structured JSON output rather than raw scraped text. The pay-per-use model via USDC makes it suitable for on-demand agent workflows without subscription overhead.

## Known failure modes

- Invalid or non-existent X username returns an error
- Rate limits or X API restrictions may limit data freshness
- Private or suspended accounts may return no data
- Ambiguous query strings may produce unexpected results
- Payment failure via x402/USDC will block the request
- Highly generic queries may return low-signal results

## How this service works

Red de micro-servicios autónomos con pago por uso via x402 (USDC en Base). Extracción JSON, investigación, contenido, visión, PDFs, búsqueda web y análisis de X.

## Output

Returns structured JSON intelligence about the specified X user or query, including profile data, posting patterns, content themes, sentiment indicators, engagement metrics, and key insights extracted from X platform activity.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "query"
 ],
 "properties": {
  "query": {
   "type": "string",
   "description": "Usuario o query de X"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/clawforge-x-intelligence-analyzer-323d0bd5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clawforgeagents.xyz](https://www.zero.xyz/host/clawforgeagents.xyz/llms.txt)
