← 返回 Skills 市场
urrrich

Teamo Strategy

作者 urrrich · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
821
总下载
0
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install teamo-strategy
功能描述
Decompose complex tasks into clear, independent modules based on user-provided context, proactively request missing background info before planning.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install teamo-strategy
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /teamo-strategy 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug teamo-strategy
版本 0.1.0
许可证
累计安装 3
当前安装数 3
历史版本数 1
常见问题

Teamo Strategy 是什么?

Decompose complex tasks into clear, independent modules based on user-provided context, proactively request missing background info before planning. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 821 次。

如何安装 Teamo Strategy?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install teamo-strategy」即可一键安装,无需额外配置。

Teamo Strategy 是免费的吗?

是的,Teamo Strategy 完全免费(开源免费),可自由下载、安装和使用。

Teamo Strategy 支持哪些平台?

Teamo Strategy 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Teamo Strategy?

由 urrrich(@urrrich)开发并维护,当前版本 v0.1.0。

💬 留言讨论