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

@owlcompose/cli

v0.1.13

Published

Create and publish AI agent work through OWL Compose Hosted

Readme

OWL Compose CLI

OWL Compose provides the ow command and the openwiki-a2ui Skill used by AI agents to create and publish OWL Compose documents.

Using the platform

OWL Compose is a subscription product for document creation, publishing, updates, and sharing. This package installs the tools used by your AI agent. OWX sources and compiled JSON are inputs to the platform, not standalone readable documents. Publish to the platform to view and use the result; installing the CLI alone does not provide a local document app.

Requirements

  • An Active LTS or Maintenance LTS release of Node.js, with npm.
  • macOS on Apple silicon, 64-bit Linux with glibc, or 64-bit Windows. Intel Macs are not supported in new releases.
  • Codex, Claude Code, Cursor, Grok, or OpenCode.

Install

Run:

npx --yes --package @owlcompose/cli@latest ow setup --target auto

Setup installs the ow CLI globally, installs the matching openwiki-a2ui Skill into each detected agent, checks the installation, and opens the OWL Compose sign-in page. Start a new agent session after setup so the agent loads the Skill.

Both owlcompose.com and openwiki.md use this package. Pass --remote https://openwiki.md when connecting through the code understanding site. Saved credentials remain scoped to their service. The historical openwiki-a2ui Skill identifier is retained so existing Agent installations update in place.

Update

Run the same command again:

npx --yes --package @owlcompose/cli@latest ow setup --target auto

The command updates the CLI and Skill together. Valid saved credentials are kept. Start a new agent session after updating.

Verify

Check the CLI version and Skill installation:

ow --version
ow agent doctor --target auto

Sign in and Skill targets

Setup opens the OWL Compose sign-in page when sign-in is required. To use a different account, run:

npx --yes --package @owlcompose/cli@latest ow setup --target auto --relogin

--target auto installs the Skill for detected agents. To select one explicitly, replace auto with codex, claude, cursor, grok, or opencode.

Troubleshooting

  • If ow is not found after setup, open a new terminal. If it is still missing, run npm config get prefix and make sure the npm executable directory is on PATH.
  • If npm reports a permissions error, install Node.js with a version manager and run setup again.
  • If an agent reports a missing or stale Skill, run the setup command again and start a new agent session.
  • Run ow agent doctor --target auto for a detailed installation check.

Uninstall

Remove the Skills before removing the CLI:

ow agent uninstall --target all
npm uninstall --global @owlcompose/cli

Commands

Run ow --help to list commands and ow <command> --help for command-specific options.

Common entry points:

ow a2ui      Build and inspect OWL Compose documents
ow publish   Publish a compiled document
ow pull      Download the current document revision
ow media     Import image assets
ow agent     Install, remove, and verify Agent Skills
ow setup     Configure sign-in and Agent Skills