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

@intentsolutionsio/tweetclaw

v1.5.3

Published

X/Twitter automation - post, reply, like, retweet, follow, DM, search, extract data, monitor accounts, run giveaways via Xquik REST API.

Readme

TweetClaw

X/Twitter automation plugin for OpenClaw and compatible agents. Post tweets, reply, like, retweet, follow, DM, search, extract bulk data, monitor accounts, and run giveaway draws.

Powered by the Xquik REST API with 121 endpoints across 12 categories.

Installation

/plugin install tweetclaw@claude-code-plugins-plus

Alternative installs

# Via OpenClaw
openclaw plugins install @xquik/tweetclaw

# Via npx
npx skills add Xquik-dev/tweetclaw

Configuration

Get an API key from xquik.com:

openclaw config set plugins.entries.tweetclaw.config.apiKey "$XQUIK_API_KEY"

Or set the environment variable:

export XQUIK_API_KEY="xq_YOUR_KEY_HERE"

Features

  • 121 REST API endpoints across 12 categories
  • 23 bulk extraction tools (followers, replies, quotes, mentions, communities, lists, spaces)
  • 2 MCP tools via hosted server at xquik.com/mcp (setup guide)
  • 2 slash commands (/xstatus for account info, /xtrends for trending topics)
  • Account monitoring with webhook and Telegram delivery
  • Giveaway draws with configurable filters
  • AI tweet composition with algorithm scoring

Usage Examples

Search tweets

Search for recent tweets about "AI agents"

Post a tweet

Post a tweet saying "Hello from TweetClaw!"

Extract followers

Extract the first 1000 followers of @elonmusk

Monitor an account

Set up monitoring for @openai and notify me via webhook when they post

Run a giveaway

Run a giveaway draw from the replies to this tweet: https://x.com/example/status/123
Pick 3 winners who retweeted and follow @example

Pricing

Credit-based pricing via Xquik. 1 credit = $0.00015.

| Operation | Credits | Cost | |-----------|---------|------| | Read (tweet, search, timeline) | 1 | $0.00015 | | Read (user profile) | 2 | $0.0003 | | Write (tweet, like, follow, DM) | 10 | $0.0015 | | Extraction | 1-5/result | $0.00015-0.00075/result | | Monitors, webhooks, compose | 0 | Free |

Documentation

License

MIT