Install
$ agentstack add skill-jqaisystems-jqai-ai-skills-research-brief-curator ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Research Brief Curator
Overview
Use this skill to turn public links and approved notes into a short, reviewable research brief. Keep the source trail visible, label each item by visibility, and require human approval before anything is posted, sent, archived publicly, or reused as client-facing material.
Workflow
- Clarify the brief scope: topic, audience, time window, output format, and whether the brief is internal-only, public-ready, client-facing, or draft research.
- Read
references/public-source-boundaries.mdbefore using user-provided links, notes, exports, screenshots, or copied text. - Normalize every item into a simple record: title, source, URL or citation, date, topic, visibility, status, summary, why it matters, and recommended next action.
- Read
references/brief-template.mdbefore drafting the final daily or weekly brief. - Separate records into:
public_ready: safe to summarize with source link after review.needs_review: claims, wording, or source quality need checking.private_research: useful internally but not suitable for public reuse.archive: duplicate, stale, or background material.
- Draft the brief with source-aware language and short decision notes. Do not copy long excerpts from sources.
- End with a safety verdict:
BLOCK,REVIEW, orREADY, plus the remaining manual checks.
Optional Script
Use scripts/build_brief_skeleton.py when the user provides structured JSON records or wants a repeatable Markdown skeleton.
python scripts/build_brief_skeleton.py items.json --title "Weekly AI Research Brief" --date 2026-05-28 --output brief.md
The script does not fetch URLs or publish anything. It only formats provided records and flags suspicious local paths or credential-like terms for review.
Safety Rules
- Use public links, user-approved notes, and fake examples only.
- Do not expose API keys, tokens, cookies, browser profiles, raw prompts, private source lists, logs, account data, dashboards, exports, local paths, client names, or private implementation details.
- Do not summarize paywalled, private, login-only, confidential, or internal-only material for public output unless the user explicitly confirms it is approved.
- Do not present uncertain claims as facts. Mark them
needs_reviewand ask for source verification. - Do not auto-post, auto-send, create public tickets, update a CMS, or push changes. Return a brief and review checklist.
- Keep quotes short and attribute them. Prefer paraphrase and links over copied text.
Output Format
Return:
- Safety verdict:
BLOCK,REVIEW, orREADY. - Brief title, date, audience, and source count.
- Public-ready highlights with source links.
- Needs-review items and why they are held.
- Private-research or archive decisions.
- Recommended next actions.
- Manual review checklist before publishing or sharing.
If the user provides risky material, do not include it in the brief. Explain the minimum safe rewrite or redaction needed.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: jqaisystems
- Source: jqaisystems/jqai-ai-skills
- License: MIT
- Homepage: https://www.ai.joaoqueiros.com/skills/
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.