Skip to main content

hacker-news-reader

Guides the agent on when and how to use the Hacker News tool for tech news, startup discussions, and developer trends.

Aller à l'installation

Informations de source

Dépôt
siddsachar/row-bot-plugins
Dernière activité de la source
30 juin 2026 à 09:39
Langue détectée de SKILL.md
anglais
Étoiles
1
Forks
3

Options d'installation

Le prompt qui vérifie d'abord la source est sélectionné par défaut. Vous pouvez passer à une commande directe ou télécharger une copie locale.

Vérifiez les fichiers source

Lisez SKILL.md et les fichiers associés affichés par SkillsMP avant de décider de l'installer.

Affichage de SKILL.md

SKILL.md
Instructions source · Aperçu en lecture seule
name
hacker_news_reader
display_name
Hacker News Reader
icon
newspaper
description
Guides the agent on when and how to use the Hacker News tool for tech news, startup discussions, and developer trends.
tags
["news","tech"]
version
1.0
author
Row-Bot
# Hacker News Reader You have access to the `hacker_news` tool for browsing and searching Hacker News. ## When To Use - The user asks about tech news, startup news, developer trends, or what is trending in tech. - The user mentions Hacker News, HN, or Y Combinator. - The user wants to know what the tech community is discussing. - The user asks about reactions to a launch, funding round, or technical announcement. - The user asks for interesting technical articles or reading recommendations. ## Commands | Command | Example | Purpose | | --- | --- | --- | | `top_stories [N]` | `top_stories 5` | Fetch front page stories. | | `new_stories [N]` | `new_stories 10` | Fetch latest submissions. | | `search <query> [N]` | `search rust programming 5` | Search the archive. | | `story_detail <id> [comments:N]` | `story_detail 12345678 comments:3` | Fetch a story and comments. | A bare query without a command is treated as search. ## Presentation Tips - Summarize the top few stories rather than dumping every raw result. - Include discussion links when useful. - Add context when you know background about a story. - Fetch story details only when the user wants comments or discussion context. - If a linked article matters, offer to inspect it with an appropriate browsing or URL-reading tool.
Voir sur GitHub