Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计提醒

techsniftechsnif 命令行

Agent Skill

techsnif 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

6,534

周安装

275

GitHub Stars

公开资料未说明

下载量

2,288
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:techsnif(techsnif 命令行)
来源仓库:https://github.com/coffeefuelbump/techsnif
安装命令:
openclaw skills install techsnif
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install techsnif

简介

通过 CLI 接口查询 TechSnif 数据库获取人工智能与机器人技术领域资讯。

  • 适用于科研情报收集与技术前沿追踪场景。
  • 输出包含文章标题、摘要与来源链接的搜索结果。
  • 安装命令:openclaw skills install techsnif;需配置命令行环境变量。
  • 注意:部分数据可能需付费订阅,使用前请确认授权范围。

SKILL.md

name
techsnif
description
Query TechSnif tech news intelligence via bundled CLI. Continuously updated articles across AI, Startups, Venture, and Robotics. Use when asked about tech news, AI news, startup funding, robotics, venture capital, trending tech stories, company news, or anything requiring current technology news coverage. Triggers on phrases like "what's happening in tech", "AI news", "tech news", "trending in AI", "startup funding news", "latest in robotics", "search tech news for", "summarize tech news about", "what's trending in tech", "any news about [company/topic]", "tech headlines", "startup news", "VC funding", "robot news".
homepage
https://techsnif.com/
source
https://www.npmjs.com/package/@techsnif/cli

TechSnif CLI

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

Run: node <skill-path>/scripts/techsnif-cli.cjs <command> [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 <slug> 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 <slug> --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

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

89.82%
按下载量换算2,055

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

可疑

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills