一键导入
hacker-news-surfer
Surf Hacker News for AI and tech discussions. Get top stories, search for AI topics, and analyze trending tech news.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Surf Hacker News for AI and tech discussions. Get top stories, search for AI topics, and analyze trending tech news.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
GitHub 赏金猎人。自动监控 GitHub bounty,支持 Algora/UbiquityOS/RustChain 平台。v7.5.6 新增用户授权全自动策略(2026-06-11)
AI Agent 团队 - 61 个专业 Agent,8 大部门,完整的 AI 代理机构。支持单 Agent 使用和多 Agent 协作编排。
AI 代码审查助手,基于本地 AI 模型自动检测代码质量。
AI 确定性控制工具。管理 temperature/top_p/seed 参数,多场景预设,一致性检查(编辑距离+TF-IDF),监控趋势分析与异常检测,模型参数注入与恢复。
AI效率监控工具。监控AI任务执行效率,识别浪费模式(重复查询/过长上下文/无效重试/过度生成/低质量循环),生成优化建议和成本节省报告。支持OpenClaw日志解析、多模型成本计算、ASCII趋势图。
自动从代码生成技术文档,支持 Python/JavaScript/Bash,AI 增强文档质量
| name | hacker-news-surfer |
| description | Surf Hacker News for AI and tech discussions. Get top stories, search for AI topics, and analyze trending tech news. |
| version | 1.0.0 |
Hacker News(HN)冲浪技能,获取热门技术话题和 AI 相关讨论。
Base URL: https://hacker-news.firebaseio.com/v0/
Endpoints:
/topstories.json - Top story IDs/newstories.json - New story IDs/beststories.json - Best story IDs/item/{id}.json - Story details/user/{id}.json - User profile# Get top 10 story IDs
curl -s "https://hacker-news.firebaseio.com/v0/topstories.json" | jq -r '.[:10]'
# Get story details
curl -s "https://hacker-news.firebaseio.com/v0/item/47306655.json" | jq '{
title: .title,
url: .url,
score: .score,
by: .by,
time: .time
}'
# Get top stories and filter for AI
curl -s "https://hacker-news.firebaseio.com/v0/topstories.json" | \
jq -r '.[:50]' | \
while read id; do
curl -s "https://hacker-news.firebaseio.com/v0/item/$id.json" | \
jq -r 'select(.title | test("AI|artificial intelligence|machine learning|ML|GPT|Claude"; "i"))'
done
# Test API connection
curl -s "https://hacker-news.firebaseio.com/v0/topstories.json" | jq -r '.[0]'
See USAGE.md for detailed examples:
✅ No installation required - uses public API
MIT License
Copyright (c) 2026 思捷娅科技 (SJYKJ)
免费使用、修改和重新分发时,需注明出处。
出处:
商业使用授权: