Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/dirtybits/agent-skills/research-intelligence-workflowsnpx skills add dirtybits/agent-skills --skill research-intelligence-workflowsgit clone --depth 1 https://github.com/dirtybits/agent-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/dirtybits/agent-skills/research-intelligence-workflows)<a href="https://agentmods.dev/skills/dirtybits/agent-skills/research-intelligence-workflows"><img src="https://agentmods.dev/badge/skills/dirtybits/agent-skills/research-intelligence-workflows.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00048 | $0.01122 |
| Opus 5 | $0.00024 | $0.00561 |
| Sonnet 5 | $0.00010 | $0.00224 |
| Haiku 4.5 | $0.00005 | $0.00112 |
Grade A, and why
research-intelligence-workflows scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 91 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Research Intelligence Workflows
Overview
This umbrella covers research discovery, monitoring, synthesis, and research-output drafting. Use it when the task is to find current sources, monitor feeds, query markets, build/query a knowledge base, or write academic/research documents.
The shared discipline is source-grounded work: collect real sources, preserve identifiers/URLs, separate evidence from interpretation, and cite or archive enough context to reproduce the result.
When to Use
- Search arXiv by keyword, author, category, or ID.
- Monitor RSS/Atom/blog feeds and summarize changes.
- Build/query an LLM or markdown knowledge base.
- Query Polymarket markets, orderbooks, prices, or history.
- Plan/write ML research papers, related work, experiments, and submission checklists.
Workflow
- Define the research question. Scope domain, timeframe, required freshness, and output format.
- Collect primary sources first. Prefer official APIs/pages, arXiv IDs, feed URLs, market IDs, or source documents.
- Normalize identifiers. Record arXiv IDs, DOI/URL, feed URL, market slug/condition ID, or note path.
- Extract enough detail. Titles, authors, dates, abstracts/snippets, metrics/prices, and quoted evidence where needed.
- Synthesize with uncertainty. Distinguish fact, inference, and recommendation.
- Archive/reproduce. Save queries, scripts, source lists, or output paths when the work is likely to be revisited.
Labeled Subsections from Former Narrow Skills
arXiv and paper discovery
- Use precise query fields when possible and preserve arXiv IDs/versions.
- For literature reviews, cluster papers by method/task/evaluation instead of listing chronologically.
Blog/RSS monitoring
- Keep feed URLs explicit, deduplicate by stable entry IDs/links, and compare against the previous checkpoint when monitoring.
- Summaries should emphasize what changed and why it matters.
LLM wiki / knowledge-base work
- Treat the KB as a graph of markdown notes: stable filenames, backlinks, summaries, and explicit source notes.
- Query results should cite note paths and avoid overconfident synthesis when the KB is sparse.
- For portable agent-consumable KBs, prefer OKF-inspired Markdown: concept documents with YAML frontmatter (
type,titleorname,description,tags,timestamp, optionalresource/okf_version), normal Markdown links as graph edges,index.mdfor progressive disclosure, andlog.mdfor semantic update history. - Keep consumption permissive but production strict: readers should tolerate unknown types/fields and some broken links, while repo CI should validate metadata shape, internal links, reserved-file rules, and registry/frontmatter consistency before publishing.
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- index.md 244 B
- LICENSE.txt 1.0 KB
- references/absorbed-packages/arxiv/scripts/search_arxiv.py 4.2 KB runs code
- references/absorbed-packages/arxiv/SKILL.original.md 10 KB
- references/absorbed-packages/blogwatcher/SKILL.original.md 5.3 KB
- references/absorbed-packages/llm-wiki/SKILL.original.md 20 KB
- references/absorbed-packages/polymarket/references/api-endpoints.md 4.9 KB
- references/absorbed-packages/polymarket/scripts/polymarket.py 10.0 KB runs code
- references/absorbed-packages/polymarket/SKILL.original.md 3.2 KB
- references/absorbed-packages/research-paper-writing/references/autoreason-methodology.md 19 KB
- references/absorbed-packages/research-paper-writing/references/checklists.md 14 KB
- references/absorbed-packages/research-paper-writing/references/citation-workflow.md 16 KB
- references/absorbed-packages/research-paper-writing/references/experiment-patterns.md 26 KB
- references/absorbed-packages/research-paper-writing/references/human-evaluation.md 18 KB
- references/absorbed-packages/research-paper-writing/references/paper-types.md 16 KB
- references/absorbed-packages/research-paper-writing/references/reviewer-guidelines.md 14 KB
- references/absorbed-packages/research-paper-writing/references/sources.md 9.7 KB
- references/absorbed-packages/research-paper-writing/references/writing-guide.md 16 KB
- references/absorbed-packages/research-paper-writing/SKILL.original.md 101 KB
- references/absorbed-packages/research-paper-writing/templates/aaai2026/aaai2026-unified-supp.tex 4.4 KB
- references/absorbed-packages/research-paper-writing/templates/aaai2026/aaai2026-unified-template.tex 62 KB
- references/absorbed-packages/research-paper-writing/templates/aaai2026/aaai2026.bib 4.7 KB
- references/absorbed-packages/research-paper-writing/templates/aaai2026/aaai2026.bst 29 KB
- references/absorbed-packages/research-paper-writing/templates/aaai2026/aaai2026.sty 12 KB
- references/absorbed-packages/research-paper-writing/templates/aaai2026/README.md 18 KB
- references/absorbed-packages/research-paper-writing/templates/acl/acl_latex.tex 14 KB
- references/absorbed-packages/research-paper-writing/templates/acl/acl_lualatex.tex 3.0 KB
- references/absorbed-packages/research-paper-writing/templates/acl/acl_natbib.bst 44 KB
- references/absorbed-packages/research-paper-writing/templates/acl/acl.sty 11 KB
- references/absorbed-packages/research-paper-writing/templates/acl/anthology.bib.txt 1.1 KB
- references/absorbed-packages/research-paper-writing/templates/acl/custom.bib 2.0 KB
- references/absorbed-packages/research-paper-writing/templates/acl/formatting.md 18 KB
- references/absorbed-packages/research-paper-writing/templates/acl/README.md 2.5 KB
- references/absorbed-packages/research-paper-writing/templates/colm2025/colm2025_conference.bib 496 B
- references/absorbed-packages/research-paper-writing/templates/colm2025/colm2025_conference.bst 26 KB
- references/absorbed-packages/research-paper-writing/templates/colm2025/colm2025_conference.pdf 120 KB
- references/absorbed-packages/research-paper-writing/templates/colm2025/colm2025_conference.sty 7.5 KB
- references/absorbed-packages/research-paper-writing/templates/colm2025/colm2025_conference.tex 13 KB
- references/absorbed-packages/research-paper-writing/templates/colm2025/fancyhdr.sty 20 KB
- references/absorbed-packages/research-paper-writing/templates/colm2025/math_commands.tex 12 KB
- references/absorbed-packages/research-paper-writing/templates/colm2025/natbib.sty 44 KB
- references/absorbed-packages/research-paper-writing/templates/colm2025/README.md 515 B
- references/absorbed-packages/research-paper-writing/templates/iclr2026/fancyhdr.sty 20 KB
- references/absorbed-packages/research-paper-writing/templates/iclr2026/iclr2026_conference.bib 629 B
- references/absorbed-packages/research-paper-writing/templates/iclr2026/iclr2026_conference.bst 26 KB
- references/absorbed-packages/research-paper-writing/templates/iclr2026/iclr2026_conference.pdf 196 KB
- references/absorbed-packages/research-paper-writing/templates/iclr2026/iclr2026_conference.sty 8.8 KB
- references/absorbed-packages/research-paper-writing/templates/iclr2026/iclr2026_conference.tex 17 KB
- references/absorbed-packages/research-paper-writing/templates/iclr2026/math_commands.tex 12 KB
- references/absorbed-packages/research-paper-writing/templates/iclr2026/natbib.sty 44 KB
- references/absorbed-packages/research-paper-writing/templates/icml2026/algorithm.sty 2.2 KB
- references/absorbed-packages/research-paper-writing/templates/icml2026/algorithmic.sty 7.2 KB
- references/absorbed-packages/research-paper-writing/templates/icml2026/example_paper.bib 2.0 KB
- references/absorbed-packages/research-paper-writing/templates/icml2026/example_paper.pdf 189 KB
- references/absorbed-packages/research-paper-writing/templates/icml2026/example_paper.tex 29 KB
- references/absorbed-packages/research-paper-writing/templates/icml2026/fancyhdr.sty 31 KB
- references/absorbed-packages/research-paper-writing/templates/icml2026/icml_numpapers.pdf 2.8 KB
- references/absorbed-packages/research-paper-writing/templates/icml2026/icml2026.bst 27 KB
- references/absorbed-packages/research-paper-writing/templates/icml2026/icml2026.sty 27 KB
- references/absorbed-packages/research-paper-writing/templates/neurips2025/extra_pkgs.tex 2.8 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 3d ago First seen · 91 lines · 48 tokens per session scan A ebdef42f255b
research-intelligence-workflows is a skill published in the GitHub repository dirtybits/agent-skills (2 stars, last pushed 1mo ago), licensed MIT. It adds 48 tokens to every session and 1,122 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
html-ppt-hermes-cyber-terminal
OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.
development
开发语言能力索引。Python、Go、Rust、TypeScript、Java、C++、Shell。当用户提到编程、开发、代码、语言时路由到此。.
post-build-flow
Handles workflow verification and setup after build-workflow succeeds, or when the message contains workflow-verification-follow-up or workflow-setup-required. Load after direct builds, when verificationReadiness requires action, or on orchestrator verify/setup follow-up turns.
n8n:human-like-code-review
Reviews a GitHub pull request like a thoughtful human reviewer and writes the feedback to a markdown file. Prioritizes context, architecture fit, solution complexity, bugs, security edge cases, and missing tests. Use when given a PR URL to review, or when the user says /human-like-code-review.
n8n:create-pr
Creates GitHub pull requests with properly formatted titles that pass the check-pr-title CI validation. Use when creating PRs, submitting changes for review, or when the user says /pr or asks to create a pull request.
flow-next-resolve-pr
Resolve PR review feedback. Fetches unresolved threads, triages, fixes, replies and resolves via GraphQL. Use when asked to address review comments.