← 返回 Skills 市场
sumo0221

Sumo Assign Tasks

作者 Sumo0221 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
96
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install sumo-assign-tasks
功能描述
Toggle Sumo task assignment method among sessions_spawn, clawteam, and SumoSubAgent using /Sumo_Assign_Tasks [0|1|2] commands.
安全使用建议
This skill appears to do what it claims: toggle and persist a task-assignment method. Before installing or using it, consider these points: - The Python script hardcodes a Windows path (C:\Users\rayray\...); on your machine this path may not exist or may be inappropriate. The script will try to create that directory. If you don't want files created under that path, edit assign_tasks.py to use a portable path (e.g., os.path.expanduser('~/.openclaw/...') or an OpenClaw-configured directory). - There are small bugs/inconsistencies (method name casing and display strings) that may cause the displayed “active” marker to be incorrect; this is a functionality bug, not a security indicator. - The package has no publisher homepage or provenance information. If you need stronger assurance, ask the publisher for source/origin or run the script in a safe/test environment first. - If you plan to run this on a non-Windows OS, update the CONFIG_PATH to a suitable location. If you are comfortable editing the small script to make the path portable and correcting the casing, the skill is low-risk. If you prefer not to edit files yourself, avoid installing until the maintainer provides a portable config-path or provenance.
功能分析
Type: OpenClaw Skill Name: sumo-assign-tasks Version: 1.0.0 The skill is a configuration utility designed to switch between different task assignment methods for an agent named 'Sumo'. The Python script `assign_tasks.py` manages a JSON configuration file, and the `SKILL.md` provides clear instructions for the AI agent to interface with this script. While the script contains a hardcoded absolute file path (`C:\Users\rayray\...`) which is a functional flaw for portability, the code lacks any indicators of malicious intent, data exfiltration, or unauthorized command execution.
能力评估
Purpose & Capability
The skill's name and description match the included code and SKILL.md: both implement switching and persisting an assignment method among three options. No unrelated credentials, binaries, or network access are requested.
Instruction Scope
SKILL.md stays on task and documents the command and where settings are stored. It explicitly instructs storing config at a path (C:\Users\rayray\.openclaw\workspace\memory\assign_method.json), which matches the Python script. This is expected behavior for a configuration toggle but is non-portable and embeds a specific username.
Install Mechanism
No install spec or external downloads; the skill is instruction + a small local Python script. There are no external dependencies or extract/install steps.
Credentials
The skill requires no environment variables, credentials, or config paths beyond its own config file. No secrets or unrelated service access are requested.
Persistence & Privilege
always:false and no autonomous privilege escalation. The script reads/writes a config file under a specific user profile path (hardcoded). Writing to that path is the only persistence; it does not modify other skills or system-wide config. Hardcoding a personal Windows path and casing mismatches in method names are implementation concerns.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sumo-assign-tasks
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sumo-assign-tasks 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the Sumo Assign Tasks Switch skill. - Added a command `/Sumo_Assign_Tasks [0|1|2]` to switch or display the current method for assigning tasks. - Supports three assignment methods: sessions_spawn (default), clawteam, and SumoSubAgent. - Provides clear usage instructions for checking and switching methods. - Settings are saved locally to assign_method.json for persistence. - Includes concise documentation on each method’s features and default behavior.
元数据
Slug sumo-assign-tasks
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Sumo Assign Tasks 是什么?

Toggle Sumo task assignment method among sessions_spawn, clawteam, and SumoSubAgent using /Sumo_Assign_Tasks [0|1|2] commands. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 96 次。

如何安装 Sumo Assign Tasks?

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

Sumo Assign Tasks 是免费的吗?

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

Sumo Assign Tasks 支持哪些平台?

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

谁开发了 Sumo Assign Tasks?

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

💬 留言讨论