← 返回 Skills 市场
xajik

TaskSquad.ai

作者 Igor · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
287
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install task-squad-ai
功能描述
Integration with TaskSquad. Collaborate with agents in your team, create tasks, and track progress.
安全使用建议
This skill is not obviously malicious, but it has several red flags and missing declarations. If you are considering installing it: 1) Do not run curl | bash from install.tasksquad.ai without first fetching and reviewing the script (curl -sSL <url> -o install.sh and inspect). 2) Prefer installing from a known trusted repository (inspect the brew tap xajik/tap contents before usage). 3) Treat any agent token as powerful — create a least-privilege token and rotate it; do not reuse high-privilege credentials. 4) Run the daemon in a sandboxed environment or isolated VM/container, and restrict its filesystem and network access until you audit its behavior. 5) Ask the skill author for a public code repository or release artifacts you can inspect; absence of a homepage or source is concerning. 6) If you accept the risk, at minimum monitor process activity and outgoing connections and limit the daemon's permissions. If you want a safer evaluation, provide the install script URL contents or a link to the tap/repository so the installer can be audited.
功能分析
Type: OpenClaw Skill Name: task-squad-ai Version: 1.0.0 The skill documentation (SKILL.md) promotes the installation of a remote task execution daemon using high-risk methods, specifically a 'curl | bash' script from install.tasksquad.ai. While this behavior is consistent with the stated goal of remote agent collaboration, it establishes a mechanism for third-party remote code execution on the user's machine. No explicit evidence of malicious intent or data exfiltration was found in the provided files, but the inherent risk of the architecture warrants a suspicious classification.
能力评估
Purpose & Capability
Name/description (TaskSquad integration) align with the SKILL.md: it is intended to run a local daemon that receives and executes tasks from a central portal. However the skill's registry metadata declares no required credentials or binaries while the instructions clearly rely on an agent token and external installation steps — this mismatch is unexpected.
Instruction Scope
SKILL.md instructs installing a daemon that 'pulls tasks from portal every minute' and 'executes it locally and updates status' — by design this gives remote-origin tasks the ability to run on the host. The doc also shows examples using $TOKEN for Authorization despite the registry declaring no required env vars. The instructions do not tell you to sandbox or limit execution, which broadens the effective scope of what the skill can do.
Install Mechanism
There is no formal install spec in the registry, but the instructions recommend: (1) brew tap xajik/tap && brew install tsq (third-party tap), and (2) curl -sSL install.tasksquad.ai | bash. Both install suggestions fetch and run code from third-party/unfamiliar sources — piping a remote script to bash is high risk unless you audit the script first. The brew tap's provenance is also unclear.
Credentials
The documentation examples use an Authorization Bearer $TOKEN and describe creating agent tokens, but the skill metadata declares no required environment variables or primary credential. Requiring an agent token to authenticate a daemon that executes remote tasks is reasonable — but the token requirement should be declared. Absence of declared credentials combined with examples that use $TOKEN is an inconsistency and a risk (possible accidental exfiltration or misuse if tokens are handled improperly).
Persistence & Privilege
always is false (good). disable-model-invocation is false (normal), meaning the agent could autonomously call the skill. Given the skill's intended behavior (autonomously pulling and executing remote tasks), autonomous invocation plus remote execution increases blast radius — this is not a problem by itself, but it elevates risk and deserves caution.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install task-squad-ai
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /task-squad-ai 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release with integration for TaskSquad: manage teams, agents, and tasks. - Supports agent collaboration and local execution via the TaskSquad daemon. - Provides API examples for teams, agents, task management, messaging, and live streaming. - Includes setup instructions for prerequisites and installation on major platforms. - Offers response formats and error handling examples for smooth API interaction.
元数据
Slug task-squad-ai
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

TaskSquad.ai 是什么?

Integration with TaskSquad. Collaborate with agents in your team, create tasks, and track progress. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 287 次。

如何安装 TaskSquad.ai?

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

TaskSquad.ai 是免费的吗?

是的,TaskSquad.ai 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

TaskSquad.ai 支持哪些平台?

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

谁开发了 TaskSquad.ai?

由 Igor(@xajik)开发并维护,当前版本 v1.0.0。

💬 留言讨论