← Back to Skills Marketplace
urrrich

Teamo Strategy

by urrrich · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
821
Downloads
0
Stars
3
Active Installs
1
Versions
Install in OpenClaw
/install teamo-strategy
Description
Decompose complex tasks into clear, independent modules based on user-provided context, proactively request missing background info before planning.
Usage Guidance
This skill appears to do what it says (decompose tasks and request missing context), but there are a few things you should consider before installing or using it: - Privacy of uploads: The skill explicitly encourages attaching documents (PDFs, CSVs, Word). Do not upload sensitive credentials, personal data, or proprietary secrets unless you trust the environment and have reviewed data handling policy. Prefer redacting secrets before upload. - Chain-of-thought instructions: The SKILL.md instructs the model to follow a detailed internal CoT workflow. That increases the chance the agent might reveal internal reasoning or make verbose, introspective outputs. Test outputs carefully to ensure no sensitive internal deliberation is leaked. - Resource use and recursion: The skill instructs spawning parallel calls to itself for sub-tasks. That can lead to high compute usage, long-running jobs, or runaway recursion. Limit the depth/parallelism when testing, and watch for unexpectedly large outputs (the document references very large word-count outputs). - Output sizing: The doc sets expectations for huge deliverables (tens of thousands of words) while forbidding explicit word-count discussion with the user. Be prepared to impose output-size or time limits when invoking this skill. - Testing: Try the skill with small, non-sensitive sample tasks first to observe behaviour (interaction prompts, parallel calls, and how attachments are handled). If you plan to enable autonomous invocation in production, monitor usage and rate limits closely. If these operational patterns are acceptable to you and you avoid uploading secrets, the skill is coherent with its purpose; otherwise proceed cautiously or request the author clarify recursion/parallelism and CoT handling.
Capability Analysis
Type: OpenClaw Skill Name: teamo-strategy Version: 0.1.0 The `teamo-strategy` skill's `SKILL.md` instructs the AI agent to proactively request and handle user-provided attachments (e.g., PDF, Word, CSV) containing potentially sensitive information like 'API documentation, or financial report PDFs'. It further instructs the agent to pass these attachments to sub-tasks during recursive delegation to itself or other instances of `teamo_strategy`. While these actions are aligned with the stated purpose of improving task accuracy, the explicit handling and transmission of user-uploaded files, combined with recursive self-delegation, represent meaningful high-risk behaviors for data exposure or resource management if not rigorously secured by the underlying platform. There is no evidence of intentional malicious behavior such as data exfiltration to unauthorized external endpoints, command execution, or persistence mechanisms.
Capability Assessment
Purpose & Capability
The name/description (task decomposition, request missing context) aligns with the SKILL.md content. There are no unrelated required binaries, env vars, or install steps, so requested capabilities are proportional to the stated purpose.
Instruction Scope
The SKILL.md asks the agent to strictly follow an internal Chain-of-Thought (CoT) process and to perform implicit thinking, and it prescribes runtime behaviour such as stopping decomposition to call message_ask_user when missing info. It also instructs the skill to spawn parallel calls to the same skill for sub-tasks (self-recursion) and to transmit attachments losslessly. These directives are within the functional scope but raise operational concerns: (1) explicit CoT instructions increase the risk that the agent might surface internal reasoning in outputs, (2) self-recursive parallel invocation can create unbounded or costly workloads and amplify side effects, and (3) the doc forbids asking about word counts yet sets expectations for extremely large outputs (up to 90k words), which is unusual and could lead to resource exhaustion.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest installation risk. Nothing is written to disk and there are no external downloads.
Credentials
The skill requests no environment variables, credentials, or config paths. It does ask users to upload attachments when appropriate, which is consistent with its purpose but requires user caution (see guidance).
Persistence & Privilege
The skill does not request always:true, has default autonomy settings, and does not request modification of other skills or system-wide settings. The main risk is behavioural (recursive parallel calls) rather than privileged access.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install teamo-strategy
  3. After installation, invoke the skill by name or use /teamo-strategy
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release of the teamo-strategy skill. - Introduces a structured process for decomposing complex tasks into functional areas or information modules. - Proactively identifies and requests missing context or background information before task decomposition. - Implements a step-by-step Chain of Thought (CoT) workflow, including context gap analysis, intent confirmation, and material collection. - Enforces strict principles for handling user input, background context, and document formatting (including requirements for summaries and chapter structuring). - Supports parallel and serial task distribution based on dependency graphs, with clear instructions for file attachments and language use.
Metadata
Slug teamo-strategy
Version 0.1.0
License
All-time Installs 3
Active Installs 3
Total Versions 1
Frequently Asked Questions

What is Teamo Strategy?

Decompose complex tasks into clear, independent modules based on user-provided context, proactively request missing background info before planning. It is an AI Agent Skill for Claude Code / OpenClaw, with 821 downloads so far.

How do I install Teamo Strategy?

Run "/install teamo-strategy" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Teamo Strategy free?

Yes, Teamo Strategy is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Teamo Strategy support?

Teamo Strategy is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Teamo Strategy?

It is built and maintained by urrrich (@urrrich); the current version is v0.1.0.

💬 Comments