npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

claude-seek

v1.0.3

Published

Claude Code with DeepSeek models - free AI coding assistant

Readme


claude-seek

Claude Code with DeepSeek models - Free AI coding assistant

npm version License: MIT CI Tests npm downloads


Features

  • DeepSeek V4 Pro - Best quality models for complex coding tasks
  • Automatic fallback - Seamless fallback: Pro -> Flash -> Chat
  • Session history - Track all your conversations and sessions
  • One-command setup - Interactive wizard for effortless configuration
  • Health check - Built-in diagnostic tool
  • 100% free - No credit card required

Quick Install

npm (recommended)

npm install -g claude-seek
claude-seek setup
claude-seek

yarn

yarn global add claude-seek
claude-seek setup
claude-seek

git clone

git clone https://github.com/dinhoSilwa/claude-seek.git
cd claude-seek
chmod +x install-claude-seek.sh
./install-claude-seek.sh
claude-seek setup
claude-seek

Prerequisites

  • Node.js 18 or higher
  • npm (comes with Node.js)
  • DeepSeek API key - Get one here

Commands

| Command | Description | |---------|-------------| | claude-seek | Start interactive coding session | | claude-seek -p "query" | Run single query and exit | | claude-seek --model MODEL | Force specific model (pro/flash/chat) | | claude-seek setup | Interactive setup wizard | | claude-seek config set-key | Configure API key | | claude-seek config unset-key | Remove API key | | claude-seek config show | Show current settings | | claude-seek history list | List all sessions | | claude-seek history show <id> | Show session details | | claude-seek history clear | Clear all history | | claude-seek doctor | Health check and diagnostics | | claude-seek update | Update to latest version | | claude-seek --version | Show version | | claude-seek --help | Show help |


Examples

Interactive session

claude-seek

Output:

Starting claude-seek with model: deepseek-v4-pro

> Create a Python function that calculates Fibonacci

Single query

claude-seek -p "Explain React hooks in simple terms"

Force specific model

claude-seek --model flash -p "Quick: what's 2+2?"

Health check

claude-seek doctor

Output:

System:
   Node.js: v20.10.0
   npm: 10.2.3
   OS: Linux

API Key:
   Status: Configured
   Valid: Yes

History:
   Status: Enabled
   Sessions: 5

Models:
   deepseek-v4-pro: Available
   deepseek-v4-flash: Available
   deepseek-chat: Available

Environment Variables

| Variable | Description | |----------|-------------| | DEEPSEEK_API_KEY | Set API key directly (overrides saved key) | | NO_COLOR | Disable colored output | | LOG_LEVEL | Logging level (debug/info/warn/error) |


File Structure

After installation:

~/.claude-seek/
├── claude-seek              # Main executable
├── node_modules/            # Dependencies
├── key                      # API key (secure, 600 permissions)
├── config.env               # User configuration
├── history/                 # Session history
└── logs/                    # Debug logs

Development

Run tests

npm install -g bats
bats tests/

Run shellcheck

shellcheck install-claude-seek.sh uninstall-claude-seek.sh

Local installation

./install-claude-seek.sh

Uninstall

./uninstall-claude-seek.sh

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing)
  3. Commit your changes (git commit -m 'feat: add amazing feature')
  4. Push to the branch (git push origin feature/amazing)
  5. Open a Pull Request

License

MIT © Cláudio Silva


Credits


Support