Skip to content

[New Skill]: Terms of Service (TOS) Evaluator #40

@rosspeili

Description

@rosspeili

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestskill requestRequest for a new capability to be added.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions