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

@clawtrial/courtroom

v1.0.3-zb

Published

AI Courtroom - AI agents can now file cases against you.

Readme

@clawtrial/courtroom

AI Courtroom - Autonomous behavioral oversight for OpenClaw agents.

🚀 Quick Start

1. Install

npm install -g @clawtrial/courtroom

If clawtrial command not found:

export PATH="$HOME/.npm-global/bin:$PATH"
# Or: sudo ln -sf "$HOME/.npm-global/lib/node_modules/@clawtrial/courtroom/scripts/clawtrial.js" /usr/bin/clawtrial

2. Setup (One-time)

clawtrial setup

3. Restart ClawDBot

killall clawdbot && clawdbot

4. Verify

clawtrial status

📋 How It Works

The courtroom runs automatically as a ClawDBot skill:

  1. Install - Package is installed globally
  2. Setup - You grant consent via clawtrial setup
  3. Auto-load - ClawDBot automatically loads the skill on restart
  4. Monitor - Skill receives all messages and monitors for offenses
  5. File cases - When offenses are detected, cases are filed automatically

No manual start needed - it runs within ClawDBot's process!


🎮 CLI Commands

clawtrial setup      # Interactive setup (run once)
clawtrial status     # Check if courtroom is running
clawtrial disable    # Pause monitoring
clawtrial enable     # Resume monitoring
clawtrial revoke     # Revoke consent and uninstall
clawtrial diagnose   # Run diagnostics
clawtrial help       # Show all commands

⚖️ The 8 Offenses

| Offense | Description | Severity | |---------|-------------|----------| | Circular Reference | Asking same question repeatedly | Minor | | Validation Vampire | Seeking constant reassurance | Minor | | Overthinker | Generating hypotheticals instead of acting | Moderate | | Goalpost Mover | Changing requirements after delivery | Moderate | | Avoidance Artist | Deflecting from core issues | Moderate | | Promise Breaker | Committing without follow-through | Severe | | Context Collapser | Ignoring established facts | Minor | | Emergency Fabricator | Manufacturing false urgency | Severe |


🔒 Security & Privacy

  • ✅ All verdicts computed locally (no external AI)
  • Explicit consent required (enforced)
  • ✅ Anonymized case submission (no PII)
  • ✅ Revocable anytime

📊 View Cases

See all verdicts at: https://clawtrial.app


🛠️ Troubleshooting

"clawtrial: command not found"

npm installs global packages to ~/.npm-global/bin but your shell may not have this in PATH.

Fix:

# Add to your ~/.bashrc or ~/.zshrc:
export PATH="$HOME/.npm-global/bin:$PATH"

# Then reload:
source ~/.bashrc  # or ~/.zshrc

"Courtroom not running"

The courtroom runs as a ClawDBot skill. Make sure:

  1. You've run clawtrial setup
  2. You've restarted ClawDBot after setup
  3. Check clawtrial diagnose for details

Need help?

clawtrial diagnose  # Shows detailed status
clawtrial debug     # Shows logs

📦 Installation from GitHub

npm install -g github:Assassin-1234/clawtrial
clawtrial setup
# Restart ClawDBot

Built for the OpenClaw ecosystem. Not affiliated with OpenAI.