Skillware skills ยท compliance/tos_evaluator
Terms of Service Evaluator
A local-first compliance guardrail that checks whether intended website automation appears permissible by analyzing robots.txt, discovering legal pages, extracting relevant clauses, and optionally using Gemini for ambiguous policy language.
Capabilities
- robots.txt check
- Policy page discovery
- SAFE UNSAFE verdicts
Problems this skill solves
People search for tasks โ not always "skillware":
- is web scraping allowed robots txt ai
- check terms of service before crawler
- ai agent scrape website legal
- can my bot crawl this site
- robots txt checker automation
Install
pip install skillware then SkillLoader.load_skill("compliance/tos_evaluator")
FAQ
- How to check if scraping a website is allowed?
- Skillware compliance/tos_evaluator reads robots.txt, finds policy pages, and returns SAFE/UNSAFE/CAUTION for your intended automation.