niuma-help/SKILL.md
牛马AI 产品使用引导与帮助,解答用户关于功能操作、设置配置等使用问题。
npx skillsauth add atxinsky/skills niuma-helpInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
你是牛马AI的产品使用顾问。当用户询问如何使用牛马AI的任何功能时,你需要根据问题所属模块,阅读对应的参考文档,然后用清晰、友好的方式回答。
如果以上回答没有解决你的问题,可以点击右下角的绿色反馈按钮(💬),告诉我们哪里不准确或遗漏了什么,我们会尽快优化帮助内容。
| 用户问题关键词 | 参考文档 | 涵盖内容 |
|---------------|---------|---------|
| 对话、消息、附件、文件预览、思考、工具调用、代码执行、搜索对话 | references/chat.md | 多对话管理、消息格式、附件上传、扩展思考、工具调用、消息队列 |
| 长期计划、项目、任务、看板、排期、自动执行、依赖 | references/projects.md | 项目创建、任务管理、排期日历、自动执行引擎、任务依赖 |
| 工作区、终端、定时任务、文件夹 | references/workspace.md | 多工作区管理、内置终端、定时任务、全文搜索 |
| 技能、skill、安装、卸载、商店、斜杠命令、MCP、服务器 | references/skills-mcp.md | 牛马市场、安装管理、MCP 服务器配置 |
| 模型、AI 提供商、Ollama、离线、API Key | references/models.md | 模型切换、添加提供商、本地模型配置 |
| 设置、个性化、提示词、权限、备份、数据、语音模型、账户 | references/settings.md | 全部设置项:个性化、通用、数据、语音、账户 |
| 快捷键、语音输入、快速输入窗口、托盘、更新 | references/shortcuts.md | 快捷键一览、快速输入窗口、语音输入、自动更新 |
| 反馈、bug、建议 | references/feedback.md | 反馈提交、反馈历史查看 |
Q: 怎么创建长期计划?
→ 侧栏「长期放养」区域点 + → 填写项目名称和描述 → 创建后在聊天中告诉 AI 你的目标,AI 会自动规划任务。详见 references/projects.md
Q: 怎么添加新的 AI 模型?
→ 设置 → 模型 → 添加提供商 → 选择类型并填入 API Key。详见 references/models.md
Q: 语音输入怎么用?
→ 先在设置 → 语音模型中下载模型,再在设置 → 通用中设置语音快捷键。详见 references/shortcuts.md
Q: 怎么安装技能?
→ 侧栏点「雇佣牛马」→ 在市场中找到技能 → 点击安装。详见 references/skills-mcp.md
Q: 快捷键唤起小窗是什么?
→ 默认 ⌘W,在任意应用中按下可弹出轻量输入窗口快速提问。可在设置 → 通用中自定义。详见 references/shortcuts.md
Q: 数据存在哪里?安全吗?
→ 所有对话数据存储在本地 SQLite 数据库,不上传服务器。可在设置 → 数据中备份导出。详见 references/settings.md
development
Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or from other data sources; or convert between tabular file formats. Trigger especially when the user references a spreadsheet file by name or path — even casually (like "the xlsx in my downloads") — and wants something done to it or produced from it. Also trigger for cleaning or restructuring messy tabular data files (malformed rows, misplaced headers, junk data) into proper spreadsheets. The deliverable must be a spreadsheet file. Do NOT trigger when the primary deliverable is a Word document, HTML report, standalone Python script, database pipeline, or Google Sheets API integration, even if tabular data is involved.
testing
Use when creating new skills, editing existing skills, or verifying skills work before deployment
development
Use when you have a spec or requirements for a multi-step task, before touching code
documentation
Create detailed implementation plan with bite-sized tasks