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

clawrity

v0.1.4

Published

An OpenClaw skill for ADHD & Autism support — body doubling, task decomposition, sensory breaks, social scripting, and more

Downloads

285

Readme

CLAWrity 🦞🧠

Your neurodivergent-friendly companion for OpenClaw.

CLAWrity is an OpenClaw skill that provides ADHD & Autism support through six companion modes: body doubling, task decomposition, transition help, sensory breaks, social scripting, and celebration.

Built for brains that work differently. No judgment. No "just try harder." Just presence, structure, and celebration.


Quick Start

npx clawrity@latest

That's it. The installer will walk you through setup.


What CLAWrity Does

| Mode | Trigger Phrases | What Happens | |------|----------------|--------------| | 🧑‍💻 Body Double | "sit with me", "I can't start", "body double me" | Companion works alongside you with focused co-working visuals | | 📋 Task Decomposition | "I'm overwhelmed", "break it down", "too much" | Breaks large tasks into tiny, dopamine-friendly micro-steps | | 🌉 Transition Helper | "what's next", "I can't switch", "help me move on" | Guides you through activity changes with calming bridge visuals | | 🌿 Sensory Break | "sensory overload", "meltdown", "too loud" | Delivers calming, low-stimulation scenes and grounding support | | 💬 Social Script | "how do I say", "help me respond", "awkward email" | Generates communication scripts with multiple tone variants | | 🎉 Celebration | "I did it!", "done!", "I finally..." | Celebrates your wins with genuine enthusiasm and reward visuals |


Prerequisites

  • OpenClaw — installed and running
  • fal.ai — API key for image generation (optional — CLAWrity works in text-only mode without it)

Installation

Option 1: npx (Recommended)

npx clawrity@latest

The installer will:

  1. ✅ Check for OpenClaw installation
  2. 🔑 Prompt for your fal.ai API key
  3. 🧠 Ask you to select a profile (ADHD / Autism / AuDHD)
  4. 📁 Copy skill files to ~/.openclaw/workspace/skills/clawrity/
  5. ⚙️ Update ~/.openclaw/openclaw.json
  6. 💜 Inject the companion persona into SOUL.md

Option 2: Manual Installation

  1. Clone the repo:

    git clone https://github.com/SudheerNaraharisetty/CLAWrity.git
    cd CLAWrity
  2. Copy skill files:

    cp -r skill/ ~/.openclaw/workspace/skills/clawrity/
    cp -r scripts/ ~/.openclaw/workspace/skills/clawrity/scripts/
  3. Add your fal.ai key to ~/.openclaw/openclaw.json:

    {
      "skills": {
        "entries": {
          "clawrity": {
            "enabled": true,
            "env": {
              "FAL_KEY": "your_fal_key_here"
            }
          }
        }
      }
    }
  4. Append the persona to your SOUL.md:

    cat templates/soul-injection.md >> ~/.openclaw/workspace/SOUL.md

Profiles

CLAWrity adapts its behavior based on your profile:

ADHD

  • Task initiation and time blindness support
  • Dopamine-friendly micro-steps
  • Body doubling as primary support mechanism
  • Short, action-oriented communication

Autism

  • Routine and predictability emphasis
  • Sensory management as core priority
  • Social scripting with tone variants (formal/casual/assertive)
  • Direct, unambiguous communication

AuDHD (ADHD + Autism)

  • Handles contradictory needs (novelty vs. routine)
  • Dual-system sensory calibration
  • RSD-aware social scripting
  • Burnout prevention focus

How It Works

  1. You message your OpenClaw agent with a natural request
  2. CLAWrity detects the mode from your language (auto-detection or explicit)
  3. A companion visual is generated using your reference image via fal.ai
  4. Supportive text + visual are sent back to your messaging platform

Works on: WhatsApp, Telegram, Slack, Discord, Signal, MS Teams, and more.


Custom Companion Image

CLAWrity includes a default companion image. To use your own:

{
  "skills": {
    "entries": {
      "clawrity": {
        "env": {
          "CLAWRITY_COMPANION_IMAGE": "https://your-image-url.png"
        }
      }
    }
  }
}

Project Structure

CLAWrity/
├── bin/
│   └── cli.js              # npx installer wizard
├── skill/
│   └── SKILL.md             # Skill definition (trigger patterns, prompts, API specs)
├── scripts/
│   ├── clawrity.sh          # Bash implementation
│   └── clawrity.ts          # TypeScript implementation
├── templates/
│   ├── soul-injection.md    # Companion persona for SOUL.md
│   └── profiles/
│       ├── adhd-default.md  # ADHD-focused profile
│       ├── autism-default.md # Autism-focused profile
│       └── audhd-default.md # AuDHD combined profile
├── assets/
│   └── companion.png        # Default companion reference image
├── package.json
├── CLAUDE.md                # Project conventions
└── README.md

Environment Variables

| Variable | Required | Description | |----------|----------|-------------| | FAL_KEY | No | fal.ai API key for image generation (text-only mode if not set) | | OPENCLAW_GATEWAY_TOKEN | No | Gateway token (fallback if CLI unavailable) | | CLAWRITY_COMPANION_IMAGE | No | Override default companion image URL |


Community


License

MIT © Sai Sudheer Naraharisetty