Sign In

@lattis-dev/cli

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lattis-dev/cli

Search any website's facts, capabilities, and actions from the command line

npmnpm
Version
0.1.1
Version published
Weekly downloads
81
37.29%
Maintainers
1
Weekly downloads
 
Created
Source

@lattis-dev/cli

Search any website's facts, capabilities, and actions from the command line.

Lattis pre-indexes websites into structured data that AI agents can use — real prices, working URLs, API endpoints, not hallucinated guesses. This CLI lets you search across all indexed sites instantly.

Install

npm install -g @lattis-dev/cli

Or use without installing:

npx @lattis-dev/cli search "compare credit cards"

Or via shell script:

curl -fsSL https://lattis.dev/install.sh | sh

Usage

Search across all indexed sites

lattis search "analytics for my startup"
20 results across 10 sites

[FACT        ] PostHog free tier includes 1M events/month, 5K session replays
  PostHog (posthog.com) — https://posthog.com

[CAPABILITY  ] Product search with dietary filters at helloyumi.com/shop?diet={value}
  YUMI (helloyumi.com) — https://helloyumi.com/shop

[ACTION      ] Sign up for PostHog free: go to app.posthog.com/signup
  PostHog (posthog.com) — https://app.posthog.com/signup

List indexed sites

lattis sites

View a specific site

lattis site posthog.com

Get items with type filter

lattis items cal.com --type=action

Submit a site for indexing

lattis analyze https://example.com

Compact JSON for LLM consumption

lattis search "book a meeting" --agent

Returns minimal JSON optimized for token efficiency — pipe it into your agent.

Environment

VariableDefaultDescription
LATTIS_API_URLhttps://api.lattis.devOverride API endpoint

What is Lattis?

Lattis crawls any website and extracts three types of structured data:

  • Facts — specific data points (prices, specs, limits)
  • Capabilities — what users can do (search URLs, filter patterns, forms)
  • Actions — how to accomplish goals (step-by-step with URLs, code samples)

AI agents get real, current, actionable data instead of hallucinating.

Learn more at lattis.dev

Keywords

ai

FAQs

Package last updated on 29 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts