← 返回
未分类 中文

TechSnif — Tech News Intelligence CLI

Query TechSnif tech news intelligence via bundled CLI. Continuously updated articles across AI, Startups, Venture, and Robotics. Use when asked about tech ne...
通过捆绑CLI查询TechSnif科技新闻情报。持续更新AI、创业、风险投资和机器人技术相关文章。用于询问科技新闻时使用。
coffeefuelbump
未分类 clawhub v1.0.4 1 版本 100000 Key: 无需
★ 0
Stars
📥 527
下载
💾 0
安装
1
版本
#latest

概述

TechSnif CLI

Query TechSnif's public tech news API. No API key needed. CLI is bundled — no remote downloads.

Run: node /scripts/techsnif-cli.cjs [options] --json

Always use --json for structured output. Check ok field before reading data.

Commands

# What's trending right now (default 5, max 20)
node scripts/techsnif-cli.cjs trending --json
node scripts/techsnif-cli.cjs trending --category AI --last 24h --limit 10 --json

# Latest articles with filters (default 10, max 50)
node scripts/techsnif-cli.cjs feed --json
node scripts/techsnif-cli.cjs feed --category Robotics --limit 5 --json
node scripts/techsnif-cli.cjs feed --limit 10 --offset 10 --json

# Keyword search (max 50)
node scripts/techsnif-cli.cjs search "nvidia GPU" --last 7d --limit 5 --json

# Full article by slug (formats: markdown, text, html)
node scripts/techsnif-cli.cjs article <slug> --format markdown --json

# Topic coverage summary (counts + category/tag breakdown)
node scripts/techsnif-cli.cjs summary --topic "semiconductors" --last 7d --json

# List valid categories
node scripts/techsnif-cli.cjs categories --json

Categories

Exact values for --category: AI, Startups, Venture, Robotics. Case-sensitive.

See references/categories.md for full descriptions and common tags.

Shared Options

  • --last — Time window: 24h, 48h, 7d, 30d
  • --limit N — Result count (server caps: trending=20, feed/search=50)
  • --offset N — Pagination offset (feed only)
  • --category — Filter by category (trending, feed)
  • --json — Always include for structured output

Response Envelope

{ "ok": true, "data": { ... }, "targetEnv": "https://api.techsnif.com" }

Errors: { "ok": false, "error": "message" }. Always check ok first.

Listing commands (trending, feed, search) return articles with content: "". Use article for full content.

Workflows

"What's happening in AI?"

trending --category AI --last 24h --json

"Any news about [company]?"

search "[company]" --last 7d --json

"Full story on [headline]"

→ Get slug from trending/feed/search → article --format markdown --json

"Summarize [topic] this week"

summary --topic "[topic]" --last 7d --json for overview → feed or search for articles → article for top 2-3 full texts → synthesize

"Research [topic] for a newsletter/briefing"

search "[topic]" --last 7d --limit 10 --json → read top 3 via article → synthesize with source links

Multi-category scan

→ Run trending --category AI --last 24h --json, then trending --category Startups --last 24h --json, etc. Combine results.

Key Details

  • No API key or auth needed — public read-only
  • CLI is bundled in scripts/techsnif-cli.cjs — no remote package downloads
  • Slugs come from listing responses — use as-is for article command
  • Empty search results return ok: true with empty array (not an error)
  • Invalid category returns ok: false with 400 error
  • Invalid slug returns ok: false with 404 error
  • --format text without --json gives clean terminal output for article

版本历史

共 1 个版本

  • v1.0.4 当前
    2026-05-02 05:25 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,366 📥 319,412
security-compliance

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,221 📥 267,139
ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,067 📥 803,147