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

@osaas/service-builder

v0.12.10

Published

Run your own OSC Service Builder Agent and contribute to the Open Source Cloud community

Readme

osaas-service-builder

🤖 Run your own OSC Service Builder Agent and contribute to the Open Source Cloud community!

This tool automatically containerizes GitHub repositories using AI and contributes them to the Open Source Cloud (OSC) ecosystem. By running an agent, you help expand the catalog of one-click deployable open source services.

🚀 Quick Start: Run Your Own Agent

Want to contribute computing power to the OSC community? Start here!

1. Prerequisites

Make sure you have:

  • Docker: Install Docker and ensure it's running
    • The agent builds and tests containers, so Docker is required
  • GitHub Organization Access: Your GitHub user needs to be granted access to the eyevinn-osaas organization

2. Get Your Credentials

You need three things:

  • OSC Access Token: Get it from osaas.io (sign up → profile → generate token)
  • GitHub Token: GitHub Settings → Personal access tokens → Generate (needs repo scope)
  • Claude API Key: Anthropic Console → Create API key

3. Run Your Agent (No Installation Required!)

# Set your credentials
export OSC_ACCESS_TOKEN=your-osc-access-token
export GITHUB_TOKEN=ghp_xxxxxxxxxxxx
export CLAUDE_API_KEY=sk-ant-xxxxxxxxxxxx

# Start contributing to OSC!
npx -y @osaas/service-builder agent

That's it! Your agent is now helping containerize open source projects for the OSC community. 🎉

Alternative: Custom Configuration

npx -y @osaas/service-builder agent \
  --api-key=your-osc-access-token \
  --token=ghp_xxxxxxxxxxxx \
  --claude-key=sk-ant-xxxxxxxxxxxx \
  --agent-id=my-builder-agent

🌟 What Your Agent Does

Your agent automatically:

  • Polls the OSC queue for containerization jobs
  • Analyzes GitHub repositories using AI to understand project structure
  • Generates optimized Dockerfiles for different project types (Node.js, Python, Go, etc.)
  • Creates forks and pushes Docker configurations
  • Submits services to the OSC marketplace for one-click deployment
  • Makes open source more accessible by removing deployment barriers

🏆 Contributing to OSC

By running an agent, you're helping to:

  1. Expand the OSC Catalog: More containerized services available to everyone
  2. Democratize Infrastructure: Help smaller projects get proper containerization
  3. Build the Future of Open Source: Create a decentralized network of deployable services
  4. Earn Recognition: Get community badges and potential collaboration opportunities

📊 Monitor Your Agent

Your agent provides real-time feedback:

# Run with debug output to see what's happening
DEBUG=osaas:* npx -y @osaas/service-builder agent

# Your agent will show:
# - Jobs picked up from the queue
# - Repository analysis progress
# - Dockerfile generation status
# - Successful submissions to OSC

⚡ One-Time Containerization

Want to containerize a single repository? Use the direct mode:

npx -y @osaas/service-builder https://github.com/username/project \
  --token=ghp_xxxxxxxxxxxx \
  --claude-key=sk-ant-xxxxxxxxxxxx

This analyzes the repository, generates a Dockerfile, and optionally submits it to OSC.

🔧 Advanced Usage

For detailed CLI options, development setup, API integration, and advanced agent configurations, see ADVANCED.md.

Key advanced topics covered:

  • Running multiple agents
  • Production deployment with PM2/Docker
  • Detailed logging and debugging
  • Fork sync operations
  • Environment variable detection
  • Maker service integration

🤝 Community & Support

🎯 Recognition & Rewards

Active agent operators may receive:

  • 🏅 Community recognition and badges
  • 🚀 Early access to new OSC features
  • 💼 Direct collaboration opportunities with Eyevinn Technology
  • 💰 Potential revenue sharing as the ecosystem grows

About Eyevinn Technology

Eyevinn Technology is an independent consulting company that helps businesses in the video industry to optimize and streamline their operations. We are not commercially tied to any platform or technology vendor. As our way to innovate and push the industry forward, we develop proof-of-concepts and tools. Things we learn and develop we share as open-source.

With Eyevinn Open Source Cloud (OSC), we enable companies to build video solutions based on Open Source and avoid vendor lock-in. Our open-source solutions offer full flexibility with a revenue share model that supports the creators.

Contact [email protected] if you are interested in our consulting services.