← Back to Skills Marketplace
316
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install the-time-masheen
Description
Combine live scraping, historical snapshots via Wayback Machine, and interactive browser automation to extract, compare, and automate web data from any site.
Usage Guidance
This skill implements exactly what it claims—scraping, Wayback queries, and browser automation—but it includes features explicitly intended to evade protections and encourages scraping login- or paywall-gated content. Before installing or running it:
- Verify the source: the README suggests fetching install.sh from raw.githubusercontent.com/mrjessek/the-time-masheen which does not match the registry owner metadata; confirm you trust that repository and author.
- Avoid curl | bash from untrusted URLs. Prefer inspecting the bundled install.sh in this package (it runs pip3 and npm installs and is readable) or run installs manually in a controlled environment.
- Run installs in an isolated environment (VM or container) to limit system-wide changes from pip/npm global installs and to contain browser binaries.
- Consider legal and ethical implications: only use against sites you own or have explicit permission to scrape/automate; 'stealth' and 'solve-cloudflare' options facilitate evasion and may violate terms of service or laws.
- Review the upstream PyPI/npm packages (scrapling, playwright-cli) and their reputations before installing. If you plan to use credentials for target sites, do not store them in shared environment variables; prefer interactive input and temporary session storage.
Given the README/source inconsistency and the tool's explicit evasive capabilities, proceed with caution—audit sources and run in isolation. If you want, I can (a) compare the bundled install.sh to the raw GitHub script URL it points to, or (b) summarize which exact commands will be run by the installer so you can review them line-by-line.
Capability Analysis
Type: OpenClaw Skill
Name: the-time-masheen
Version: 1.0.2
The skill provides a 'web intelligence' toolkit that integrates high-risk capabilities including automated browser interaction (clicking, form filling, and arbitrary JavaScript execution via `playwright-cli eval`) and stealth scraping designed to bypass bot protections like Cloudflare (via `scrapling`). While these tools are aligned with the stated purpose of advanced web research and archival analysis, they grant the agent significant power to interact with web applications and bypass security controls, which could be misused for unauthorized actions or data extraction. The `install.sh` script performs global npm installations and fetches browser binaries, and the `README.md` promotes a `curl | bash` installation method (IOC: `raw.githubusercontent.com/mrjessek/the-time-masheen/main/install.sh`).
Capability Assessment
Purpose & Capability
The name/description claim three capabilities (live scraping via Scrapling, Wayback CDX queries, and Playwright-driven automation). The SKILL.md and references consistently instruct use of scrapling, curl (wayback), and playwright-cli, and the included install.sh installs exactly those packages. No unrelated credentials or system paths are requested. Overall the required components are proportionate to the stated purpose, but the README encourages bypassing site protections which is an ethical/legal concern rather than pure technical incoherence.
Instruction Scope
Runtime instructions explicitly teach how to (a) drive browsers to log in and fill credentials, (b) use 'stealthy-fetch --solve-cloudflare' and other anti-bot/evade options, and (c) scrape login-gated/paywalled content. The SKILL.md does not instruct reading unrelated local files or exfiltrating system secrets, but the skill's documented workflows are capable of collecting sensitive site content and require the user to supply credentials interactively. The README's language and the presence of features aimed at bypassing protections raise misuse concerns.
Install Mechanism
There is no formal install spec in the registry (instruction-only), but an install.sh is bundled which runs pip3 install "scrapling[all]" and npm install -g playwright-cli and then 'playwright install chromium' — standard package installs from PyPI and npm and normal for this toolset (moderate risk). However, README shows a curl | bash install line that pulls install.sh from raw.githubusercontent.com under a different GitHub username (mrjessek), which is an inconsistency and increases risk because it encourages executing a remotely fetched script; verify the exact source before running.
Credentials
The skill declares no required environment variables or credentials (and none are stored in registry metadata). The references and CLI flags accept cookies, proxy strings, and headers (including proxy credentials), and the automation flow requires user-supplied login credentials for target sites — which is proportionate to scraping/login automation use cases. No extraneous platform credentials are requested by the skill itself.
Persistence & Privilege
The skill does not request always:true, does not ask to modify other skills, and is user-invocable. The bundled install.sh installs packages globally (pip/npm -g) and browser binaries to the local system if run by the user; that is typical but you should be mindful of global installs. The skill does not request permanent registry-level privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install the-time-masheen - After installation, invoke the skill by name or use
/the-time-masheen - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
Version 1.0.2
- Updated browser automation guidance: the playwright-cli handoff pattern now keeps the session active during scraping, instead of requiring manual cookie handling.
- Added a new "Security" section outlining proper, ethical use and local data handling for browser automation features.
- Improved clarity in instructions for login-gated site extraction and authentication workflows.
- No code or functional logic was changed; documentation only.
v1.0.1
- Updated description wording to clarify support for "rendering-protected" sites instead of specifically "anti-bot protected" sites.
- In the decision tree and instructions, changed references from "anti-bot / Cloudflare" to "heavily protected sites" and "rendering-protected".
- No changes to code or technical implementation; documentation update only.
v1.0.0
Initial release providing full-spectrum web intelligence, combining live scraping, historical snapshot retrieval, and interactive browser automation.
- Supports live scraping of static, dynamic (JS-heavy), and anti-bot-protected websites.
- Enables retrieval and comparison of historical site versions via the Wayback Machine.
- Adds interactive browser automation for login, navigation, and data extraction from complex web apps.
- Allows session handoff between interactive automation and scraping tools.
- Includes decision trees and CLI examples for each core use case.
Metadata
Frequently Asked Questions
What is THE_TIME_MASHEEN?
Combine live scraping, historical snapshots via Wayback Machine, and interactive browser automation to extract, compare, and automate web data from any site. It is an AI Agent Skill for Claude Code / OpenClaw, with 316 downloads so far.
How do I install THE_TIME_MASHEEN?
Run "/install the-time-masheen" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is THE_TIME_MASHEEN free?
Yes, THE_TIME_MASHEEN is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does THE_TIME_MASHEEN support?
THE_TIME_MASHEEN is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created THE_TIME_MASHEEN?
It is built and maintained by Jesse (@mrjessek); the current version is v1.0.2.
More Skills