Agent Skills
› waltstephen/ArgusBot
› btw-file-return
btw-file-return
GitHub用于在BTW对话中识别文件、截图或效果图的请求,并在当前项目内快速检索并返回最相关的本地文件路径,优先提供附件而非长篇回答。
Trigger Scenarios
用户询问需要项目相关文件
用户索要截图或效果图
Install
npx skills add waltstephen/ArgusBot --skill btw-file-return -g -y
SKILL.md
Frontmatter
{
"name": "btw-file-return",
"description": "Detect when a BTW question is asking for project files, screenshots, or effect images, then return the most relevant local file paths quickly."
}
BTW File Return
This skill is used by the BTW side-agent.
Purpose:
- Recognize file/image requests in BTW conversations.
- Search only inside the current project.
- Prefer quick attachment return over a long language-model answer.
Behavior:
- Read-only only.
- Never modify files.
- Prefer explicit filename matches first.
- For image-oriented requests, prefer image extensions and preview/output-like directories.
- For general file requests, allow docs, config files, code files, and artifacts.
Rules and scoring preferences are stored in config.json.
Version History
- c2efd8d Current 2026-07-25 09:25


