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>