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

@senditapp/openclaw

v0.1.0

Published

Official SendIt plugin for OpenClaw with REST + MCP hybrid social automation tools.

Readme

@sendit/openclaw

Official SendIt plugin for OpenClaw with a hybrid model:

  • REST-first tools for core publishing and growth operations
  • MCP bridge tools for advanced AI workflows
  • Dual auth support: API key and OAuth
  • Bundled sendit-openclaw skill pack
  • Auto-schema discovery and runtime validation
  • Multi-tenant team switching per tool call
  • i18n support (English + Spanish)

Install

openclaw plugins install @sendit/openclaw

OpenClaw compatibility target: >=2026.2.13.

Quick Start

  1. Configure auth:
# API key path
openclaw sendit auth login --mode api-key --api-key sk_live_xxx

# OAuth path
openclaw sendit auth login --mode oauth
openclaw models auth login --provider sendit
  1. Validate setup:
openclaw sendit auth status
openclaw sendit doctor
  1. Or use the diagnostic tool directly:
sendit_status

Environment Variables

| Variable | Description | | ------------------------- | ---------------------------------------------------------------- | | SENDIT_API_KEY | Primary API key (highest precedence) | | OPENCLAW_SENDIT_API_KEY | Alternative API key env var | | SENDIT_BASE_URL | Override base URL (default: https://sendit.infiniteappsai.com) |

Tool Surface (41 tools)

Core (16)

  • sendit_capabilities — Discover features, platforms, tool capabilities
  • sendit_list_accounts — List connected social accounts
  • sendit_connect_account — Get OAuth URL to connect a platform
  • sendit_requirements — Get platform content requirements
  • sendit_validate — Validate content against platform constraints
  • sendit_upload_media — Upload local file or register media URL
  • sendit_publish — Publish content immediately
  • sendit_schedule — Schedule content for future publish
  • sendit_list_scheduled — List pending scheduled posts
  • sendit_trigger_scheduled — Publish a scheduled post immediately
  • sendit_delete_scheduled — Cancel a scheduled post
  • sendit_delete_post — Delete a published post (permanent)
  • sendit_preview — Preview content rendering before publishing
  • sendit_analytics — Fetch per-platform engagement analytics
  • sendit_status — Diagnostic health check (auth, accounts, MCP, API)
  • sendit_help — Discover tools and find the right one for your task

Growth (13)

  • sendit_inbox — Unified inbox: list, get, reply, update_status
  • sendit_listening — Social listening: keywords, mentions, alerts, summary
  • sendit_campaigns — Campaign planning: list, get, create_plan, schedule, delete
  • sendit_brand_voice — Brand voice profiles: CRUD + set_default
  • sendit_content_library — Content library: save, organize, retrieve, publish
  • sendit_approvals — Approval workflows: list_pending, approve, reject
  • sendit_dead_letter — Failed post recovery: list, requeue
  • sendit_bulk_schedule — Bulk CSV scheduling: template, validate, import
  • sendit_webhooks — Webhook management: CRUD, test, events_catalog
  • sendit_audit_log — Activity audit trail with filters
  • sendit_ai_media — AI media generation: generate, status
  • sendit_best_times — AI-recommended optimal posting times
  • sendit_content_score — Content quality scoring (0-100)

Advanced MCP (12)

  • sendit_ai_draft_reply — AI-drafted reply for mentions
  • sendit_ai_summarize_mentions — Mention clustering and summarization
  • sendit_ai_generate_post_bundle — Multi-variant post generation
  • sendit_ai_critique_post — AI critique and scoring for drafts
  • sendit_unified_analytics — Cross-platform analytics: query, create_report, get_attribution
  • sendit_anomaly_alerts — Engagement anomaly detection
  • sendit_benchmark — Industry benchmark comparisons
  • sendit_ads — Ad campaigns: accounts, campaigns, creatives, performance
  • sendit_crm — Social CRM: conversations, replies, escalation
  • sendit_agents — AI agent orchestration: invoke, monitor, policies
  • sendit_workflows — Workflow automation: create, trigger, monitor
  • sendit_connectors — External integrations: connect, health, execute

Config

Plugin config lives under plugins.entries.sendit.config.

Supported fields:

  • enabled
  • baseUrl
  • auth.mode (auto, api_key, oauth)
  • auth.apiKey
  • auth.oauth.*
  • teamId
  • timeouts.requestMs, timeouts.mcpMs
  • retries.max, retries.backoffMs
  • mcp.enabled, mcp.endpoint
  • telemetry.enabled
  • locale (en, es)

Troubleshooting

| Problem | Solution | | ---------------------------- | ----------------------------------------------------------- | | Auth fails | Run openclaw sendit doctor or call sendit_status | | MCP tools return unavailable | Check mcp.enabled in config, verify API tier supports MCP | | Rate limited (429) | Check API key tier, reduce request frequency | | Tool not found | Call sendit_capabilities to verify feature availability | | Wrong team context | Pass teamId parameter to override per-call |

Skills

The plugin bundles skills/sendit-openclaw/SKILL.md and can also be installed from ClawHub as sendit-openclaw.

License

MIT