Gloria
lucid.itsgloria.ai
AI-powered crypto news intelligence. Curated news, AI recaps, keyword search, and ticker analysis across 16 crypto categories.
lucid.itsgloria.ai via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
D
Conformance score: 40/100
D-grade: significant issues — auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent — calls are logged here automatically.
Endpoints
| Agent card | https://lucid.itsgloria.ai/.well-known/agent-card.json |
Skills · 4 declared · mapped to canonical taxonomy
Get the latest curated crypto news by category. Returns the 10 most recent headlines with sentiment, context, and sources.
Get an AI-generated news recap/summary for a specific crypto category over the past 12-24 hours.
Search curated crypto news by keyword. Returns the 10 most recent matching headlines.
Get a 24-hour AI-generated news summary for a specific token/ticker, combining internal news data with web search. Returns decision-grade bullet points for fund…
Health · last 30 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor — only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/lucid.itsgloria.ai) [](https://agenstry.com/agents/lucid.itsgloria.ai) [](https://agenstry.com/agents/lucid.itsgloria.ai) [](https://agenstry.com/agents/lucid.itsgloria.ai)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"protocolVersion": "1.0",
"name": "Gloria",
"description": "AI-powered crypto news intelligence. Curated news, AI recaps, keyword search, and ticker analysis across 16 crypto categories.",
"url": "https://lucid.itsgloria.ai/",
"supportedInterfaces": [
{
"url": "https://lucid.itsgloria.ai/",
"protocolBinding": "HTTP+JSON"
}
],
"version": "1.0.0",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": true
},
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json",
"text/plain"
],
"skills": [
{
"id": "news",
"name": "news",
"description": "Get the latest curated crypto news by category. Returns the 10 most recent headlines with sentiment, context, and sources.",
"inputModes": [
"application/json"
],
"outputModes": [
"application/json",
"text/plain"
],
"streaming": false,
"x_input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"feed_categories": {
"type": "string",
"description": "Comma-separated list of feed categories. Available: ai, ai_agents, base, bitcoin, crypto, dats, defi, ethereum, hyperliquid, machine_learning, macro, perps, rwa, ripple, solana, tech"
},
"from_date": {
"description": "Start date (YYYY-MM-DD format)",
"type": "string"
},
"to_date": {
"description": "End date (YYYY-MM-DD format)",
"type": "string"
}
},
"required": [
"feed_categories"
],
"additionalProperties": false
},
"x_output_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"items": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"signal": {
"type": "string"
},
"sentiment": {
"type": "string"
},
"sentiment_value": {
"type": "number"
},
"timestamp": {
"type": "number"
},
"feed_categories": {
"type": "array",
"items": {
"type": "string"
}
},
"short_context": {
"type": "string"
},
"long_context": {
"type": "string"
},
"sources": {
"type": "array",
"items": {
"type": "string"
}
},
"author": {
"type": "string"
},
"tokens": {
"type": "array",
"items": {
"type": "string"
}
},
"tweet_url": {
"type": "string"
}
},
"required": [
"id",
"signal",
"sentiment",
"sentiment_value",
"timestamp",
"feed_categories",
"short_context",
"long_context",
"sources",
"author",
"tokens",
"tweet_url"
],
"additionalProperties": false
}
}
},
"required": [
"items"
],
"additionalProperties": false
}
},
{
"id": "recaps",
"name": "recaps",
"description": "Get an AI-generated news recap/summary for a specific crypto category over the past 12-24 hours.",
"inputModes": [
"application/json"
],
"outputModes": [
"application/json",
"text/plain"
],
"streaming": false,
"x_input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"feed_category": {
"type": "string",
"description": "Feed category. Available: ai, ai_agents, base, bitcoin, crypto, dats, defi, ethereum, hyperliquid, machine_learning, macro, perps, rwa, ripple, solana, tech"
}
},
"required": [
"feed_category"
],
"additionalProperties": false
},
"x_output_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"feed_category": {
"type": "string"
},
"timeframe": {
"type": "string"
},
"recap": {
"type": "string"
},
"created_at": {
"type": "string"
}
},
"required": [
"feed_category",
"timeframe",
"recap",
"created_at"
],
"additionalProperties": false
}
},
{
"id": "search",
"name": "search",
"description": "Search curated crypto news by keyword. Returns the 10 most recent matching headlines.",
"inputModes": [
"application/json"
],
"outputModes": [
"application/json",
"text/plain"
],
"streaming": false,
"x_input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"keyword": {
"type": "string",
"description": "The keyword to search for"
}
},
"required": [
"keyword"
],
"additionalProperties": false
},
"x_output_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"items": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"signal": {
"type": "string"
},
"sentiment": {
"type": "string"
},
"sentiment_value": {
"type": "number"
},
"timestamp": {
"type": "number"
},
"feed_categories": {
"type": "array",
"items": {
"type": "string"
}
},
"short_context": {
"type": "string"
},
"long_context": {
"type": "string"
},
"sources": {
"type": "array",
"items": {
"type": "string"
}
},
"author": {
"type": "string"
},
"tokens": {
"type": "array",
"items": {
"type": "string"
}
},
"tweet_url": {
"type": "string"
}
},
"required": [
"id",
"signal",
"sentiment",
"sentiment_value",
"timestamp",
"feed_categories",
"short_context",
"long_context",
"sources",
"author",
"tokens",
"tweet_url"
],
"additionalProperties": false
}
}
},
"required": [
"items"
],
"additionalProperties": false
}
},
{
"id": "ticker-summary",
"name": "ticker-summary",
"description": "Get a 24-hour AI-generated news summary for a specific token/ticker, combining internal news data with web search. Returns decision-grade bullet points for fund managers and trading agents.",
"inputModes": [
"application/json"
],
"outputModes": [
"application/json",
"text/plain"
],
"streaming": false,
"x_input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"ticker": {
"type": "string",
"description": "Token symbol or name (e.g. ZRO, LayerZero, SOL, Solana)"
}
},
"required": [
"ticker"
],
"additionalProperties": false
},
"x_output_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"summary": {
"type": "string",
"description": "Bullet-point summary of the most important developments for the ticker over the last 24 hours"
}
},
"required": [
"summary"
],
"additionalProperties": false
}
}
],
"supportsAuthenticatedExtendedCard": false,
"entrypoints": {
"news": {
"description": "Get the latest curated crypto news by category. Returns the 10 most recent headlines with sentiment, context, and sources.",
"streaming": false,
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"feed_categories": {
"type": "string",
"description": "Comma-separated list of feed categories. Available: ai, ai_agents, base, bitcoin, crypto, dats, defi, ethereum, hyperliquid, machine_learning, macro, perps, rwa, ripple, solana, tech"
},
"from_date": {
"description": "Start date (YYYY-MM-DD format)",
"type": "string"
},
"to_date": {
"description": "End date (YYYY-MM-DD format)",
"type": "string"
}
},
"required": [
"feed_categories"
],
"additionalProperties": false
},
"output_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"items": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"signal": {
"type": "string"
},
"sentiment": {
"type": "string"
},
"sentiment_value": {
"type": "number"
},
"timestamp": {
"type": "number"
},
"feed_categories": {
"type": "array",
"items": {
"type": "string"
}
},
"short_context": {
"type": "string"
},
"long_context": {
"type": "string"
},
"sources": {
"type": "array",
"items": {
"type": "string"
}
},
"author": {
"type": "string"
},
"tokens": {
"type": "array",
"items": {
"type": "string"
}
},
"tweet_url": {
"type": "string"
}
},
"required": [
"id",
"signal",
"sentiment",
"sentiment_value",
"timestamp",
"feed_categories",
"short_context",
"long_context",
"sources",
"author",
"tokens",
"tweet_url"
],
"additionalProperties": false
}
}
},
"required": [
"items"
],
"additionalProperties": false
},
"pricing": {
"invoke": "30000"
}
},
"recaps": {
"description": "Get an AI-generated news recap/summary for a specific crypto category over the past 12-24 hours.",
"streaming": false,
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"feed_category": {
"type": "string",
"description": "Feed category. Available: ai, ai_agents, base, bitcoin, crypto, dats, defi, ethereum, hyperliquid, machine_learning, macro, perps, rwa, ripple, solana, tech"
}
},
"required": [
"feed_category"
],
"additionalProperties": false
},
"output_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"feed_category": {
"type": "string"
},
"timeframe": {
"type": "string"
},
"recap": {
"type": "string"
},
"created_at": {
"type": "string"
}
},
"required": [
"feed_category",
"timeframe",
"recap",
"created_at"
],
"additionalProperties": false
},
"pricing": {
"invoke": "100000"
}
},
"search": {
"description": "Search curated crypto news by keyword. Returns the 10 most recent matching headlines.",
"streaming": false,
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"keyword": {
"type": "string",
"description": "The keyword to search for"
}
},
"required": [
"keyword"
],
"additionalProperties": false
},
"output_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"items": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"signal": {
"type": "string"
},
"sentiment": {
"type": "string"
},
"sentiment_value": {
"type": "number"
},
"timestamp": {
"type": "number"
},
"feed_categories": {
"type": "array",
"items": {
"type": "string"
}
},
"short_context": {
"type": "string"
},
"long_context": {
"type": "string"
},
"sources": {
"type": "array",
"items": {
"type": "string"
}
},
"author": {
"type": "string"
},
"tokens": {
"type": "array",
"items": {
"type": "string"
}
},
"tweet_url": {
"type": "string"
}
},
"required": [
"id",
"signal",
"sentiment",
"sentiment_value",
"timestamp",
"feed_categories",
"short_context",
"long_context",
"sources",
"author",
"tokens",
"tweet_url"
],
"additionalProperties": false
}
}
},
"required": [
"items"
],
"additionalProperties": false
},
"pricing": {
"invoke": "50000"
}
},
"ticker-summary": {
"description": "Get a 24-hour AI-generated news summary for a specific token/ticker, combining internal news data with web search. Returns decision-grade bullet points for fund managers and trading agents.",
"streaming": false,
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"ticker": {
"type": "string",
"description": "Token symbol or name (e.g. ZRO, LayerZero, SOL, Solana)"
}
},
"required": [
"ticker"
],
"additionalProperties": false
},
"output_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"summary": {
"type": "string",
"description": "Bullet-point summary of the most important developments for the ticker over the last 24 hours"
}
},
"required": [
"summary"
],
"additionalProperties": false
},
"pricing": {
"invoke": "31000"
}
}
},
"payments": [
{
"method": "x402",
"payee": "0xCa1271E777C209e171826A681855351f4989cd0c",
"network": "eip155:8453",
"endpoint": "https://facilitator.daydreams.systems",
"extensions": {
"x402": {
"facilitatorUrl": "https://facilitator.daydreams.systems"
}
}
}
]
}