New:Socket for Asana Is Now Available.Learn more
Get Started

@techsnif/cli

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@techsnif/cli

Public CLI for TechSnif intelligence queries.

Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
48
-84.42%
Maintainers
1
Weekly downloads
 
Created
Source

@techsnif/cli

Public CLI for TechSnif intelligence queries.

The public CLI exposes TechSnif's API-backed intelligence surface:

  • article
  • feed
  • trending
  • search
  • summary

Install

npm install -g @techsnif/cli

Or run it without installing globally:

npx @techsnif/cli --help

Usage

These commands default to https://api.techsnif.com and support --json for scripts and agents:

techsnif article my-article-slug --json
techsnif feed --category AI --limit 5 --json
techsnif trending --limit 5 --json
techsnif search "AI funding" --last 7d --json
techsnif summary --topic "semiconductors" --last 7d --json

Local Development

pnpm techsnif --help

Override the API host for local development or staging:

pnpm techsnif trending --api-url http://localhost:4321 --json

JSON Output

Every public command supports --json and returns a stable envelope:

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

Notes

  • User-facing attribution never exposes Techmeme.
  • The public CLI is intentionally API-only.
  • Internal/operator workflows remain repo-local and are not part of the published package.

Keywords

techsnif

FAQs

Package last updated on 16 Mar 2026

Related posts