一键导入
find-alternative-tool
Find alternative tools for a given CLI tool
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Find alternative tools for a given CLI tool
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | find-alternative-tool |
| description | Find alternative tools for a given CLI tool |
| tools | ["WebFetch","WebSearch","Bash","Read"] |
Search the web for alternative tools to the one specified in $ARGUMENTS. The goal is to discover new tools that could be added to altbox.
Search for alternatives: Use WebSearch to find alternatives to the tool specified in $ARGUMENTS. Search for patterns like " alternative", " similar tools", "alternatives to ", etc.
Extract candidates: From the search results, identify 3-5 promising alternative tools that:
For each candidate, gather:
Present results in a formatted list with:
/add-tool-from-page <URL> to add this tool"This list is for a human to look at to decide what they think of the tool.
# Alternatives to <tool>
## <Tool Name 1>
- **URL**: <homepage or GitHub>
- **Language**: <Language>
- **Description**: Brief description
- **Why it's an alternative**: Explanation
- Run: `/add-tool-from-page <URL>`
## <Tool Name 2>
...
Check if tools already exist in altbox by looking at the existing tools.
Prioritize tools with good documentation and active communities.
Look for tools mentioned in comparisons or listicles about alternatives.
If the input tool doesn't have clear alternatives, let the user know.
I'm not looking for libraries. I'm looking for standalone CLI tools. The tool must run on a Unix-like OS. If it runs on Windows, fine, but I don't want any Windows-only tools.