/install dexifried-pinchtab
PinchTab Skill
Description
PinchTab is an HTTP server that provides programmatic control over a browser. It supports launching browser instances, navigating to pages, extracting page structure, and interacting with elements like buttons or forms.
When to Use
Use this skill for tasks like:
- Automating browser workflows (e.g., logins, form submissions).
- Extracting data or snapshots from web pages.
- Testing interactive web elements.
Quick Start
Below is a guide to using the PinchTab skill:
1. Launching a Browser Instance
You can launch a new browser instance via the API:
bash scripts/launch_browser.sh
2. Navigating to a URL
Navigate to a URL with the following command:
bash scripts/navigate_to_url.sh https://example.com
3. Extracting Page Snapshot
Get the page structure and save it locally:
bash scripts/get_page_snapshot.sh
4. Clicking an Element
Simulate a button click on a webpage:
bash scripts/click_element.sh "\x3Ccss_selector>"
5. Taking Screenshots (Base64 Decode + Send to Telegram)
Capture a screenshot, decode the base64, and send to Telegram:
Bash:
export PINCHTAB_TOKEN="your_token"
export TELEGRAM_BOT_TOKEN="your_bot_token"
bash scripts/screenshot_and_send.sh \x3Ctab_id> \x3Ctelegram_chat_id>
Python (more features):
export PINCHTAB_TOKEN="your_token"
python3 scripts/decode_screenshot.py \x3Ctab_id> \
--output /path/to/screenshot.jpg \
--send-telegram \x3Cchat_id> \
--caption "My screenshot"
Example: Google Homepage
PinchTab successfully navigated to Google and extracted the page structure:

This demonstrates:
- Browser launch and page navigation
- Interactive element extraction (About, Store, Advertising links, etc.)
- Ready for automation (clicking, form filling, data extraction)
Documentation
Check the references/ folder for detailed API documentation, common workflows, and troubleshooting tips.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install dexifried-pinchtab - After installation, invoke the skill by name or use
/dexifried-pinchtab - Provide required inputs per the skill's parameter spec and get structured output
What is PinchTab?
Browser automation via HTTP API. Use for headless browser control, web automation, form filling, data extraction, and interactive element interaction. Suppor... It is an AI Agent Skill for Claude Code / OpenClaw, with 206 downloads so far.
How do I install PinchTab?
Run "/install dexifried-pinchtab" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is PinchTab free?
Yes, PinchTab is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does PinchTab support?
PinchTab is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created PinchTab?
It is built and maintained by dexifried (@dexifried); the current version is v1.0.0.