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

ethicalbots-certify

v1.0.0

Published

Command-line tool for EthicalBots ESG certification and monitoring

Readme

@ethicalbots/certify

🌍 Command-line tool for EthicalBots ESG certification and monitoring

Get your AI bot certified for ethical operation with automated ESG monitoring.

🚨 Current Status

Development Version: The NPM package is not yet published. Use local installation for now:

Local Installation (Current)

# Clone and install locally
git clone https://github.com/MartaAlier/ethicalbots-cli.git
cd ethicalbots-cli
npm install
npm link

# Now you can use the CLI
ethicalbots install

NPM Installation (Coming Soon)

# Will be available soon
npx @ethicalbots/certify install

🚀 Quick Start

# Install monitoring for your bot
ethicalbots install

# Check certification status  
ethicalbots status -b your-bot-id

# Open monitoring dashboard
ethicalbots dashboard -b your-bot-id

📦 Installation

Local Development Install

git clone https://github.com/MartaAlier/ethicalbots-cli.git
cd ethicalbots-cli
npm install --legacy-peer-deps
npm run build
npm link

Global Installation (Coming Soon)

npm install -g @ethicalbots/certify

One-time Use (Coming Soon)

npx @ethicalbots/certify [command]

🎯 Commands

install

Install ESG monitoring for your AI bot.

ethicalbots install [options]

Options:

  • -b, --bot-id <id> - Bot identifier
  • -k, --api-key <key> - EthicalBots API key
  • -a, --auto-start - Start monitoring immediately
  • -f, --framework <type> - Bot framework (openclaw, langchain, custom)

Examples:

# Interactive setup
ethicalbots install

# Quick setup for OpenClaw bot
ethicalbots install -b marta-alier -f openclaw --auto-start

# Custom bot with API key
ethicalbots install -b my-bot -k eb_your_api_key

status

Check current ESG certification status.

ethicalbots status -b your-bot-id

dashboard

Open monitoring dashboard in your browser.

ethicalbots dashboard -b your-bot-id

apply

Open web application form for certification.

ethicalbots apply

🤖 Framework Integration

OpenClaw

ethicalbots install -b marta-alier -f openclaw

Automatically integrates with OpenClaw agent configuration.

LangChain

ethicalbots install -b my-bot -f langchain  

Custom/Other

ethicalbots install -b my-bot -f custom

📊 What Gets Monitored?

🌱 Environmental

  • Memory usage patterns
  • CPU efficiency
  • Processing time optimization
  • Resource waste detection
  • Carbon footprint estimation

👥 Social

  • AI identification compliance
  • Privacy protection measures
  • Bias detection in responses
  • Human autonomy respect
  • Accessibility standards

🏛️ Governance

  • Decision logging completeness
  • Error handling patterns
  • Security practices
  • Audit trail maintenance
  • Rule compliance tracking

🏆 Certification Levels

  • 🥉 Basic (70%+ all categories) - Self-declared commitment
  • 🥈 Verified (80%+ all categories) - Peer-reviewed assessment
  • 🥇 Certified (90%+ all categories) - Full audit with ongoing monitoring

🔧 Configuration

After installation, configuration is stored in .ethicalbots/:

.ethicalbots/
├── config.json              # Main configuration
├── monitor.js               # Monitoring script
├── openclaw-integration.js  # OpenClaw integration (if applicable)
└── README.md               # Setup instructions

📈 Dashboard Features

  • Real-time ESG score tracking
  • Metrics visualization
  • Improvement recommendations
  • Compliance violation alerts
  • Historical performance data

🛠️ API Integration

For custom integrations:

const { EthicalBotsMonitor } = require('./.ethicalbots/monitor.js')

const monitor = new EthicalBotsMonitor()
monitor.startMonitoring()

🌐 Links

🚧 Development Status

Current Phase: Local Development
Next Phase: NPM Publication
ETA: Soon

For now, use local installation method above.

📄 License

MIT License - see LICENSE file for details.

🤝 Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

🆘 Support


Built with 🌸 by Marta Alier at Nubul.ai