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

vibekit-agent

v1.4.3

Published

Control your local Claude Code via Telegram

Readme

vibekit-agent

Control your local Claude Code from iPhone or Telegram. Ship code from your phone.

This is VibeKit's local bridge mode. Your code runs on your machine, not in VibeKit cloud.

Free to use - works with your existing Claude Pro/Max subscription.

Installation

npm install -g vibekit-agent

Quick Start

  1. Get a link code from iPhone or Telegram:

    • Open the VibeKit iOS app and go to Remote, or open @the_vibe_kit_bot
    • Tap or send /remote to get your link code
  2. Link your computer:

    npx vibekit-agent link

    Enter the code when prompted.

  3. Start the agent:

    npx vibekit-agent start
  4. Send messages from iPhone or Telegram - they'll be executed by Claude Code on your machine.

When to Use This

Use vibekit-agent when you want:

  • iPhone first, then Telegram, to control Claude Code on your own laptop or desktop
  • to use your local Claude auth/session instead of VibeKit cloud execution
  • a remote-control bridge for local development

Do not use it if you just want VibeKit-hosted tasks or deployments. For that, use vibekit-cli or vibekit-mcp.

Features

  • Text messages - Chat naturally, Claude responds
  • Voice messages - Send voice notes, Claude listens and responds
  • Images & screenshots - Send photos for analysis or debugging
  • Document uploads - Share files for Claude to work with
  • Conversation memory - Claude remembers context within a session

Remote Commands

Once connected, use these commands in the iOS app or bot:

| Command | Description | |---------|-------------| | /remote | View status, new chat, disconnect | | /stop | Cancel running task | | /status | View connection status |

Commands

| Command | Description | |---------|-------------| | vibekit-agent link | Link this computer to your iPhone or Telegram account | | vibekit-agent start | Start the remote agent | | vibekit-agent start -d /path/to/project | Start in a specific directory | | vibekit-agent status | Show connection status | | vibekit-agent logout | Remove stored credentials | | vibekit-agent config | View current configuration |

Tool Permissions

By default, the agent runs with a safe set of read-only tools. You can configure which tools Claude Code can use:

# View current tools
vibekit-agent config

# Set specific tools
vibekit-agent config --tools "WebSearch,Bash,Read,Write,Edit"

# Reset to safe defaults
vibekit-agent config --reset-tools

# Enable all tools (use with caution)
vibekit-agent config --all-tools

Default safe tools: WebSearch, WebFetch, Read, Glob, Grep

Available tools: WebSearch, WebFetch, Bash, Read, Write, Edit, Glob, Grep

How It Works

  1. The agent runs on your local machine
  2. It connects to VibeKit's server via WebSocket
  3. When you send a message from the iOS app or Telegram, it's relayed to your local agent
  4. Claude Code executes the request and sends results back to the iOS app or Telegram

Requirements

  • Node.js 18+
  • Claude Code CLI installed (npm install -g @anthropic-ai/claude-code)
  • A VibeKit account (free to start)

Troubleshooting

"No token found" - Run vibekit-agent link first

"Connection lost" - Check your internet connection and restart with vibekit-agent start

"Claude Code not found" - Install Claude Code: npm install -g @anthropic-ai/claude-code

Related Packages

  • vibekit-cli: terminal client for VibeKit cloud workflows
  • vibekit-mcp: MCP server for VibeKit cloud workflows

Links

License

MIT