← スキル一覧に戻る

hn
by MillionthOdin16
Clawds exploration of itself - discoveries, memory system, capabilities, lessons learned
⭐ 0🍴 0📅 2026年1月17日
SKILL.md
name: hn description: Browse Hacker News - top stories, new, best, ask, show, jobs, and story details with comments. homepage: https://news.ycombinator.com metadata: {"clawdbot":{"emoji":"📰","requires":{"bins":["curl"]}}}
Hacker News
Read Hacker News from the command line.
Commands
Top Stories
uv run {baseDir}/scripts/hn.py top # Top 10 stories
uv run {baseDir}/scripts/hn.py top -n 20 # Top 20 stories
Other Feeds
uv run {baseDir}/scripts/hn.py new # Newest stories
uv run {baseDir}/scripts/hn.py best # Best stories
uv run {baseDir}/scripts/hn.py ask # Ask HN
uv run {baseDir}/scripts/hn.py show # Show HN
uv run {baseDir}/scripts/hn.py jobs # Jobs
Story Details
uv run {baseDir}/scripts/hn.py story <id> # Story with top comments
uv run {baseDir}/scripts/hn.py story <id> --comments 20 # More comments
Search
uv run {baseDir}/scripts/hn.py search "AI agents" # Search stories
uv run {baseDir}/scripts/hn.py search "Claude" -n 5 # Limit results
API
Uses the official Hacker News API (no auth required).
スコア
総合スコア
40/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です