Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Haruspex Gemini CLI Extension

Live 0–100 stock scoring across 20+ dimensions, available as a Gemini CLI extension. Wraps the @haruspex-guru/mcp-server-gemini npm package — the Gemini-tuned distribution of the Haruspex MCP server (sister to @haruspex-guru/mcp-server which serves Claude Desktop / Base44 / Cursor).

Install

gemini extensions install https://github.com/Haruspex-guru/haruspex-gemini-extension

For local development from a clone of this directory:

gemini extensions install --path .

On install, Gemini will prompt for your Haruspex API Key (hrspx_*). Get one at https://haruspex.guru/haruspex-api.

What ships

  • 4 skills: score-lookup, dimension-compare, supply-chain-risk, thesis-builder (auto-loaded from skills/)
  • 3 slash commands: /haruspex-score, /haruspex-compare, /haruspex-watchlist (from commands/)
  • An MCP server config that spawns the Haruspex MCP via npx on demand
  • A GEMINI.md that teaches the agent how to call everything

Try it

What's the Haruspex score for NVDA?

Compare AAPL, MSFT, and GOOGL on supply chain risk.

Build a bull/bear thesis on TSLA based on the last 90 days of Haruspex scores.

/haruspex-watchlist     # reads watchlist.txt in the current directory

Requirements

  • Node.js 18+ (so npx can spawn the MCP server)
  • Gemini CLI 0.x or newer
  • A Haruspex API key

Files

gemini-extension/
├── gemini-extension.json   # manifest
├── GEMINI.md               # auto-loaded knowledge prompt
├── skills/                 # 4 SKILL.md files (Anthropic Agent Skills format)
└── commands/               # 3 TOML slash commands

See also

About

Haruspex Gemini CLI extension — live multi-dimension stock scoring (0-100) inside Gemini. Wraps @haruspex-guru/mcp-server.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors