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

@kyma-api/agent

v0.1.10

Published

Kyma coding agent — one account, many models. AI-powered coding assistant backed by Kyma API.

Downloads

677

Readme

Kyma Agent

Terminal-first coding agent powered by Kyma API.

Install one package, sign in once, and use many models through one balance.

Install

npm i -g @kyma-api/agent

On Windows, use npm install -g @kyma-api/agent in PowerShell or Windows Terminal. Do not use curl ... | bash.

This package installs:

  • kyma for direct coding sessions
  • kyma-ter for the local multi-agent workspace

Kyma Agent vs Kyma Ter

The package contains two related tools:

  • kyma is the coding agent CLI
  • kyma-ter is the browser-based local workspace for running many kyma and shell sessions in parallel

kyma-ter is distributed through this same package. The install step downloads the local kyma-ter binary automatically.

Usage

kyma                          # Interactive coding agent
kyma "explain this repo"      # Start with a prompt
kyma -p "fix the bug"         # One-shot mode (process and exit)
kyma -c                       # Continue previous session

Launch the workspace with:

kyma-ter

On Windows:

  • kyma runs natively in PowerShell or Windows Terminal
  • kyma-ter is available, with shell panes optimized for WSL2

First Run

kyma
# 1. Run /login to connect your Kyma account
# 2. Run /mode to choose your default mode
# 3. Start coding

Or start with kyma-ter if you want a local multi-pane workspace first.

Modes

Switch models by task type instead of memorizing model names:

kyma --mode fast               # Fastest response
kyma --mode coding             # Best for code
kyma --mode reasoning          # Deep thinking
kyma --mode cheap              # Lowest cost
kyma --mode vision             # Image support
kyma --mode long               # Long context

Or switch inside a session with /mode.

Current mode defaults include:

| Mode | Default model | |------|---------------| | coding | qwen-3-coder | | reasoning | deepseek-r1 | | cheap | gpt-oss-120b | | vision | gemma-4-31b | | long | kimi-k2.5 |

Commands

| Command | Description | |---------|-------------| | /login | Connect your Kyma account | | /logout | Sign out | | /models | Browse and switch models | | /mode | Switch model by task type | | /balance | Check credits and usage limits | | /status | Account, session, and API health | | /doctor | Run diagnostics | | /usage | Session cost and token usage | | /billing | Open billing page | | /dashboard | Open Kyma dashboard | | /upgrade | View tiers and upgrade | | /feedback | Report issues or give feedback |

Project Config

Create a KYMA.md at your project root to set per-project defaults:

---
model: qwen-3-coder
thinking: high
---

Kyma reads this on session start and applies the model and thinking level automatically.

Environment

| Variable | Description | |----------|-------------| | KYMA_API_KEY | API key (alternative to /login) | | KYMA_BASE_URL | Custom API base URL |

Windows Notes

  • kyma is intended to run natively on Windows
  • kyma-ter on Windows currently works best as a beta experience with WSL2 installed
  • Run /doctor inside kyma to verify local setup, kyma-ter, and WSL detection

Docs

Pricing

All models are pay-per-token through your Kyma account. Free credits on signup. See kymaapi.com for pricing details.

Links

License

MIT