research

research is a skill for Codex from bigduu/Bamboo-agent. It costs 70 tokens per session (253 once invoked), scanned A, original, MIT.

A structured method for researching technical or product questions using current primary sources and relevant repository evidence. It separates verified facts, conclusions drawn from them, uncertainties, and practical implications.

In plain words
What is it for?
Use it to investigate technical decisions, inspect local code and documentation, compare authoritative sources, verify dates and scope, and produce a cited synthesis.
Why use it?
It helps prevent outdated or unsupported claims when documentation, versions, comparisons, or multiple sources matter. It keeps research read-only unless a separate request authorizes changes.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Install

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.

agentmods
npx agentmods add skills/bigduu/bamboo-agent/research
Any agent
npx skills add bigduu/Bamboo-agent --skill research
Clone the repo
git clone --depth 1 https://github.com/bigduu/Bamboo-agent

Made for: Codex.

Wrote 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.

agentmods badge for research

README.md
[![agentmods](https://agentmods.dev/badge/skills/bigduu/bamboo-agent/research.svg)](https://agentmods.dev/skills/bigduu/bamboo-agent/research)
Your own site
<a href="https://agentmods.dev/skills/bigduu/bamboo-agent/research"><img src="https://agentmods.dev/badge/skills/bigduu/bamboo-agent/research.svg" alt="Measured on agentmods" height="20"></a>
Per session 70 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 253 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00070 $0.00253
Opus 5 $0.00035 $0.00127
Sonnet 5 $0.00014 $0.00051
Haiku 4.5 $0.00007 $0.00025

Measured 6d ago against content hash 49e51aac9772, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

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 6d 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.

builtin_skills/research/SKILL.md · 17 lines

What it actually says

Research

Research the decision, not just the keywords.

  1. Define the question, decision context, freshness requirement, and what evidence would change the answer.
  2. Inspect relevant local code and documentation when the question concerns the workspace.
  3. Prefer official documentation, specifications, standards, source repositories, and research papers. Use secondary sources only to discover or contrast primary evidence.
  4. Verify dates, versions, scope, and definitions. Cross-check material claims when independent primary sources exist.
  5. Separate sourced facts from inference and recommendation. Cite the direct source next to each material claim and explain uncertainty or conflicting evidence.

Keep research read-only unless the user separately asks for changes. If browsing, repository access, or a source is unavailable, state the limitation and avoid presenting memory as current verification. End with a concise synthesis tailored to the user's decision and list unresolved questions only when they matter.

Files

What ships with it

4 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.

Changes

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.

  1. 6d ago First seen · 17 lines · 70 tokens per session scan A 49e51aac9772

Subscribe to this mod's changes

research is a skill published in the GitHub repository bigduu/Bamboo-agent (16 stars, last pushed today), licensed MIT. It adds 70 tokens to every session and 253 once invoked, about $0.0003 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.

Related

Other skills, from other repositories

agentfield-use

Whenever you have a discrete task to perform — one the user delegated, or one that arose inside your own work — check FIRST whether an installed AgentField agent covers it, and offload to it by default when one does. Coverage, not task size, is the test: even a small job goes to a covering agent. The check is cheap …

Agent-Field/agentfield · 259 tokens

agent-optimization

Improve an Agent State through versioned scores and score-linked Traces from a frozen Benchmark.

Prism-Shadow/penguin-harness · 22 tokens

agent-evaluation

Run one specified Test Agent on one specified Benchmark Case exactly once, privately score that execution, and return one protocol result.

Prism-Shadow/penguin-harness · 28 tokens

agent-initialization

Initialize an Agent's settings from a user requirement by writing AGENTS.md, setting identity metadata, and installing only needed Skills.

Prism-Shadow/penguin-harness · 30 tokens

browser-workflow-skill-builder

Create robust browser automation skills for sites like LinkedIn, X/Twitter, YouTube, Stripe, or other logged-in web apps by saving page context, analyzing HTML/CSS, writing skill-local JS extract/verify scripts, and using CSS selector actions with screenshot verification.

openonion/connectonion · 61 tokens

agent-browser

Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a…

Intelligent-Internet/ii-agent · 108 tokens