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

@vicoa/opencode

v0.1.4

Published

OpenCode plugin for using OpenCode anywhere, on any device with Vicoa

Downloads

47

Readme

OpenCode Plugin for Vicoa

A plugin for OpenCode that enables you to ship faster with OpenCode on your phone!

OpenCode plugin for Vicoa to vibe code anywhere.

Features

  • Push Notifications - Get notified when OpenCode needs approval or finishes tasks
  • Real-time Monitoring - See all opencode progress in your phone
  • Bidirectional Messaging - Send messages to OpenCode from your phone
  • Permission Approval - Approve permissions on the go
  • File Fuzzy Search - Reference project files quickly on your phone
  • Command Execution - Execute OpenCode commands from your phone

Installation

This plugin works with Vicoa CLI, web, and mobile app.

Installation vis Vicoa (Recommended)

You can install vicoa CLI with:

pip install vicoa

Then, run the following command to install the plugin and link Vicoa with OpenCode:

vicoa opencode

After authentication via the web portal, you are set to use OpenCode anywhere you go.

You can reference Vicoa Setup Guide for more details.

Manual Installation

Add the plugin to OpenCode config (~/.config/opencode/config.json):

{
  "$schema": "https://opencode.ai/config.json",
  "plugins": ["opencode-vicoa"]
}

Then, you'll still need to install Vicoa CLI and authenticate with it to set the Vicoa API key.

You can also get the API key manually from the Vicoa dashboard, then set it with:

export VICOA_API_KEY="your-vicoa-api-key"

For Development

  1. Clone the repository
git clone https://github.com/vicoa-ai/opencode-vicoa.git
  1. Install and build the package:
npm install
npm run build
  1. Add the local plugin version to OpenCode config:
{
  "$schema": "https://opencode.ai/config.json",
  "plugins": ["file://<path/to/opencode-vicoa/dist/index.js>"]
}

Usage

You can either use the Vicoa CLI to start OpenCode, or run OpenCode directly.

  1. After initial setup, you can run OpenCode directly and it'll sync with Vicoa automatically.
opencode
  1. You can also use the Vicoa CLI to start OpenCode:
vicoa opencode

It additional prepares files for fuzzy search on Vicoa mobile and web apps.

You can also upgrade the plugin with

vicoa opencode --upgrade