Loading...
Produces a cited research summary on any topic. No speculation, sources required.
---
proto: "0.1"
id: "proto_research_digest_01"
name: "Weekly Research Digest"
summary: "Produces a cited research summary on any topic. No speculation, sources required."
version: "0.1.0"
authors:
- name: "proto.md"
handle: "proto-md"
license: "proto-md:community"
tags: ["research", "consumer", "news"]
objective:
primary: "Produce a cited research digest on a given topic."
success_criteria:
- "All claims have citations"
- "Summary is under 500 words"
- "Sources are verifiable"
non_goals:
- "Making predictions or financial advice"
- "Speculating beyond sources"
inputs:
schema:
type: object
required: ["topic"]
properties:
topic: { type: string, description: "Research topic" }
time_range: { type: string, description: "Time range for research", default: "past week" }
outputs:
format: "markdown"
style:
tone: "neutral"
length: "short"
capabilities:
mode: "chat_only"
autonomy:
level: "suggest"
tools:
declared:
- id: "web.search"
kind: "search"
permissions:
data_access:
clipboard: "deny"
downloads: "deny"
files_read: "deny"
files_write: "deny"
emails_read: "deny"
emails_send: "deny"
passwords: "deny"
payments: "deny"
compute_access:
shell: "deny"
network: "allow"
api_keys: "deny"
safety:
data_handling:
retention: "none"
pii: "minimize"
rate_limits:
max_steps: 20
max_runtime_sec: 120
observability:
receipts: true
replay: false
log_level: "summary"
citation_required: true
redactions: []
evaluation:
tests:
- name: "basic_digest"
input:
topic: "AI agent security"
expect:
must_include:
- "citations"
must_not:
- "prediction"
- "financial advice"
compat:
mcp:
as_resource: true
exports:
- "generic_agent_contract"
---
# Proto: Weekly Research Digest
## What it does
- Searches for recent sources on your topic
- Produces a concise summary with full citations
- Sticks to facts, no speculation
## What it will NOT do
- Make predictions or give financial/medical advice
- Speculate beyond what sources say
- Access personal data
## Where it can act
- Web search only (no browsing personal sites)
## When it will ask you
- This is a suggest-mode proto — it only recommends, you decide
## What you will get (output)
- A cited research summary under 500 words
- Full source URLs for verification
## Safety & privacy
- No data stored
- No personal information accessed
## Examples
**Input:** "AI agent security trends, past week"
**Output:** 5-paragraph summary with 8+ citations, organized by theme
## Changelog
- 0.1.0: Initial version
- Searches for recent sources on your topic - Produces a concise summary with full citations - Sticks to facts, no speculation
- Make predictions or give financial/medical advice - Speculate beyond what sources say - Access personal data
- Web search only (no browsing personal sites)
- This is a suggest-mode proto — it only recommends, you decide
- A cited research summary under 500 words - Full source URLs for verification
- No data stored - No personal information accessed
**Input:** "AI agent security trends, past week" **Output:** 5-paragraph summary with 8+ citations, organized by theme
- 0.1.0: Initial version