用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/MLAI-AUS-Inc/roo --skill victor-ai-applications命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Answer authorised, read-only questions about MLAI organisational memory in clear conversational language
Admin event/Stripe reports and guarded preparation of outstanding Xero bank-feed transactions.
Query curated read-only MLAI backend data resources through the permissioned data access API
正在显示 SKILL.md
基于 SOC 职业分类
| name | victor-ai-applications |
| description | Summarise, list, inspect, and export Victor AI applications whenever anyone tags Roo in the configured |
| requires_auth | true |
| exclusive_channels | ["exp-victor-ai"] |
| routing | {"use_when":"In the configured Victor AI Slack channel, anyone asks Roo about Victor AI application counts, recent or filtered applicant lists, one application's full details, a CSV export, or guidance on available application commands.\n","avoid_when":"The user wants to submit, edit, delete, accept, reject, score, or otherwise change an application; asks general questions about the Victor AI program; or refers to an uploaded CSV rather than the application database.\n","examples":[{"text":"how many Victor AI applications do we have?","action":"summary"},{"text":"list the latest Victor AI applications","action":"list"},{"text":"show Victor application 123","action":"detail"},{"text":"export complete Victor applications to CSV","action":"export_csv"},{"text":"what can I ask Roo about Victor applications?","action":"help"}],"negative_examples":[{"text":"I want to apply for Victor AI","instead":"respond_in_chat"},{"text":"update application 123 to accepted","instead":"respond_in_chat"},{"text":"inspect the CSV I uploaded","instead":"respond_in_chat"}]} |
| actions | [{"name":"help","description":"Explain supported Victor application requests with copyable examples."},{"name":"summary","description":"Report complete applications, partial leads, recent volume, and high-level breakdowns.","params":{"stage":{"type":"string","enum":["lead","complete"],"description":"Optional stage filter."},"role":{"type":"string","description":"Optional exact role filter."},"startup_stage":{"type":"string","description":"Optional exact startup-stage filter."},"industry_sector":{"type":"string","description":"Optional exact industry filter."},"created_after":{"type":"string","description":"Optional inclusive YYYY-MM-DD date."},"created_before":{"type":"string","description":"Optional inclusive YYYY-MM-DD date."}}},{"name":"list","description":"List recent or filtered applications using compact Slack-safe records.","params":{"query":{"type":"string","description":"Optional applicant name, email, or team search."},"stage":{"type":"string","enum":["lead","complete"]},"role":{"type":"string"},"startup_stage":{"type":"string"},"industry_sector":{"type":"string"},"created_after":{"type":"string"},"created_before":{"type":"string"},"limit":{"type":"integer","description":"Number of records, maximum 10 in Slack."},"offset":{"type":"integer","description":"Pagination offset."}}},{"name":"detail","description":"Show all approved business fields for one numeric application ID.","params":{"application_id":{"type":"integer","description":"Numeric application ID."}}},{"name":"export_csv","description":"Export all matching applications as a CSV uploaded to the current Slack thread.","params":{"query":{"type":"string"},"stage":{"type":"string","enum":["lead","complete"]},"role":{"type":"string"},"startup_stage":{"type":"string"},"industry_sector":{"type":"string"},"created_after":{"type":"string"},"created_before":{"type":"string"}}}] |
Read Victor application data only through the dedicated, channel-bound backend API.
client_ref.Use stage, role, startup stage, industry sector, inclusive created-date bounds, and applicant/team search. Default list requests to ten newest records and use offsets for later pages.