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

tapkit-openclaw

v0.3.0

Published

TapKit plugin for OpenClaw — iPhone automation

Readme

TapKit Plugin for OpenClaw

Control a physical iPhone from OpenClaw. Take screenshots, tap, swipe, type, and navigate apps — all through natural language.

Installation

openclaw plugins install tapkit-openclaw

Then configure your API key:

// In your OpenClaw plugin config
{
  "plugins": {
    "entries": {
      "tapkit": {
        "enabled": true,
        "config": {
          "apiKey": "tk_your_api_key_here"
        }
      }
    }
  }
}

Or set the environment variable:

export TAPKIT_API_KEY=tk_your_api_key_here

What You Get

The tapkit plugin connects OpenClaw to a real iPhone via TapKit. Once installed, you can tell your agent things like:

  • "Take a screenshot of my phone"
  • "Open Settings and turn on Do Not Disturb"
  • "Order my usual from Uber Eats"
  • "Check the weather in Tokyo"
  • "Send a message on Telegram"

Tools

The plugin registers 22 native OpenClaw tools:

| Tool | Description | |------|-------------| | tapkit_screenshot | Capture the current screen | | tapkit_tap | Tap at coordinates | | tapkit_double_tap | Double-tap at coordinates | | tapkit_long_press | Long press at coordinates | | tapkit_swipe | Swipe in a direction | | tapkit_drag | Drag from one point to another | | tapkit_hold_and_drag | Hold then drag | | tapkit_copy_text_to_phone | Copy text to the phone's clipboard for pasting | | tapkit_open_app | Open an app by name | | tapkit_spotlight | Search via Spotlight | | tapkit_press_home | Go to the home screen | | tapkit_lock / tapkit_unlock | Lock or unlock the device | | tapkit_volume_up / tapkit_volume_down | Adjust volume | | tapkit_activate_siri | Trigger Siri | | tapkit_run_shortcut | Run a Siri Shortcut | | tapkit_escape | Dismiss modals and keyboards | | tapkit_enable_switch_control | Enable Switch Control accessibility | | tapkit_list_phones / tapkit_select_phone | Manage connected devices | | tapkit_get_phone_info | Get device details |

Slash Command

  • /tapkit — Show connection status, API key, and connected phones

Skills

The plugin includes 11 skills that teach the agent how to navigate specific apps:

| Skill | Description | |-------|-------------| | tapkit | Core iPhone control — gestures, screenshots, typing, and navigation patterns | | clock | Set alarms, timers, stopwatch, and world clocks | | facebook | Browse feed, Marketplace, Reels, groups, and messaging | | hinge | Browse profiles, send likes and roses, message matches | | instagram | Browse feed, Reels, stories, DMs, and profile management | | linkedin | Browse feed, connect with people, search jobs, and messaging | | telegram | Send messages, browse chats, join groups, and interact with bots | | tiktok | Browse For You feed, like and comment on videos, follow creators | | twitter | Browse feed, compose posts, create threads and polls | | uber-eats | Search restaurants, browse menus, and place delivery orders | | weather | Check forecasts, air quality, UV index, and manage saved cities |

How It Works

OpenClaw Agent  →  TapKit REST API  →  Physical iPhone
    (you)          (api.tapkit.ai)      (your device)

The agent sees the phone screen through screenshots and interacts through tap/swipe/type commands. The core loop is always: screenshot → look → act → screenshot to verify.

This is a native OpenClaw plugin — tools run in-process with the Gateway, no MCP overhead.

Requirements

Also Available

License

MIT

Author

Jootsing Research[email protected]