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

internsmarket

v0.1.8

Published

Hire, train & deploy your personal AI intern in one click. AIEOS-powered AI intern personas as CLI-installable packages.

Downloads

717

Readme

InternsMarket CLI

npm version License Node.js TypeScript

Hire, train & deploy your personal AI intern in one click.

InternsMarket sells AIEOS-powered AI intern personas as CLI-installable packages. Interns are full autonomous agents with skills, memory, personality, and voice. Think "Shopify Themes for AI Agents."

Quickstart (60 seconds)

npm install -g internsmarket
im setup
im install content-marketing-intern
im apply content-marketing-intern

That's it. Jordan (our launch intern) is now running in your ZeroClaw runtime.

What's an AI Intern?

An AI Intern is a complete AIEOS v1.1 entity — a persona with:

  • Personality (neural matrix traits: creativity, empathy, logic, adaptability, charisma, reliability)
  • Voice (idiolect, text style, typing quirks)
  • Skills (5+ specialized abilities per intern)
  • Memory (brand voice guidelines, content strategy templates)

You can install multiple interns, each running in parallel. Each is independently licensable.

Commands

| Command | Purpose | |---------|---------| | im setup | Interactive wizard to install runtimes (ZeroClaw, OpenClaw) | | im install <id> | Install an intern from registry with license + signature verification | | im update [id] | Update one or all installed interns | | im remove <id> | Remove an installed intern | | im list | Show all installed interns + versions | | im activate | Activate a Polar.sh license key (supports Free/Starter/Pro tiers) | | im status | Show tier + installed intern count + grace period status | | im apply <id> | Generate runtime config for ZeroClaw or OpenClaw |

Pricing & Licensing

| Tier | Price | Limit | Use Case | |------|-------|-------|----------| | Free | $0 | 1 intern | Try it out | | Starter | $9/mo | 5 interns | Small team automation | | Pro | $19/mo | Unlimited | Agency / Enterprise |

Powered by Polar.sh — Manage licenses via Polar.sh customer portal.

To activate a license:

im activate
# Paste your Polar.sh license key when prompted

Upgrade at internsmarket.com/upgrade.

Docs

Tech Stack

  • Runtime: Node.js 20+ (ESM-only)
  • CLI: Commander + Ink v5 (React-based TUI)
  • Types: TypeScript 5.7 (strict mode)
  • Validation: Zod v3.24
  • Package Format: .intern bundles (tar.gz) + npm packages
  • Security: Ed25519 signatures (node:crypto, zero npm deps)
  • Licensing: Polar.sh Customer Portal API (24h cache + 3-day grace period)
  • Distribution: GitHub Releases (manifest.json + ETag cache) + npm registry
  • Targets: ZeroClaw & OpenClaw runtimes

Security Features

  • Package Signing: All interns cryptographically signed with Ed25519
  • Signature Verification: Automatic verification at install time
  • License Gating: Paid interns require valid Polar.sh license
  • Watermarking: Installation tracking via anonymous activationId
  • Path Protection: Path traversal prevention on intern IDs

Architecture

┌─────────────────────────────────────────────────────────────────┐
│                      User CLI Command                           │
│                   (im install <intern-id>)                      │
└────────────────────────┬────────────────────────────────────────┘
                         │
                         ▼
┌─────────────────────────────────────────────────────────────────┐
│                     Commander Parser                            │
│                   + Ink React Component                         │
└────────────────────────┬────────────────────────────────────────┘
                         │
          ┌──────────────┼──────────────┐
          │              │              │
          ▼              ▼              ▼
    ┌─────────────┐  ┌────────────┐  ┌──────────┐
    │   License   │  │  Registry  │  │ Package  │
    │  Validator  │  │   Client   │  │ Signer   │
    │ (Polar.sh)  │  │ (GitHub)   │  │(Ed25519) │
    └─────────────┘  └────────────┘  └──────────┘
          │              │              │
          └──────────────┼──────────────┘
                         │
                         ▼
        ┌───────────────────────────────┐
        │   Bundle Installer            │
        │  (Download + Extract + Verify)│
        └───────────────────┬───────────┘
                            │
                            ▼
        ┌───────────────────────────────┐
        │   Package Watermarker         │
        │  (Inject activationId)        │
        └───────────────────┬───────────┘
                            │
                            ▼
        ┌───────────────────────────────┐
        │   Local Store Manager         │
        │  (~/.config/internsmarket/)   │
        └───────────────────────────────┘

Development

# Install dependencies
npm install

# Build all packages
npm run build

# Run tests
npm test

# Type check
npm run lint

# Watch mode (core + cli)
npm run dev

Repository Layout

internsmarket/
├── packages/
│   ├── core/          # AIEOS types, validators, compilers
│   ├── cli/           # InternsMarket CLI tool (Commander + Ink)
│   └── interns/       # .intern bundles (content-marketing-intern/)
├── docs/              # User & developer documentation
├── plans/             # Development phase tracking & reports
└── package.json       # npm workspaces root

License

Proprietary. InternsMarket CLI and all interns are closed-source for MVP.

Support