{"protocolVersion":"1.0","name":"hackernews-intel-agent","description":"Real-time Hacker News intelligence - top stories, search, comments, and user data for AI agents doing tech research","url":"https://hackernews-intel-agent-production.up.railway.app/","supportedInterfaces":[{"url":"https://hackernews-intel-agent-production.up.railway.app/","protocolBinding":"HTTP+JSON"}],"version":"1.0.0","capabilities":{"streaming":false,"pushNotifications":false,"stateTransitionHistory":true},"defaultInputModes":["application/json"],"defaultOutputModes":["application/json","text/plain"],"skills":[{"id":"overview","name":"overview","description":"Free overview - current top story and API status","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":{},"additionalProperties":false}},{"id":"top-stories","name":"top-stories","description":"Get top HN stories with full details","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":{"limit":{"default":10,"type":"number","minimum":1,"maximum":50}},"required":["limit"],"additionalProperties":false}},{"id":"search","name":"search","description":"Search HN stories via Algolia - powerful full-text search","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":{"query":{"type":"string","minLength":1,"description":"Search query"},"limit":{"default":10,"type":"number","minimum":1,"maximum":50},"sortBy":{"default":"relevance","type":"string","enum":["relevance","date"]}},"required":["query","limit","sortBy"],"additionalProperties":false}},{"id":"stories-by-type","name":"stories-by-type","description":"Get stories by type: best, new, ask, show, or job","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":{"type":{"type":"string","enum":["best","new","ask","show","job"],"description":"Story type"},"limit":{"default":10,"type":"number","minimum":1,"maximum":50}},"required":["type","limit"],"additionalProperties":false}},{"id":"story-details","name":"story-details","description":"Get full story details including top comments","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":{"storyId":{"type":"number","description":"HN story ID"},"commentLimit":{"default":5,"type":"number","minimum":0,"maximum":20}},"required":["storyId","commentLimit"],"additionalProperties":false}},{"id":"user-profile","name":"user-profile","description":"Get HN user profile and recent activity","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":{"username":{"type":"string","minLength":1,"description":"HN username"}},"required":["username"],"additionalProperties":false}},{"id":"analytics","name":"analytics","description":"Payment analytics summary","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":{"windowMs":{"description":"Time window in ms","type":"number"}},"additionalProperties":false}},{"id":"analytics-transactions","name":"analytics-transactions","description":"Recent payment transactions","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":{"windowMs":{"type":"number"},"limit":{"default":50,"type":"number"}},"required":["limit"],"additionalProperties":false}},{"id":"analytics-csv","name":"analytics-csv","description":"Export payment data as CSV","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":{"windowMs":{"type":"number"}},"additionalProperties":false}}],"supportsAuthenticatedExtendedCard":false,"entrypoints":{"overview":{"description":"Free overview - current top story and API status","streaming":false,"input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{},"additionalProperties":false}},"top-stories":{"description":"Get top HN stories with full details","streaming":false,"input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"limit":{"default":10,"type":"number","minimum":1,"maximum":50}},"required":["limit"],"additionalProperties":false},"pricing":{"invoke":"1000"}},"search":{"description":"Search HN stories via Algolia - powerful full-text search","streaming":false,"input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"query":{"type":"string","minLength":1,"description":"Search query"},"limit":{"default":10,"type":"number","minimum":1,"maximum":50},"sortBy":{"default":"relevance","type":"string","enum":["relevance","date"]}},"required":["query","limit","sortBy"],"additionalProperties":false},"pricing":{"invoke":"2000"}},"stories-by-type":{"description":"Get stories by type: best, new, ask, show, or job","streaming":false,"input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"type":{"type":"string","enum":["best","new","ask","show","job"],"description":"Story type"},"limit":{"default":10,"type":"number","minimum":1,"maximum":50}},"required":["type","limit"],"additionalProperties":false},"pricing":{"invoke":"2000"}},"story-details":{"description":"Get full story details including top comments","streaming":false,"input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"storyId":{"type":"number","description":"HN story ID"},"commentLimit":{"default":5,"type":"number","minimum":0,"maximum":20}},"required":["storyId","commentLimit"],"additionalProperties":false},"pricing":{"invoke":"3000"}},"user-profile":{"description":"Get HN user profile and recent activity","streaming":false,"input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"username":{"type":"string","minLength":1,"description":"HN username"}},"required":["username"],"additionalProperties":false},"pricing":{"invoke":"2000"}},"analytics":{"description":"Payment analytics summary","streaming":false,"input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"windowMs":{"description":"Time window in ms","type":"number"}},"additionalProperties":false}},"analytics-transactions":{"description":"Recent payment transactions","streaming":false,"input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"windowMs":{"type":"number"},"limit":{"default":50,"type":"number"}},"required":["limit"],"additionalProperties":false}},"analytics-csv":{"description":"Export payment data as CSV","streaming":false,"input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"windowMs":{"type":"number"}},"additionalProperties":false}}},"payments":[{"method":"x402","payee":"0xE5312919e63109c9dDBa2Ea7cf75EC9B3d5D3A14","network":"base","endpoint":"https://facilitator.daydreams.systems","extensions":{"x402":{"facilitatorUrl":"https://facilitator.daydreams.systems"}}}]}