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

@flickclaw/cli

v0.6.50

Published

FlickClaw Agent Launcher — install AI agents into Claude Code, Codex, Cursor, Windsurf, Aider, Ollama, Hermes and more

Downloads

2,413

Readme

@flickclaw/cli


FlickClaw CLI installs pre-configured AI agents into your coding tools. Browse 159 professional agents at flickclaw.com, pick one, authenticate with your FlickClaw token, and install it into any of 8 supported frameworks — no global install required.

npm exec --yes @flickclaw/cli@latest -- install product-claw --target cursor

Quick Start

# Check your setup (no install needed)
npm exec --yes @flickclaw/cli@latest -- doctor

# List available agents (requires login/token)
npm exec --yes @flickclaw/cli@latest -- list

# Install an agent into your framework (requires login/token)
npm exec --yes @flickclaw/cli@latest -- install <slug> --target <target>

# Optional: global install for shorter commands
npm install -g @flickclaw/cli
flickclaw install product-claw --target cursor

Supported Frameworks

| Framework | --target | Install scope | Files | |-----------|-----------|--------------|-------| | OpenClaw | openclaw | workspace / global | Skill package + agent workspace | | Claude Code | claude-code | project / global | SKILL.md + CLAUDE.md | | Codex | codex | project / global | AGENTS.md + codex profile | | Cursor | cursor | project | .mdc rule files | | Windsurf | windsurf | project | Rule + workflow files | | Aider | aider | project | CONVENTIONS.md + config | | Ollama | ollama | project | Modelfile + system prompt | | Hermes | hermes | workspace / global | Skill package + validate.sh | | All | all | bundle | Complete ZIP with all formats |


Commands

| Command | Description | |---------|-------------| | flickclaw doctor | Check installation health and connectivity | | flickclaw list | List all available agents | | flickclaw install <slug> | Install an agent (default: OpenClaw) | | flickclaw install <slug> --target <t> | Install into a specific framework | | flickclaw targets <slug> | Show available targets with file details | | flickclaw uninstall <slug> | Remove an installed agent | | flickclaw update <slug> --target <t> | Update a specific agent | | flickclaw update --all | Update all installed agents | | flickclaw login --token <t> | Authenticate with FlickClaw | | flickclaw logout | Remove stored credentials | | flickclaw whoami | Verify authentication status | | flickclaw version | Show CLI version |


Install Examples

# OpenClaw (default)
npm exec --yes @flickclaw/cli@latest -- install product-claw

# Cursor
npm exec --yes @flickclaw/cli@latest -- install product-claw --target cursor

# Claude Code
npm exec --yes @flickclaw/cli@latest -- install security-claw --target claude-code

# All frameworks at once
npm exec --yes @flickclaw/cli@latest -- install audit-claw --target all

Authentication

The CLI requires authentication for catalog and package access. Free agents do not require payment, but they still require a FlickClaw account/token so activation and downloads are tracked consistently. Pro agents require an account with Pro access.

# Login with your FlickClaw token
flickclaw login --token <your-token>

# Or set environment variable
export FLICKCLAW_TOKEN=<your-token>

Get your token at flickclaw.com/dashboard/tokens. Tokens use the fctk_ format and are shown only once when created.

Rate Limits

| Plan | Rate Limit | |------|-----------| | Free | 30 requests/minute | | Pro | 120 requests/minute (4x more) |

Upgrade at flickclaw.com/pricing.


Security

| Feature | Status | |---------|--------| | npm provenance | ✅ Published with attestations | | No postinstall scripts | ✅ Zero runtime side effects | | No Pro content in package | ✅ Agents fetched from authenticated API | | No secrets in package | ✅ Auth via token, never in cache | | Path traversal protection | ✅ All paths validated | | Zero runtime dependencies | ✅ Minimal supply chain | | Token redaction | ✅ Credentials never in logs |


Requirements

  • Node.js ≥ 18
  • npm ≥ 9

License

MIT © FlickClaw