Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
Teamo Lite is an AI agent for task planning and online information gathering. It routes tasks into two workflows: direct Q&A for retrieval tasks, and a research-then-delegate flow for content creation or code problems.
Automatically selects between direct answering and a research-first path based on task type, skipping unnecessary steps for simple queries.
When to use it
- Extracting a specific section from a PDF
- Writing a research report on a given topic
- Debugging or explaining a code snippet
- Breaking a complex project into delegatable steps
- Gathering web information to answer a factual question
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Write an in-depth report on recent machine learning trends
- 1Identifies task as content creation workflow
- 2Calls search tools to gather relevant sources
- 3Uses url_scraping on key pages to retrieve detailed content
- 4Compiles gathered research into a structured brief
- 5Delegates brief and task to a specialized writing agent via call_other_agents
A structured report on recent machine learning trends