smithery/az9713

hn-analysis

Analyze Hacker News posts and discussions to extract insights from tech community discourse. Use when the user mentions Hacker News, HN, news.ycombinator, YC, or provides a HN URL.

Installation

$ npx skills add smithery/az9713 --skill hn-analysis

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/az9713 · top by installs.

npx skills add smithery/az9713

Browse all from smithery/az9713

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,265 B
  • docs SUMMARY.md 199 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Hacker News Post Analysis

Analyze Hacker News posts and their discussions to generate structured reports covering both linked content and community insights.

When to Use

Activate this skill when the user:

  • Mentions "Hacker News", "HN", "Y Combinator news"
  • Provides a news.ycombinator.com URL
  • Asks about a HN discussion or comments
  • Mentions "Show HN", "Ask HN", or "Launch HN"
  • Wants to understand tech community sentiment on a topic

Instructions

  1. Parse the HN URL:

- Accept news.ycombinator.com/item?id=XXXXX format - Extract item ID

  1. Fetch the HN post using WebFetch:

- Get post title, link, points, author - Get top comments (aim for 20-30 top comments)

  1. If post links to content: Also fetch linked article
  2. If fetching fails:

- Inform user of issue - Suggest checking URL format - Stop here

  1. Read the analysis prompt from prompts/hn.md
  2. Extract metadata:

- Title, author, points - Post type (Show HN, Ask HN, etc.) - Comment count

  1. Generate analysis covering both content AND discussion
  2. Create output directory reports/hackernews/ if needed
  3. Save the report to reports/hackernews/YYYY-MM-DD_sanitized-title.md
  4. Update the activity log at logs/YYYY-MM-DD.md:

- Add entry under "## HN Discussions" section - Format: - [Title](../reports/hackernews/filename.md) - HH:MM

  1. Confirm to user what was saved

Report Format

# [Post Title]

**Source**: [HN URL]
**Linked Content**: [Original URL if any]
**Points**: [Score]
**Comments**: [Count]
**Date**: YYYY-MM-DD
**Type**: Hacker News Discussion

---

[Analysis content following prompts/hn.md structure]

---

## My Notes

[Empty space for user notes]

Error Handling

  • If URL format wrong: Suggest correct format
  • If post deleted: Inform user
  • If comments fail: Analyze post only
  • If prompts/hn.md missing: Use prompts/default.md

Related

  • Slash command: /hn <url>
  • Prompt file: prompts/hn.md
  • Output: reports/hackernews/