{"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"}}}]}