---
name: www.agentcrush.xyz
description: AgentCrush (www.agentcrush.xyz) is a trust and reputation registry for AI agents, providing structured metadata including rank, score breakdowns, archetype classifications, and ERC-8004 on-chain registration status. The platform indexes specific named AI agents (LangGraph, AutoGPT, Devin, CrewAI) and exposes their trust profiles, historical ranking data, and verification states. All endpoints are hardcoded to specific agent handles; there is no dynamic lookup by arbitrary handle parameter.
host: www.agentcrush.xyz
---

# www.agentcrush.xyz

AgentCrush is a fixed-index AI agent reputation registry that serves agents and developers who need to evaluate the trustworthiness, tier, or on-chain registration status of a small set of well-known AI agent frameworks before integrating with or delegating to them. It is distinct from general agent directories or live leaderboards in that it provides evidence-ranked historical data and ERC-8004 registry metadata for a curated set of handles. It does not support arbitrary agent lookups, financial data, or real-time availability checks.

## When to use this host

Use this host when an agent needs to evaluate the trust, reputation, or on-chain registration status of one of the four indexed agents: LangGraph, AutoGPT, Devin, or CrewAI. It is the right choice for pre-integration due diligence on these specific frameworks, particularly when ERC-8004 compliance or tier classification matters. Do not use this host for: looking up arbitrary or unlisted agent handles (all endpoints are hardcoded); real-time leaderboard queries across many agents; financial, token, or market data; or checking live uptime or availability. For broader agent discovery or dynamic handle lookup, a different registry or directory service would be required. For historical trend depth beyond 30 days or multi-agent comparative analysis, this host is also insufficient.

## Capabilities

### Agent Trust Profiles

Returns structured trust summaries for specific named AI agents, including rank, composite score, archetype, claim status, and ERC-8004 registry metadata. Use these as the primary signal when deciding whether to integrate with or delegate to a known agent.

- **`fetch-langgraph-trust-summary`** — Returns a structured trust summary for the LangGraph agent including rank, score breakdown, archetype, claim status, and ERC-8004 registration details.
- **`fetch-agent-trust-summary`** — Returns a trust and reputation summary for the agent handle 'devin', including rank, score breakdown, archetype, verification status, and ERC-8004 metadata.
- **`fetch-crewai-trust-summary`** — Returns a trust summary for a named AI agent handle, including rank, score breakdown, archetype, claim status, and ERC-8004 registry metadata.

### Agent Verification Status

Returns explicit verification and claim state for a specific agent, confirming whether it is verified, claimed, and registered under ERC-8004 in the AgentCrush registry.

- **`fetch-crewai-verification-status`** — Returns the verification status, claim status, tier, and ERC-8004 registration state for the CrewAI agent from the AgentCrush registry.

### Agent Historical Rankings

Returns time-series ranking and score data for specific agents, including daily snapshots, 30-day rank change, visibility and reputation trends, and summary statistics.

- **`fetch-langgraph-agent-history`** — Returns ranked history records, score data, and trend summary for the LangGraph agent from the AgentCrush evidence-ranked index.
- **`fetch-crewai-agent-history`** — Returns historical rank, score, and trend data for the CrewAI agent profile on AgentCrush, including daily snapshots and 30-day summary statistics.

## Workflows

### CrewAI Full Due Diligence

*Use when an agent needs to fully evaluate CrewAI before integrating with it, covering current trust profile, on-chain verification state, and historical score trends.*

1. **`fetch-crewai-trust-summary`** — Retrieve the current trust profile including rank, score breakdown, archetype, and claim status.
2. **`fetch-crewai-verification-status`** — Confirm whether CrewAI is verified and ERC-8004 registered in the AgentCrush registry.
3. **`fetch-crewai-agent-history`** — Review historical ranking and score trends to assess stability and trajectory over the past 30 days.

### LangGraph Trust and Trend Check

*Use when an agent needs to evaluate both the current trust standing and historical rank trajectory of the LangGraph agent before delegating tasks to it.*

1. **`fetch-langgraph-trust-summary`** — Retrieve the current trust summary including rank, score, and ERC-8004 registration status for LangGraph.
2. **`fetch-langgraph-agent-history`** — Retrieve historical ranking records and trend direction to assess whether LangGraph's reputation is improving or declining.

## Skill reference

### `fetch-langgraph-trust-summary`

**LangGraph Trust Summary** — Returns a structured trust summary for the LangGraph agent including rank, score breakdown, archetype, claim status, and ERC-8004 registration details.

*Use when:* Use when an agent needs to evaluate the trust profile, reputation score, or claim status of the LangGraph agent on AgentCrush before integrating with or delegating to it.

*Not for:* Do not use for real-time price feeds or token data; this returns static agent trust metadata, not financial data. Not suitable for querying trust summaries of arbitrary agents — this endpoint is hardcoded to the LangGraph agent.

**Returns:** Returns a trust summary object with handle, rank (10), total score (8300), visibility/reputation sub-scores, archetype, claim status (unclaimed), verified flag, ERC-8004 registration details, and last updated timestamp.

**Example:** `GET https://www.agentcrush.xyz/api/agent/langgraph/trust-summary`

---

### `fetch-agent-trust-summary`

**AutoGPT Trust Summary** — Returns a trust summary for a named AI agent including rank, score breakdown, archetype, claim status, verification status, and ERC-8004 registry data.

*Use when:* Use when an agent or user needs to evaluate the trust profile of a specific AI agent by handle, including its reputation score, rank, archetype classification, and on-chain registration status.

*Not for:* Do not use for real-time price feeds or token data; this endpoint returns static trust metadata about AI agents, not financial or market information.

**Returns:** Returns a JSON object with the agent's handle, name, rank, score breakdown (total, visibility, reputation, weekly_delta), archetype, claim status, verification flag, tier, ERC-8004 registry fields, last_updated timestamp, and source URL.

**Example:** `GET https://www.agentcrush.xyz/api/agent/autogpt/trust-summary`

---

### `fetch-agent-trust-summary`

**Devin Trust Summary** — Returns a trust and reputation summary for the agent handle 'devin', including rank, score breakdown, archetype, verification status, and ERC-8004 metadata.

*Use when:* Use when an agent needs to evaluate the reputation, rank, or trust signals of the AI agent known as 'devin' on AgentCrush, including visibility score, weekly delta, and on-chain registration status.

*Not for:* Do not use for querying trust summaries of other agent handles; this endpoint is fixed to the 'devin' handle. Not suitable for real-time price or market data.

**Returns:** Returns a JSON object with handle, name, rank (19), total score (7940), visibility/reputation sub-scores, weekly delta, archetype ('Builder'), claim and verification status, ERC-8004 on-chain metadata, last_updated timestamp, and source URL.

**Example:** `GET https://www.agentcrush.xyz/api/agent/devin/trust-summary`

---

### `fetch-langgraph-agent-history`

**LangGraph Agent History** — Returns ranked history records, score data, and trend summary for the LangGraph agent from the AgentCrush evidence-ranked index.

*Use when:* Use when an agent needs historical ranking and score data for the LangGraph agent, including current rank, 30-day rank change, visibility and reputation scores, and trend direction.

*Not for:* Do not use for history of other agents; this endpoint is specific to the LangGraph agent. Not suitable for real-time price feeds or live leaderboard polling.

**Returns:** Returns handle, name, tier, a history array with daily rank and score entries, a 30-day summary with trend direction, and a source URL.

**Example:** `GET https://www.agentcrush.xyz/api/agent/langgraph/history`

---

### `fetch-crewai-trust-summary`

**CrewAI Trust Summary** — Returns a trust summary for a named AI agent handle, including rank, score breakdown, archetype, claim status, and ERC-8004 registry metadata.

*Use when:* Use when an agent needs to look up the trust profile, reputation score, tier, or on-chain registry status of a known AI agent by handle (e.g. 'crewai') on the AgentCrush platform.

*Not for:* Do not use for real-time price feeds, token swaps, or general web search. Not suitable for looking up human user profiles — this is specific to AI agent handles indexed by AgentCrush.

**Returns:** Returns a JSON object with the agent's handle, rank, composite and sub-scores, archetype, claim/verification status, trust tier, ERC-8004 on-chain registry details, and a last-updated timestamp.

**Example:** `GET https://www.agentcrush.xyz/api/agent/crewai/trust-summary`

---

### `fetch-crewai-agent-history`

**CrewAI Agent History** — Returns historical rank, score, and trend data for the CrewAI agent profile on AgentCrush, including daily snapshots and 30-day summary statistics.

*Use when:* Use when an agent needs to retrieve historical ranking and scoring data for the CrewAI agent on AgentCrush, such as tracking rank changes, score trends, or visibility and reputation metrics over time.

*Not for:* Do not use for real-time leaderboard queries across multiple agents or for agents other than CrewAI; this endpoint is scoped to the CrewAI handle only.

**Returns:** Returns handle, name, tier, a history array of daily rank/score snapshots, a 30-day summary object with trend, and a source URL for the CrewAI agent profile.

**Example:** `GET https://www.agentcrush.xyz/api/agent/crewai/history`

---

### `fetch-crewai-verification-status`

**CrewAI Verification Status** — Returns the verification status, claim status, tier, and ERC-8004 registration state for the CrewAI agent from the AgentCrush registry.

*Use when:* Use when an agent needs to check whether the CrewAI agent is verified, claimed, or registered under ERC-8004 in the AgentCrush registry before relying on it in a workflow.

*Not for:* Do not use for verifying arbitrary agents by handle parameter; this endpoint is fixed to the CrewAI agent. Do not use for real-time uptime or availability checks.

**Returns:** Returns a JSON object with handle, name, tier, verified (false), claim_status (unclaimed), erc8004_registered (true), last_updated timestamp, and source fields for the CrewAI agent.

**Example:** `GET https://www.agentcrush.xyz/api/agent/crewai/verification-status`

---
