← Back to Skills Marketplace
71
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install xianyu-team-optimizer
Description
咸鱼之王十殿星级挑战组队优化器。根据微信接龙名单和每位玩家的星级,自动计算收益最大化的5人分组方案(功德簿奖励档位)。当用户提到咸鱼之王、十殿挑战、功德簿、星级组队、接龙名单分组、公会组队优化等关键词时使用此skill。即使用户只是粘贴了一段接龙名单并问"怎么分组"或"帮我排一下队",只要涉及星级和5人分队,也应...
Usage Guidance
This skill appears internally consistent and self-contained: it parses a pasted player list and runs a local Python script to compute grouping plans. Before using: (1) review the parsed player list the agent shows and confirm accuracy (the parser may misread messy lines); (2) be aware any names you paste may contain personal identifiers — avoid pasting sensitive info; (3) the script runs locally (requires Python 3); if you cannot or do not want to execute code, ask the agent to run the described manual algorithm instead; (4) because the code is bundled, you can inspect scripts/optimizer.py yourself — it appears to do combinatorial math only and contains no network calls or credential access. If you want extra assurance, you can run the script in a sandbox or review the full file before execution.
Capability Assessment
Purpose & Capability
Name/description (咸鱼之王十殿星级组队优化器) match the actual files and behavior: SKILL.md describes parsing pasted group lists and using the included Python script to compute grouping plans and upgrade suggestions. The only included code (scripts/optimizer.py) implements the described combinatorial search, greedy fallback, alternative generation and upgrade-hint logic. No unrelated capabilities (cloud access, external services) are requested.
Instruction Scope
SKILL.md instructs the agent to extract player names and star counts from pasted chat-style lists, confirm parsed results with the user, then run the local Python script or fall back to a manual algorithm if Python isn't available. The instructions reference only the user-supplied text and the script in the skill directory; they do not ask the agent to read system files, environment variables, or post data to external endpoints. One practical caution: the agent will parse whatever text the user pastes (which may contain personal identifiers), so the user should avoid pasting sensitive data publicly.
Install Mechanism
No install spec is provided; the skill is instruction + a local Python script. This is low-risk: nothing is downloaded or written during install. The script is executed locally with the user's Python interpreter.
Credentials
The skill requests no environment variables, credentials, or config paths. That is proportionate to its stated functionality (local computation of groupings).
Persistence & Privilege
The skill is not always-enabled and uses the platform-default autonomous invocation setting. It does not request persistent system privileges or attempt to modify other skills or system-wide configuration.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install xianyu-team-optimizer - After installation, invoke the skill by name or use
/xianyu-team-optimizer - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: 咸鱼之王十殿星级挑战组队优化器,支持多方案输出和外部引援建议
Metadata
Frequently Asked Questions
What is Xianyu Team Optimizer?
咸鱼之王十殿星级挑战组队优化器。根据微信接龙名单和每位玩家的星级,自动计算收益最大化的5人分组方案(功德簿奖励档位)。当用户提到咸鱼之王、十殿挑战、功德簿、星级组队、接龙名单分组、公会组队优化等关键词时使用此skill。即使用户只是粘贴了一段接龙名单并问"怎么分组"或"帮我排一下队",只要涉及星级和5人分队,也应... It is an AI Agent Skill for Claude Code / OpenClaw, with 71 downloads so far.
How do I install Xianyu Team Optimizer?
Run "/install xianyu-team-optimizer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Xianyu Team Optimizer free?
Yes, Xianyu Team Optimizer is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Xianyu Team Optimizer support?
Xianyu Team Optimizer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Xianyu Team Optimizer?
It is built and maintained by 葛佳佳 (@goodman333); the current version is v1.0.0.
More Skills