Skill Name
compliance/tos_evaluator
What should this skill do?
Scraping or interacting with certain websites without adhering to their Terms of Service (TOS) or robots.txt is a massive legal liability for enterprise agents. This skill dynamically fetches, parses, and evaluates a target URL's TOS and robots guidelines in milliseconds, returning a hard "safe" or "unsafe" boolean before the main agent attempts to execute an action on that domain.
Ideal Inputs & Outputs
Input:
{
"target_url": "https://example.com/data-feed",
"intended_action": "scrape_pricing_data"
}
Output:
{
"is_safe_to_proceed": false,
"confidence_score": 0.95,
"reason": "robots.txt explicitly disallows scrapers on /data-feed. TOS Clause 4b prohibits automated pricing extraction."
}
Targeted Models (if applicable)
Model Agnostic (All)
Skill Name
compliance/tos_evaluator
What should this skill do?
Scraping or interacting with certain websites without adhering to their Terms of Service (TOS) or
robots.txtis a massive legal liability for enterprise agents. This skill dynamically fetches, parses, and evaluates a target URL's TOS and robots guidelines in milliseconds, returning a hard "safe" or "unsafe" boolean before the main agent attempts to execute an action on that domain.Ideal Inputs & Outputs
Input:
{
"target_url": "https://example.com/data-feed",
"intended_action": "scrape_pricing_data"
}
Output:
{
"is_safe_to_proceed": false,
"confidence_score": 0.95,
"reason": "robots.txt explicitly disallows scrapers on /data-feed. TOS Clause 4b prohibits automated pricing extraction."
}
Targeted Models (if applicable)
Model Agnostic (All)