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

smallforce

v0.1.0

Published

SmallForce CLI — AI workforce for small businesses. Social media management, DM automation, comment automation, review management, and CRM from the command line.

Readme

SmallForce CLI

AI Workforce for Small Businesses — manage social media, automate DMs, handle reviews, track leads, and analyze calls from the command line.

SmallForce provides AI employees that handle social media management, DM automation, comment automation, review management, and CRM — so small businesses can focus on what matters. This CLI gives you full programmatic access to the platform.

Install

npm install -g smallforce

Quick Start

# Set your API key (get it from the SmallForce app → Settings)
export SMALLFORCE_API_KEY=sf_sk_live_xxx

# List your connected social accounts
smallforce social accounts

# Create and publish a post
smallforce social create --content "Hello world! 🚀" --accounts <account-id> --mode now

# List your inbox conversations
smallforce inbox conversations

# Check your Google reviews
smallforce reviews list

Social Media Management

Create, schedule, and publish posts across Instagram, TikTok, LinkedIn, Facebook, YouTube, X/Twitter, Threads, and Google Business.

| Command | Description | |---------|-------------| | social accounts | List connected accounts with platform-specific field schemas | | social create | Create a post (publish now, schedule, or save as draft) | | social update <id> | Edit a draft or publish it | | social upload <file> | Upload media (image/video) for use in posts | | social posts | List posts with filtering by status, date, and publish mode | | social post <id> | Get full post details including media and analytics |

Two posting modes:

  • Simple--accounts id1,id2 for quick multi-platform posting
  • Advanced--platforms '[...]' with per-platform settings (YouTube titles, Instagram first comments, TikTok privacy, etc.)

Run smallforce social accounts to discover available platform-specific fields for each account.

Supported Platforms

| Platform | Post | Schedule | Draft | Story | First Comment | Media Upload | |----------|------|----------|-------|-------|---------------|-------------| | Instagram | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | TikTok | ✅ | ✅ | ✅ | — | ✅ | ✅ | | LinkedIn | ✅ | ✅ | ✅ | — | ✅ | ✅ | | Facebook | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | YouTube | ✅ | ✅ | ✅ | — | ✅ | ✅ | | X / Twitter | ✅ | ✅ | ✅ | — | — | ✅ | | Threads | ✅ | ✅ | ✅ | — | — | ✅ | | Google Business | ✅ | ✅ | ✅ | — | — | ✅ |


Inbox & DM Automation

Manage WhatsApp and cross-platform conversations.

| Command | Description | |---------|-------------| | inbox conversations | List conversations with filtering by status and platform | | inbox conversation-messages <id> | List messages in a conversation | | inbox send <id> | Send a message to a conversation |


Google Reviews

Monitor and respond to Google Business reviews.

| Command | Description | |---------|-------------| | reviews list | List reviews with filtering by rating and date | | reviews reply <id> | Reply to a review |


CRM & Contacts

Full CRM with sales pipeline and custom fields.

| Command | Description | |---------|-------------| | contacts list | List contacts with search, filtering, and pagination | | contacts get <id> | Get contact details including custom fields | | contacts create | Create a new contact | | contacts update <id> | Update contact details | | contacts move-stage <id> | Move a contact to a pipeline stage | | contacts pipeline | List pipeline stages | | contacts custom-fields | List custom field definitions | | contacts analytics | CRM analytics (totals, pipeline, sources) |


AI Call Analytics

Access AI-powered call analysis and transcripts.

| Command | Description | |---------|-------------| | calls list | List calls with date filtering and pagination | | calls get <id> | Full call details with transcript and AI analysis |


Authentication

# Environment variable (recommended)
export SMALLFORCE_API_KEY=sf_sk_live_xxx

# Or use a CLI flag
smallforce social accounts --api-key sf_sk_live_xxx

To get your API key:

  1. Download the SmallForce app from the App Store or visit smallforcehq.com/download
  2. Open the app → go to Settings
  3. Create an API key

Environment Variables

| Variable | Description | Default | |----------|-------------|---------| | SMALLFORCE_API_KEY | API key for authentication | — | | SMALLFORCE_BASE_URL | Override API URL | https://backend.smallforcehq.com |

Links

License

MIT