
urrrich0 skills on Claude Market
5 skills published by urrrich0. Each listing includes a one-command install for Claude Code, OpenClaw, Codex, and Hermes, plus a link to the upstream source.
searching-assistant
Orchestrates multi-agent search by decomposing a query into up to 8 independent sub-tasks, then routing each to the most suitable specialized agent in parallel. Always invokes General_Search_Agent and selects additional agents based on query type. Excludes Academic_Search for date-specific queries.
teamo-lite-offline
An AI agent that routes tasks into one of two workflows: direct Q&A for retrieving or explaining existing information, and a research pipeline for writing, code, and content creation. In the research path, it searches, optionally scrapes URLs, and delegates to another agent with the gathered context.
teamo-lite
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.
teamo-decision
Teamo Decision is an AI agent that guides complex decision-making using McKinsey's 7-step problem-solving process. It coordinates specialized sub-agents for research, data analysis, and report writing, then synthesizes the results into a final decision report.
searching-group-leader
Coordinates a group of search agents by decomposing a query into parallel sub-tasks and routing each to the most appropriate agent. Always invokes a General_Search_Agent and optionally adds specialized agents based on the nature of the query. Supports up to 8 concurrent sub-tasks.