A powerful tool for tracking and analyzing high-performing Twitter creators to extract viral content patterns and growth insights within Openclaw Skills.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install phy-creator-watch
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install phy-creator-watch using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Creator Watch skill is a comprehensive research intelligence tool designed for Openclaw Skills users to monitor a curated list of influential Twitter/X creators. It enables developers and marketers to batch-scrape content from solopreneurs, AI researchers, and thought leaders, importing it into a structured database for deep analysis. By leveraging this skill, you can systematically identify high-engagement topics, viral hook formulas, and optimal posting schedules to inform your own content strategy or market research.
This skill bridges the gap between raw social media data and actionable intelligence. It provides a framework for organizing creators into priority tiers, ensuring that your research database remains updated with the most relevant industry insights while respecting platform rate limits.
To get started with this skill in your Openclaw Skills environment, follow these installation and configuration steps:
# Scrape a specific creator to initialize data
python twitter_scraper.py <username> --limit 200
# Import the JSON output into your local database
python db_import.py storage/twitter/<username>.json
# Run a batch update for Tier 1 creators
TIER1="thedankoe levelsio naval thejustinwelsh AlexHormozi"
for user in $TIER1; do
python twitter_scraper.py $user --limit 200
python db_import.py storage/twitter/$user.json
sleep 30 # Essential delay to avoid rate limits
done
The skill utilizes a relational database schema to organize creator metadata and engagement statistics. This structure is optimized for high-performance queries within Openclaw Skills.
| Field | Type | Description |
|---|---|---|
| id | TEXT | Unique tweet identifier from the platform |
| username | TEXT | The handle of the creator being tracked |
| text | TEXT | The full content of the tweet or thread |
| likes | INTEGER | Total count of likes at time of scrape |
| views | BIGINT | Total impression count |
| created_at | TIMESTAMPTZ | Timestamp of the original post |
| is_retweet | BOOLEAN | Identifies if the content is original or shared |
Indices are applied to the username field to ensure fast query performance during cross-creator analysis and trend identification.
Loading
A sophisticated routing engine that transforms natural language descriptions into structured visual configurations for automated image generation.

An advanced brand identity extraction engine that uses computer vision and web scraping to generate structured visual profiles from any website.

A specialized weather data integration for fetching forecasts, historical trends, and site-specific risk assessments for construction project management.

A privacy-first metasearch skill that enables AI agents to query local SearXNG instances for web, image, and news data.

A structured 15-20 minute engagement routine designed to help indie developers and founders build a consistent social presence across multiple platforms.

A high-performance image generation skill supporting fal.ai and BytePlus Seedream for reference-guided, batch, and high-resolution visual creation.








































