LaunchKit · 2026
Back to Skills

teamo-lite

AI agent for teamo lite tasks.

0
426 downloads
by @urrrich0

Setup & Installation

openclaw skills install @urrrich0/teamo-lite

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install teamo-lite

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.

INPUT

User asks: Write an in-depth report on recent machine learning trends

AGENT
  1. 1Identifies task as content creation workflow
  2. 2Calls search tools to gather relevant sources
  3. 3Uses url_scraping on key pages to retrieve detailed content
  4. 4Compiles gathered research into a structured brief
  5. 5Delegates brief and task to a specialized writing agent via call_other_agents
OUTPUT

A structured report on recent machine learning trends