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/arindam200/awesome-ai-apps/researchnpx skills add Arindam200/awesome-ai-apps --skill researchgit clone --depth 1 https://github.com/Arindam200/awesome-ai-appsWhat 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.00078 | $0.00317 |
| Opus 5 | $0.00039 | $0.00159 |
| Sonnet 5 | $0.00016 | $0.00063 |
| Haiku 4.5 | $0.00008 | $0.00032 |
Grade A, and why
research 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 yesterday.
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.
Copies of this mod
1 near-identical copy found in the catalogue:
- research — 100% identical, 0 lines differ
What it actually says
Research
Research a topic using the deep-research MCP server.
Working Directory
All output goes into outputs/{slug}/ relative to the project root. Derive the slug from:
- The dataset seed filename if the user references one (e.g.,
my-topic_seed.md→my-topic) - Otherwise, slugify the topic (lowercase, hyphens, no special chars, max 60 chars)
Create the directory if it doesn't exist.
Execution
- Load the
research_workflowMCP prompt from thedeep-researchserver. - Follow the workflow instructions to research the user's topic using the available tools:
deep_research— for web research queriesanalyze_youtube_video— for any YouTube URLs the user providescompile_research— to produce the final research.md
- Use
outputs/{slug}/as theworking_dirfor all tool calls.
After Completion
Show the user the path to outputs/{slug}/research.md and a brief summary of what was found.
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.
- yesterday First seen · 30 lines · 78 tokens per session scan A e8e2e7764bac
research is a skill published in the GitHub repository Arindam200/awesome-ai-apps (13,537 stars, last pushed yesterday), licensed MIT. It adds 78 tokens to every session and 317 once invoked, about $0.0004 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-30.
Other skills, from other repositories
copilot-studio-sample-review
Review PRs for Microsoft Copilot Studio samples (mcs- folders) in pnp/copilot-pro-dev-samples.
declarative-agent-sample-review
Review PRs for declarative agent samples (da- folders) in pnp/copilot-pro-dev-samples. Use when reviewing da- sample submissions, checking manifest versions, validating README format. Triggers on "review PR", "review this sample", or PR review requests for declarative agent samples.
agent-code-analyzer
Agent skill for code-analyzer - invoke with $agent-code-analyzer.
ast-grep
Guide for writing ast-grep rules to perform structural code search and analysis. Use when users need to search codebases using Abstract Syntax Tree (AST) patterns, find specific code structures, or perform complex code queries that go beyond simple text search. This skill should be used when users ask to search for…
foundry-config-setup
Resolve missing setup caused by a hardcoded Foundry project endpoint or model in a sample. Use when a sample fails because it uses a placeholder/hardcoded projectendpoint (for example "https://your-project.services.ai.azure.com") or a hardcoded model instead of reading them from the environment.
haiku
When writing a haiku for this bot, follow these conventions.