원클릭으로
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.