بنقرة واحدة
source-note
Read a web page or paper and produce source-grounded notes with stable IDs.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Read a web page or paper and produce source-grounded notes with stable IDs.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Convert source notes into claim-level evidence with confidence and limitations.
Verify source traceability, artifact completeness, and citation correctness before citation_qa gate.
Write an evidence-backed final research report from sources and the evidence matrix.
Review research method quality, source diversity, bias, and conclusion strength.
Convert a broad research request into subquestions, assumptions, and source criteria.
Design and execute a multi-round SearxNG/arXiv search strategy.
| name | Source Note |
| description | Read a web page or paper and produce source-grounded notes with stable IDs. |
| when-to-use | Use after Search Strategist selects candidate sources. |
| user-invocable | false |
| context | inline |
Turn a candidate source into reusable evidence.
Inputs:
sources.jsonl ID scheme.Procedure:
Assign source ID
S001, S002, or P001 for papers.sources.jsonl.Retrieve source content
WebFetch first.mcp__arxiv__get_paper_details with include_content: true when the paper content is needed.mcp__arxiv__search_arxiv or mcp__arxiv__search_and_summarize.tool_errors.GetTeamContext.team_runtime_dir/.cache/ and execute that file. Do not place reusable fallback files in /tmp, and do not paste large multiline heredocs directly into shell commands.team_runtime_dir so runtime data does not pollute the user's working directory and remains readable by later agents.Extract metadata
Extract notes
not retrieved or not stated, not a guess.Safety
Output:
Append/update sources.jsonl with:
{"source_id":"S001","title":"...","url":"...","authors":["..."],"date":"...","source_type":"paper|official_doc|web|dataset|news|repo","retrieval_tool":"WebFetch|arxiv-mcp|curl-fallback|shell-fallback","quality":"primary|peer_reviewed|official|secondary|unknown","retrieval_status":"retrieved|partially_retrieved|inaccessible","claim_support_allowed":true,"retrieved_at":"...","notes_path":"paper-notes/S001.md","tool_errors":["WebFetch: ..."],"fallback_reason":"..."}
Strict registry rules:
claim_support_allowed: true when source content was actually retrieved with WebFetch, arXiv MCP content extraction, or documented shell/curl fallback after WebSearch/WebFetch/arXiv MCP failure.retrieval_status: inaccessible, claim_support_allowed: false, and include the exact tool error in the note. Such a source may be useful for search recovery, but it must not support any evidence item.retrieval_status has only three valid values: retrieved, partially_retrieved, inaccessible. Do not write success, fail, fetched, fetch_failed, or other aliases.Write notes as:
# S001 - Source Title
## Metadata
- URL/arXiv ID:
- Authors/Org:
- Date:
- Source type:
- Retrieval:
## Relevant Claims
- Claim: ...
- Supports subquestion:
- Evidence summary:
- Retrieved from: WebFetch|arXiv MCP content|curl-fallback|shell-fallback|not retrieved
- Confidence:
## Methods / Data
...
## Limitations
...
## Retrieval Status
- status: retrieved|partially_retrieved|inaccessible
- tool_errors:
- claim_support_allowed: yes|no
## Useful For
- ...