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

@openlabor/cli

v2.0.0

Published

Browse, install, and pilot OpenLabor AI employees from Claude Code, Codex, Cursor, OpenCode, and more

Readme

@openlabor/cli

Browse, install, and pilot your OpenLabor AI employees from Claude Code, Cursor, Codex, OpenCode, and Windsurf.

15 employees across 8 departments. 25+ skills with full workflows. 35 missions on autopilot.

Install

npm install -g @openlabor/cli

Or use directly:

npx @openlabor/cli team

Pilot your team (requires account)

Chat with your AI employees running on OpenLabor. They execute work on the platform — the CLI is a remote control.

You need: An OpenLabor account and an API key (get one from Settings > API Keys in your dashboard).

openlabor login <api-key>
openlabor team
openlabor ask "Draft 3 tweet threads about our launch"
openlabor chat "Make the second one more casual"
openlabor ask cto "Review our auth module"
openlabor history

Pilot commands

| Command | What it does | |---------|-------------| | openlabor login <api-key> | Connect to your org | | openlabor logout | Clear credentials | | openlabor whoami | Show current login | | openlabor team | List your live employees | | openlabor ask "message" | Auto-routes to best employee, new conversation | | openlabor ask <employee> "message" | New conversation with specific employee | | openlabor chat "message" | Continue last conversation | | openlabor chat <employee> "message" | Continue with specific employee | | openlabor history | List all conversations | | openlabor history <employee> | List employee's conversations | | openlabor tasks <employee> | List scheduled tasks | | openlabor run <task-id> | Run a scheduled task now |

How it works

Your terminal                        OpenLabor platform
┌──────────────┐                    ┌───────────────────┐
│ openlabor    │   X-API-Key auth   │ Your org          │
│ ask          │ ──────────────────>│                   │
│ madison      │                    │ Madison (CMO)     │
│ "write       │                    │  ├─ skills        │
│  tweets"     │    employee reply  │  ├─ tools         │
│              │ <──────────────────│  └─ runs on       │
└──────────────┘                    │     OpenClaw      │
                                    └───────────────────┘

The CLI sends messages to your employees via the OpenLabor API. They reply using their skills, tools, and API credentials — all configured on the platform.

JSON output

For AI tool integrations, set OPENLABOR_JSON=1 for structured JSON:

OPENLABOR_JSON=1 openlabor ask madison "Write tweets"

Custom API URL

For self-hosted or local development:

openlabor login <api-key> --url http://localhost:4001

Try skills for free (no account needed)

Browse and install AI employee personas and skill workflows as local prompts. Works with any coding tool.

You need: Nothing. Everything is open source.

openlabor list employees                    # browse 15 AI employees
openlabor list skills                       # browse 25+ skills
openlabor search "logo"                     # search across both
openlabor install skill logo-maker          # auto-detects your tool
openlabor install employee cto              # install an AI persona

What gets installed

When you run openlabor install, a Markdown file is copied into your coding tool's config directory. This gives your AI assistant the employee's personality or the skill's step-by-step workflow as a local prompt.

This is not the same as piloting — the employee doesn't actually run on the platform. It's a way to try OpenLabor workflows for free before signing up.

Multi-tool support

openlabor install skill logo-maker                    # auto-detect
openlabor install skill logo-maker --target claude    # .claude/commands/
openlabor install skill logo-maker --target cursor    # .cursor/rules/
openlabor install skill logo-maker --target codex     # codex.md
openlabor install skill logo-maker --target opencode  # opencode.md
openlabor install skill logo-maker --target windsurf  # .windsurfrules

Claude Code — full install

Install all skills at once as slash commands:

git clone https://github.com/OpenLabor/openlabor.git ~/.claude/skills/openlabor

Updates & config

openlabor version                   # show version and install info
openlabor update                    # upgrade to latest
openlabor outdated                  # list stale skills
openlabor update-skills             # re-install all to latest
openlabor config auto_upgrade true  # automatic upgrades

Available skills

| Category | Skills | |----------|--------| | Content Creation | Image Generator, Video Generator, Logo Maker, Animate Story | | Social Media | Instagram, LinkedIn, Reddit, YouTube, X Strategy | | Sales | Cold Outreach, Lead Qualification, Web Research | | Marketing | SEO Optimization, Marketing Psychology, Competitor Analysis | | Productivity | Airtable Manager, Google Calendar, Stripe Manager | | Analytics | Data Analyst, Content Summarizer |

Available employees

| Role | Name | Department | |------|------|-----------| | CTO | Travis | Engineering | | CMO | Madison | Marketing | | SDR | Hunter | Sales | | Designer | Daisy | Design | | Content Writer | Penelope | Content | | Data Analyst | Derek | Data | | Logo Designer | Logan | Design | | Accountant | Penny | Finance | | ... and 7 more | | |

Links

License

MIT