一键导入
research
Unified Research family. Use Research for citation-first investigation, bounded synthesis, decision support, and UI/UX or accessibility review.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Unified Research family. Use Research for citation-first investigation, bounded synthesis, decision support, and UI/UX or accessibility review.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when the task is to inspect or operate a live desktop application, native window, browser accessibility tree, menu, dialog, button, list, toggle, or text input through the built-in computer_use tool. Prefer this for host UI focus, snapshot, click, type, select, toggle, scroll, screenshot, or chat-style message flows. Prefer scenario actions `message|type|select|click|toggle` over generic `act` whenever the user goal is already clear.
Use when the task centers on a workspace .pdf file and needs native PDF reading, creation, filling, or reformatting. Supports read_mode presets for speed vs coverage.
Use when writing or reviewing Golang code in this project. Triggers: database schema design, architecture decisions, high-availability implementation, code review, bug fixing, performance optimization, command execution, goroutine management. This project follows TDD (Test-Driven Development) - always write tests first.
Perform administrative/system operations: provider management, settings, channel/skill/tool toggles, user controls, health/version, and proxy stats. Use for ops/admin tasks, diagnostics, and runtime configuration changes.
Live web interaction skill. Use Browser when the task needs an actual browser session for login, JS-heavy pages, clicking, typing, scrolling, screenshots, or challenge handling.
Use when the task centers on a workspace .docx file and needs native Word-style creation, editing, templating, or validation.
| name | research |
| version | 1.0.0 |
| description | Unified Research family. Use Research for citation-first investigation, bounded synthesis, decision support, and UI/UX or accessibility review. |
| invocation | blue research query="ZimaOS-Blue research architecture" --json |
| examples | ["blue research query=\"ZimaOS-Blue research architecture\" --json","blue research mode=analyze topic=\"Product feedback analysis\" urls='[\"https://example.com/reviews\"]' --json","blue research mode=advisor question=\"Go vs Python for backend services\" category=language decision_mode=compare --json","blue research mode=ui_review url=https://example.com/pricing review_action=check_accessibility --json","blue research action=status job_id=job_123"] |
| capability_tags | ["research","citations","web"] |
| interaction_mode | stateless |
| card_support | both |
This document describes the unified Research family.
Research is one public surface with four execution modes:
mode=deep_research: citation-first, multi-source investigationmode=analyze: bounded synthesis over provided text, URLs, and/or search queriesmode=advisor: decision memo for selection, replacement, migration, and best-practice questionsmode=ui_review: UI/UX or accessibility review for a live URL or screenshotUse the canonical Research entry:
blue research query="ZimaOS-Blue research architecture" --json
Older prompts, wrappers, or internal routes may still refer to deep_research, analyze, or ui_reviewer. Treat those as compatibility aliases that now route to Research.
| Need | Recommended mode | What it is best at |
|---|---|---|
| Multi-source research with evidence, citations, comparisons, or timeline work | deep_research | Investigation with planning, retrieval, evidence merging, and confidence-backed answers |
| One synthesized report from known materials | analyze | Bounded synthesis over provided text, URLs, and search queries |
| Decision support for technology choices or migration tradeoffs | advisor | Recommendation memo with tradeoffs, risks, alternatives, and optional evidence |
| UI/UX, screenshot, or accessibility evaluation | ui_review | Visual and accessibility review for URLs or images |
| Local workspace files or README inspection | Not this family | Prefer exec / file tools instead |
action (optional): run or statusquery (required for normal research runs unless another mode-specific input supplies the goal)mode (optional): auto, deep_research, analyze, advisor, or ui_reviewlang (optional): output language such as zh-CN or en-USreport_style (optional): output style hint such as summary, timeline, or other mode-supported variantsImportant:
mode chooses the research family branch.research_depth chooses the depth only inside mode=deep_research.mode with fast|standard|deep; use research_depth for that.deep_researchUse this for citation-first investigation.
Example:
blue research query="Compare ZimaOS and CasaOS with citations and a timeline" mode=deep_research research_depth=deep --json
Key parameters:
query (required)research_depth (optional): fast, standard, or deepstrict_entity (optional): true|falsetime_windows (optional): array of timeline windowsreport_style (optional): typically summary or timelineAuto recent-discussion routing:
What are people saying in the last 30 days about ZimaOS?最近30天大家怎么说 ZimaOS?stay on the public Research entry. Blue now detects that intent and internally switches to a native recent multi-site retrieval profile across public web, Reddit, Hacker News, GitHub, Polymarket, X, TikTok, Instagram, and Bluesky. Known YouTube URLs are added as enrichment when they are already present in the request. There is no separate public last30days mode or command.
Behavior:
analyzeUse this for a bounded report when the materials are already known or can be collected with a small number of URLs/searches.
Examples:
blue research mode=analyze topic="Product feedback analysis" urls='["https://example.com/reviews"]' search_queries='["product reviews 2026"]' --json
blue research mode=analyze topic="Survey insights" text="..." lang=en-US --json
Key parameters:
topic (usually required for bounded synthesis)urls (optional, max bounded set)search_queries (optional, bounded supplemental discovery)text (optional)output_mode (optional): inline or reportUse analyze when:
advisorUse this for selection, replacement, migration, and best-practice decisions.
Examples:
blue research mode=advisor question="Go vs Python for backend services" category=language decision_mode=compare --json
blue research mode=advisor question="Should we replace LibreOffice with OnlyOffice?" category=library decision_mode=replace --json
Key parameters:
question (required)category (optional): architecture, language, framework, library, process, migration, opsdecision_mode (optional): recommend, compare, review, replace, best_practicecandidates (optional)context / constraints (optional)grounding (optional): auto, none, webdepth (optional): quick, standard, deepoutput (optional): decision_memo, scorecard, decision_packscorecard_pack (optional): auto, solution_selection_v1, migration_v1, architecture_v1, process_v1scorecard_weights (optional): criterion-weight overridesDeep advisor examples:
blue research mode=advisor question="Go vs Python vs Node" category=language decision_mode=compare output=scorecard --json
blue research mode=advisor question="Should we replace Python with Go?" category=migration decision_mode=replace depth=deep output=decision_pack --json
ui_reviewUse this for visual quality or accessibility review of a webpage or screenshot.
Examples:
blue research mode=ui_review url=https://example.com/pricing --json
blue research mode=ui_review url=https://example.com/pricing review_action=check_accessibility --json
blue research mode=ui_review image=<base64_png_data> review_action=review_image --json
Key parameters:
url for live-page reviewimage for screenshot reviewreview_action (optional): review_url, review_image, or check_accessibilitydevice, channel, wait_ms, threshold, format, profile (optional review controls)Important:
action is reserved for run / status.review_action for the UI-review sub-action.Poll an existing research-family job with:
blue research action=status job_id=job_123
Depending on mode, returns structured data such as:
answercitationsconfidenceevidence_countmode=deep_research for citation-first work.mode=analyze for one bounded synthesized report.mode=advisor for selection, replacement, and best-practice decisions.mode=ui_review for URL/screenshot quality review.web_query.exec / file tools.