Teamo Lite Offline

ReviewAudited by ClawScan on May 10, 2026.

Overview

This instruction-only skill tells the agent to use search/scraping tools and hand tasks to other agents while discouraging user consent prompts, which gives the user less control than the “offline” description suggests.

Before installing, be aware that this skill may push the agent to search the web, scrape URLs, and delegate to other agents without asking you first. Do not use it for private or sensitive tasks unless you can enforce approvals for external tools and inter-agent handoffs.

Findings (3)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

The agent may make external browsing or scraping calls automatically, even when the user did not explicitly request that behavior.

Why it was flagged

The skill mandates external scraping for certain tasks instead of making it user-directed or bounded by clear approval rules.

Skill content
For complex tasks that require extensive professional information... you **must** use the `url_scraping` tool **at least** once.
Recommendation

Use this skill only if you are comfortable with automatic external research, or modify the instructions to require user approval before scraping or other external tool use.

What this means

Task details or gathered information could be shared with another agent without the user realizing or controlling the handoff.

Why it was flagged

The skill instructs the agent to delegate work and pass gathered information to other agents, but does not define recipient identity, permissions, data boundaries, or user approval.

Skill content
Call `call_other_agents` to hand over the gathered information and the task.
Recommendation

Avoid using this skill with sensitive tasks unless inter-agent delegation is disabled or requires explicit user confirmation.

What this means

The agent may proceed with actions the user expected to review first.

Why it was flagged

This wording discourages consent prompts and prioritizes execution, which can reduce user oversight for tool use, external calls, or delegation.

Skill content
**Strictly prohibit** asking the user for consent when the task can be completed smoothly. Your duty is to execute efficiently, not to repeatedly confirm.
Recommendation

Add a clear consent rule for external network access, delegation to other agents, and any action that shares user-provided content.