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

@psnext/slingcli

v2.4.20260520-5

Published

Connects Sling CLI to Publicis Sapient Slingshot enterprise LLM gateway. Bundles the pi coding-agent runtime.

Readme

@psnext/slingcli

A coding agent CLI powered by Publicis Sapient's Slingshot.

Installs the sling command globally.

Prerequisites

  • macOS or Linux or Windows
  • Node.js >= 20 (check with node -v)

Install

npm install -g @psnext/slingcli

Verify:

sling --version

First-time login

sling

Then inside the TUI:

  1. Type /login slingshot and complete login in the browser window that opens
  2. Type /model to pick a model
  3. Start chatting
  4. Type /quit to exit

If you already have a Slingshot access token, you can skip the interactive login:

export SLINGSHOT_TOKEN="your-access-token-here"
sling

Useful commands

| Command | Description | | ------------------ | ----------------------------------------------- | | /login slingshot | Log in to Slingshot | | /model | Switch model | | /compact | Compact conversation history | | /clear | Clear current session | | /quit | Exit the application | | /help | Show all commands | | Escape | Interrupt a running response | | Ctrl+C | Clear editor (first press), exit (second press) |

sling commands

| Sling Command | Description | | ------------------- | ---------------------------------------- | | /s:debug | Toggle Slingshot debug logging | | /s:footer | Toggle custom footer with Slingshot info | | /s:skills-manager | Open Skill Manager | | /s:filechanges | Toggle file changes tracking | | /s:context | Visualize context | | /s:acm | Toggle Agentic Context Management |

Available models

| Model | Reasoning | | -------------------------- | --------- | | claude-opus-4@20250514 | Yes | | claude-sonnet-4@20250514 | Yes | | claude-sonnet-4-5@20250929 | Yes | | gpt-5 | Yes | | gpt-5.1 | Yes | | gpt-5.2 | Yes | | gpt-5.4 | Yes | | gpt-5.5 | Yes | | gpt-4.1 | No | | o3 | Yes | | gemini-2.5-pro | Yes | | gemini-2.5-flash | Yes |

Environment variables

| Variable | Purpose | | ------------------------- | ----------------------------------------------- | | SLINGSHOT_TOKEN | Pre-set access token (skips OAuth) | | SLINGSHOT_PROJECT_ID | Project ID for analytics | | SLINGSHOT_WORKSPACE_ID | Workspace ID for analytics | | SLINGSHOT_DEBUG | Enable Slingshot debug logging (true/false) | | SKIP_SLING_AUTO_INSTALL | Skip first-run auto-install of default packages |

Slingshot debug logs are written to ~/.sling/logs/analytics/<timestamp>.log.

Updating

npm install -g @psnext/slingcli@latest

Uninstall

npm uninstall -g @psnext/slingcli

To also remove saved sessions and auth tokens:

rm -rf ~/.sling

License

Licensing for @psnext/slingcli is to be determined.

This package bundles @earendil-works/pi-* (MIT, © 2025 Mario Zechner). The upstream MIT license is preserved in the LICENSE file.