Setup
- In Agent Studio, go to Tools → Hacker News → Connect
- No authentication required, the tool is ready to use immediately.
Available actions
| Action | Description |
|---|---|
HACKERNEWS__TOP_STORIES_GET | Fetch the current list of top stories from Hacker News. |
HACKERNEWS__ITEM_GET | Fetch a specific story or comment by its item ID. |
HACKERNEWS__USER_GET | Fetch profile information for a Hacker News user by their user ID. |
HACKERNEWS__USER_STORIES_GET | Fetch all stories submitted by a specific Hacker News user. |
HACKERNEWS__USER_RECEIVED_GET | Fetch stories and comments received by a specific Hacker News user. |
Adding to an agent
- Open your agent in Agent Studio → Agent Builder
- Go to Tools and enable Hacker News
- Select only the actions your agent needs
- Set auth mode: No auth needed