一键导入
document-qa
Answer questions about an uploaded document (PDF, image, or text file). Use when the user has attached a file and asks something specific about it.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Answer questions about an uploaded document (PDF, image, or text file). Use when the user has attached a file and asks something specific about it.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Evaluate multiple choices side-by-side based on relevant criteria, then present a comparison the user can act on. Use when the user asks to compare options, choose between alternatives, or weigh up X vs Y.
Day-of-week rotating proactive sweep — Mon=connections / Tue=routines / Wed=skills / Thu=memories / Fri=findings / Sat=cross-cutting / Sun=weekly summary. Forces outward scan instead of inward thrash. Routine-only; load this skill into a daily routine that fires AssistantAgent. Adapted from goanna's caretaker.
Use when an agent has had N consecutive quiet runs with nothing to do. Pivots to bounded inward consolidation (promote findings, refresh memory, audit asks) anchored in own data — NOT generic news summarisation. Adapted from goanna's reverie cycle. Routine-only; loaded by the routine that detects the quiet condition.
Use to track open questions you owe the user (asks) and time-bounded commitments you owe yourself (tasks). Write OPEN entries when you commit; promote to CLOSED when answered/done. Survives session compaction. Adapted from goanna's asks.md/tasks.md pattern.
Reviewer criteria for AI-generated code via with_review. Checks for security issues (injection, auth bypass, secret leakage), correctness, and project conventions. Use as criteria.skill when generating code that touches data, auth, or external systems.
Reviewer criteria for outbound email drafts via with_review. Checks tone-recipient match, professionalism, no AI tells, no placeholder leakage. Use as criteria.skill argument when reviewing email drafts before send.
| name | document-qa |
| description | Answer questions about an uploaded document (PDF, image, or text file). Use when the user has attached a file and asks something specific about it. |
The user has attached a document (or referenced one in their files) and is asking a specific question about its content.
Identify the document — confirm what file the user is asking about. If multiple files are attached, ask via ask_questions which one to focus on.
Read the document:
fs_read with the pathbrowser_markdown or use convertToMarkdown server-sideAnswer the question — based on what's actually in the document:
Cite specifics — when you can, reference the page, section, or paragraph: "On page 3, the report states..."
Be honest about limits: