jina-cli

Installation
SKILL.md

jina - Web Content Reader & Search

CLI tool for reading web content and performing AI-powered web searches.

Quick start

macOS/Linux:

curl -fsSL https://raw.githubusercontent.com/geekjourneyx/jina-cli/main/scripts/install.sh | bash

Windows (Go required):

# 1. Install via Go
go install github.com/geekjourneyx/jina-cli/cli@latest

# 2. Rename and add to PATH (One-time setup)
cd "$HOME/go/bin"; mv cli.exe jina.exe
[Environment]::SetEnvironmentVariable("Path", $env:Path + ";$HOME\go\bin", "User")
Related skills
Installs
4
GitHub Stars
8
First Seen
Mar 10, 2026