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

@screenpipe/agent

v0.2.0

Published

One-liner to connect Screenpipe to your AI agent. Uses Claude Code CLI for AI summaries. Sync screen data, install skills, schedule morning summaries.

Readme

@screenpipe/agent

One-liner to connect Screenpipe to your AI agent.

Set up full Screenpipe integration with any AI agent (Clawdbot, Moltbot, etc.) in one command. Includes data sync, skills, and optional morning summaries.

Quick Start

# Full setup with morning summaries at 8am
bunx @screenpipe/agent --setup clawdbot --morning 08:00

# That's it! You'll get daily briefings via Telegram/WhatsApp/etc.

What It Does

  1. Syncs your screen data - Daemon runs locally, syncs to your agent every hour
  2. Installs skills - recall, search, digest, context
  3. Schedules morning summary - Agent sends you daily briefing at specified time
  4. Just works - Survives reboots, runs in background

Usage

# Setup with morning summary
bunx @screenpipe/agent --setup user@server --morning 08:00

# Setup without morning summary
bunx @screenpipe/agent --setup user@server

# Custom sync interval (30 min)
bunx @screenpipe/agent --setup user@server --sync-interval 1800

# Check status
bunx @screenpipe/agent --status user@server

# Remove integration
bunx @screenpipe/agent --remove user@server

Options

| Flag | Description | |------|-------------| | --setup <host> | Set up full integration | | --remove <host> | Remove integration | | --status <host> | Check integration status | | --morning <HH:MM> | Schedule morning summary | | --sync-interval <s> | Sync frequency (default: 3600) | | --skip-sync | Don't set up data sync | | --skip-skills | Don't install skills |

Requirements

  • Screenpipe running locally
  • SSH access to your agent server
  • AI agent that supports skills (Clawdbot, Moltbot, etc.)

What You Get

After setup, ask your agent:

  • "What was I working on yesterday?"
  • "Find when I saw that error message"
  • "Summarize my screen activity today"
  • "What meetings did I have this week?"

With --morning, you'll receive a daily briefing at the specified time:

Good morning! Here's your briefing:

**Yesterday's Focus:**
- VS Code: ~3 hours
- Chrome: ~2 hours
- Slack: ~45 min

**Action Items Found:**
- [ ] Fix auth bug
- [ ] Review PR #234

**Pattern:** Deep focus morning, meetings afternoon.

How It Works

Your Computer                    Your Agent Server
┌─────────────┐                  ┌─────────────────┐
│  Screenpipe │ ──sync daemon──▶ │ ~/.screenpipe/  │
│  (records)  │    (hourly)      │   db.sqlite     │
└─────────────┘                  └────────┬────────┘
                                          │
                                          ▼
                                 ┌─────────────────┐
                                 │  AI Agent       │
                                 │  (Clawdbot)     │
                                 │                 │
                                 │  Skills query   │
                                 │  the database   │
                                 └────────┬────────┘
                                          │
                                          ▼
                                 ┌─────────────────┐
                                 │  Telegram/      │
                                 │  WhatsApp/etc   │
                                 └─────────────────┘

License

MIT - Part of Screenpipe