← Item page
← Read queue

HTML explainer artifact

Add NSE India Printing Press tool to Claude Code

Source: https://github.com/mvanhorn/printing-press-library/tree/main/library/developer-tools/nse-india
Generated: 2026-05-22T06:48:30Z

NSE India Printing Press CLI — explainer

What this link is

Source map

nse-india/
├─ README.md              install/use docs and command reference
├─ SKILL.md               agent skill wrapper for Claude/Codex/Hermes-style use
├─ AGENTS.md              local rules for agents modifying/using the generated CLI
├─ cmd/
│  ├─ nse-india-pp-cli/   terminal CLI entrypoint
│  └─ nse-india-pp-mcp/   MCP server entrypoint for Claude Desktop/tool clients
├─ internal/
│  ├─ cli/                Cobra command tree
│  ├─ client/             NSE HTTP client/browser-header behavior
│  ├─ store/              SQLite persistence for cross-session analysis
│  ├─ mcp/                MCP tool surface mirroring the CLI
│  └─ types/cache/config  support packages
├─ research.json          alternatives and generated feature rationale
└─ dogfood-results.json   generated verification report

What it can do

Install/use path for Dab

# Printing Press route: CLI + skill
npx -y @mvanhorn/printing-press install nse-india

# CLI only
npx -y @mvanhorn/printing-press install nse-india --cli-only

# Hermes skill route from the README
hermes skills install mvanhorn/printing-press-library/cli-skills/pp-nse-india --force

# Go fallback, CLI only
go install github.com/mvanhorn/printing-press-library/library/developer-tools/nse-india/cmd/nse-india-pp-cli@latest

Quick checks after install:

nse-india-pp-cli --version
nse-india-pp-cli doctor --json
nse-india-pp-cli agent-context --pretty
nse-india-pp-cli market status --agent
nse-india-pp-cli equity quote RELIANCE --agent

Authentication / operational caveat

Maturity signals

Fit for Ananth / Dab workflows

Suggested next step

Install CLI-only first on the Pi, verify doctor and a quote command, then decide whether to install the Hermes skill wrapper. Avoid building workflows until a few sample NSE calls are confirmed live from the Pi network.