research
Deep research with citations — vault-first knowledge check then targeted web research to fill gaps
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Deep research with citations — vault-first knowledge check then targeted web research to fill gaps
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Collect a local business's REAL details in one pass, then fill the site — so nothing is ever invented
Collect a shop's REAL products and details in one pass, then fill the catalog — so nothing is ever invented
Switch on the store's real Stripe payments — the hosted-checkout route already ships; this wires the owner's key and verifies it
Fetch GitHub developer activity (commits, PRs, reviews) and build an activity dashboard
Monitor GitHub repos — fetch PRs, issues, CI status via Composio and display on canvas
Track daily habits on a canvas kanban board with streaks
| name | research |
| version | 1.0.0 |
| description | Deep research with citations — vault-first knowledge check then targeted web research to fill gaps |
| trigger | research|look up|investigate|deep dive|what do we know about|explore topic|find out about |
| tools | ["web","browser","read_file","edit_file","memory_write"] |
When triggered, perform research in one of two modes based on context.
web to search 2–3 query variationsPOST /api/researches with title, query, findings, citations (JSON), status: "complete", confidenceVault scan — Search existing vault knowledge on the topic:
GET /api/notes?search=<topic>GET /api/syntheses?search=<topic>Gap analysis — Identify:
Targeted search — For each gap:
web to search, visit top resultsDelta report — Present findings as changes to vault knowledge:
RESEARCH: <topic>
VAULT ALREADY KNOWS:
- <fact> (confidence: high, from <source>)
- <fact> (confidence: medium, from <source>)
NEW FINDINGS:
- <new fact> (source: <url>, confidence: <level>)
- <updated fact> (was: <old>, now: <new>, source: <url>)
CONTRADICTIONS WITH VAULT:
- <vault says X, new source says Y>
STILL UNKNOWN:
- <question that research couldn't answer>
SOURCES: <N> consulted, <M> cited
Ingest — Save all new findings as vault notes following the ingest skill pattern:
POST /api/researches with full metadataEvery factual claim must include:
[<claim>] — <source name>, <url>, <date accessed>, confidence: <high|medium|low>
Confidence levels:
title: "<topic>"
query: "<original user query>"
mode: "quick" | "deep"
findings: "<structured summary>"
citations: JSON array of { source, url, date, confidence, claim }
status: "complete" | "in_progress" | "needs_followup"
confidence: "high" | "medium" | "low"
gapsFilled: <number>
contradictionsFound: <number>
notesUpdated: <number>
notesCreated: <number>