Twint
An advanced Twitter scraping & OSINT tool written in Python that doesn't use Twitter's API, allowing twitter-scraper, python, elasticsearch, kibana, osint.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/ckchzh/social-scraperSocial Scraper
Social Scraper v2.0.0 — a general-purpose utility toolkit for logging, tracking, and managing data entries from the command line. Each command records timestamped entries into its own log file and supports review of recent history.
Commands
The script (scripts/script.sh) exposes the following commands via a case dispatcher:
| Command | Description |
|---|---|
run <input> | Record a "run" entry. Without args, shows the 20 most recent run entries. |
check <input> | Record a "check" entry. Without args, lists recent check entries. |
convert <input> | Record a "convert" entry. Without args, lists recent convert entries. |
analyze <input> | Record an "analyze" entry. Without args, lists recent analyze entries. |
generate <input> | Record a "generate" entry. Without args, lists recent generate entries. |
preview <input> | Record a "preview" entry. Without args, lists recent preview entries. |
batch <input> | Record a "batch" entry. Without args, lists recent batch entries. |
compare <input> | Record a "compare" entry. Without args, lists recent compare entries. |
export <input> | Record an "export" entry. Without args, lists recent export entries. |
config <input> | Record a "config" entry. Without args, lists recent config entries. |
status <input> | Record a "status" entry. Without args, lists recent status entries. |
report <input> | Record a "report" entry. Without args, lists recent report entries. |
stats | Show summary statistics across all log files (entry counts per type, total, disk usage). |
export <fmt> | Export all data in json, csv, or txt format to $DATA_DIR/export.<fmt>. |
search <term> | Search all log files for a term (case-insensitive grep). |
recent | Show the 20 most recent lines from history.log. |
status | Health check — shows version, data directory, total entries, disk usage, last activity. |
help | Display the full help/usage message. |
version | Print social-scraper v2.0.0. |
Note: The
exportandstatuscommands appear twice in the case statement. The first match (entry-logging form) takes precedence. The standalone_exportand_statushelper functions are reachable only if the entry-logging branches are bypassed.
How Each Entry Command Works
- If called without arguments, it tails the last 20 lines of
<command>.log. - If called with arguments, it:
- Timestamps the input (
YYYY-MM-DD HH:MM|<input>) - Appends it to
$DATA_DIR/<command>.log - Prints confirmation with the current total count
- Logs the action to
history.log
- Timestamps the input (
Data Storage
All data is stored as plain-text log files under:
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-ckchzh-social-scraper": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
header
Header design reference — navigation patterns, sticky headers, responsive menus, accessibility. Use when designing website headers or implementing navigation components.
docker-helper
Dockerfile生成、docker-compose编排、命令速查、调试排错、镜像优化、仓库配置. Use when you need docker helper capabilities. Triggers on: docker helper.
rsyslog
RSyslog advanced system logging reference. RainerScript configuration, input/output modules (imtcp/imfile/omfwd/omelasticsearch), templates with property replacer, content-based filtering, TLS-encrypted remote logging, queue performance tuning, and debug troubleshooting.
Fitness Plan — Science-Based Training & Workout Auditor
Track workouts, calculate BMI/1RM, and access exercise science guides. 支持科学健身计划制定、BMI/最大力量计算及运动解剖学参考。Use when planning gym sessions, calculating macro needs, or auditing training splits.
pesticide
Pesticide management reference — chemical classes, application methods, IPM strategies, residue limits, safety protocols. Use when selecting pest control products, calculating spray rates, or managing pesticide compliance.