Robotaxi Tracker

v1.0.0

Use this skill when the user asks for the latest or current US autonomous vehicle, self-driving car, robotaxi, Tesla, or Waymo vehicle counts, fleet size, ci...

0· 48·0 current·0 all-time
by阿赖@pekky
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name and description match the instructions: the SKILL.md describes fetching the site, downloading frontend JS bundles, discovering public Convex backend hosts in those bundles, and querying those public APIs to extract counts. The declared requirements (curl, rg, jq) are proportional and necessary for that workflow.
Instruction Scope
Instructions are explicit and scoped to fetching robotaxitracker.com HTML/JS, scanning those bundles for API/Convex hosts, and probing discovered hosts with specific JSON queries. This stays within the stated purpose, but it will actively contact any hosts referenced in the downloaded JS (e.g., convex.cloud hosts discovered in bundles), which may be non-obvious to some users or organization network policies.
Install Mechanism
No install spec and no code files — instruction-only skill. Nothing is written to system install locations; temporary files are written under /tmp as part of the workflow.
Credentials
The skill requests no environment variables, no credentials, and no config paths. All required tools are appropriate for the tasks described; there is no request for unrelated secrets or elevated credentials.
Persistence & Privilege
always is false and there is no installation or self-modifying behavior. The skill does not request persistent system privileges or modify other skills' configuration.
Assessment
This skill is coherent with its stated purpose: it downloads robotaxitracker.com HTML/JS into /tmp, scans the bundles for API endpoints, and issues HTTP queries to the public Convex backend(s) found there using curl/jq/rg. It does not ask for credentials. Before installing, consider: (1) the skill will make outbound HTTP requests to robotaxitracker.com and any backend host discovered in the site JS (your network/firewall policies may want to block or log this); (2) it writes temporary files to /tmp (no persistent installs); and (3) if you are in a restricted environment, verify that executing these network probes is allowed. If any of those are concerns, review the SKILL.md and run the commands manually in a controlled environment instead of enabling autonomous invocation.

Like a lobster shell, security has layers — review code before you run it.

latestvk97ap0y1p1tg06t9nxdr1qbrr184p6p9

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments