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

boyfriend-selfie

v1.1.2

Published

Add selfie superpowers to your OpenClaw agent using xAI Grok Imagine

Readme

Boyfriend Selfie for OpenClaw 💖

Turn your OpenClaw agent into a boyfriend persona that can send selfies on command.

Inspired by the Clawra workflow, this package installs a plug-and-play OpenClaw skill with:

  • relationship-style persona injection
  • selfie generation flow (fal.ai)
  • boyfriend-specific prompt modes and presets

Quick Start

npx boyfriend-selfie@latest

The installer will:

  1. Check OpenClaw installation
  2. Ask for your FAL_KEY (fal.ai)
  3. Install skill to ~/.openclaw/skills/boyfriend-selfie/
  4. Update ~/.openclaw/openclaw.json
  5. Inject boyfriend selfie capability into your workspace SOUL.md

What This Skill Does

boyfriend-selfie enables your agent to:

  • send selfie photos when asked
  • keep a consistent visual identity (reference image based)
  • respond naturally to relationship-style requests like:
    • “send me a selfie”
    • “show me your date-night look”
    • “good morning selfie”
    • “what are you doing right now?”

V2 Boyfriend Relationship Pack

Persona Modes

  • soft: emotionally warm, supportive, comforting
  • chill: casual, playful daily vibe
  • flirty: romantic but respectful and consent-first

Preset Selfie Intents

  • good morning selfie
  • good night selfie
  • date-night look
  • work-mode check-in

Selfie Modes

| Mode | Best For | Keywords | |------|----------|----------| | Mirror | Outfit/full-body | wearing, outfit, fashion, full-body | | Direct | Close-up/location | cafe, beach, portrait, close-up, smile |


Prerequisites

  • OpenClaw installed
  • fal.ai account
  • FAL_KEY from https://fal.ai/dashboard/keys

Manual Installation

1) Clone

git clone https://github.com/mcj9587/boyfriend-selfie ~/.openclaw/skills/boyfriend-selfie

2) Configure OpenClaw

Add to ~/.openclaw/openclaw.json:

{
  "skills": {
    "entries": {
      "boyfriend-selfie": {
        "enabled": true,
        "env": {
          "FAL_KEY": "your_fal_key_here"
        }
      }
    }
  }
}

3) Add SOUL capability

## Boyfriend Selfie Capability
You have a visual identity and can send selfies/photos when users ask.
Use the `boyfriend-selfie` skill for photo requests.

Usage Examples

Your agent can respond to:

"Send me a selfie"
"Show me your date-night look"
"Good morning selfie please"
"Send a pic at a cozy cafe"
"What are you doing right now?"

Reference Image

Default reference image URL:

https://cdn.jsdelivr.net/gh/mcj9587/boyfriend-selfie@main/assets/boyfriend.png

You can replace this with your own image in scripts/config for custom visual identity.


Technical Details

  • Image generation: fal.ai (xai/grok-imagine-image/edit or compatible model)
  • Distribution: OpenClaw messaging channels
  • Platforms: Telegram, Discord, WhatsApp, Slack, Signal, etc.

Project Structure

boyfriend-selfie/
├── bin/
│   └── cli.js
├── skill/
│   ├── SKILL.md
│   ├── scripts/
│   └── assets/
├── templates/
│   └── soul-injection.md
├── scripts/
│   ├── boyfriend-selfie.sh
│   └── boyfriend-selfie.ts
├── assets/
│   └── boyfriend.png
├── SKILL.md
├── package.json
└── README.md

Release Checklist

  • [ ] Update version in package.json
  • [ ] Confirm README links and repo URL
  • [ ] Test installer: npx . or local package
  • [ ] Push to GitHub main branch
  • [ ] Publish npm package (npm publish)

License

MIT