Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器github未标认证来源可访问许可证需确认审计异常

research研究

Agent Skill

research 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

247

周安装

10

GitHub Stars

4

下载量

78
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:research(研究)
来源仓库:https://github.com/krishagel/geoffrey
仓库路径:skills/research
安装命令:
npx skills add https://github.com/krishagel/geoffrey --skill research
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/krishagel/geoffrey --skill research

简介

research 用于查找、检索和筛选相关信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。
  • 使用时需要结合来源仓库、安装命令和原始 README 继续核验具体用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网或文件读写。
  • 涉及命令执行时,应在提示词中明确确认步骤和失败处理方式。

SKILL.md

Research Skill

Discovery-driven, exhaustive research using parallel LLM agents for comprehensive, current information gathering.

Core Principles

CRITICAL: These principles define how research works.

1. Discovery-Driven, Not List-Driven

  • Find the BEST sources, not just known sources
  • Don't limit to predefined source lists
  • The internet is huge - explore it
  • Value is in finding what user doesn't already know

2. Context-Aware

  • Load user's domain context from preferences
  • Research is RELEVANT to their specific situation
  • But context doesn't limit WHERE you search

3. Exhaustive

  • No time limits - can take 30 minutes to 3 hours
  • Don't stop at first page of results
  • Keep going until topic is exhausted
  • Follow promising links deeper

4. Multimedia

  • Not just text articles
  • Videos (YouTube), TikTok, podcasts
  • Real user experiences from forums

5. Highly Cited

  • Every claim must have a citation
  • Multiple sources for important claims
  • Note when sources conflict

6. Clarifying Questions First

Before diving into research, ask deep, thought-provoking questions to understand:

  • What's the actual goal? (not just the surface request)
  • What constraints exist? (budget, time, preferences)
  • What would success look like?
  • What have they already tried or considered?
  • Are there hidden requirements?

Example: "Research Japan ski trip" should prompt:

  • "What skill level are you and Carrie? Blue runs, black diamonds?"
  • "Is après-ski culture important, or pure skiing focus?"
  • "Do you need English-friendly areas, or comfortable with Japanese-only?"
  • "Any specific dates that are fixed vs flexible?"
  • "Besides skiing, anything else you want to do (onsen, food tours)?"

Domain Context Loading

Research automatically loads relevant context from preferences based on detected domain.

How It Works

  1. Detect domain from query (travel, shopping, work, etc.)
  2. Load research_domains.[domain] from preferences
  3. Load referenced context keys
  4. Fetch any dynamic data (point balances, etc.)
  5. Apply domain-specific research patterns

Available Domains

  • travel - Loads loyalty programs, credit cards, ski passes, fetches point balances
  • work_education - Loads PSD context, CoSN membership, K-12 patterns
  • shopping - Price comparison, quality patterns
  • ai_coding - Tech stack, GitHub/HN patterns
  • consulting - Strategic recommendations patterns

Dynamic Data Fetching

For travel research, use browser-control to fetch current:

  • Marriott points balance
  • Alaska miles balance
  • Chase points balance
  • Active transfer bonus promotions

When to Activate

Use this skill when user needs:

  • Current information (credit card perks, travel deals, policies)
  • Multi-perspective analysis (comparing options)
  • Deep investigation of complex topics
  • Fact-checking or verification
  • Market research or trend analysis

Travel Research Requirements

CRITICAL: Travel research MUST include user-generated content:

Required Sections for Travel

  1. User Reviews - TripAdvisor, FlyerTalk, Reddit feedback
  2. "What I Wish I Knew" - Common mistakes and gotchas
  3. Real Experiences - Actual trip reports from similar travelers
  4. Restaurant/Hotel Reviews - With prices and quality feedback
  5. Transportation Tips - Real user experiences with logistics

Sources to Search

  • TripAdvisor reviews and forums
  • FlyerTalk (for points/miles properties)
  • Reddit (r/JapanTravel, r/skiing, r/churning, etc.)
  • Ski forums and trip reports
  • Points/miles blogs with personal reviews

Browser Access for Deep Research

Use the browser-control skill to scrape full threads and reviews that require:

  • JavaScript rendering (Reddit, modern forums)
  • Authentication (FlyerTalk, logged-in content)
  • Dynamic content loading

Prerequisites:

  1. Brave must be running: cd skills/browser-control &&./scripts/launch-chrome.sh
  2. User must be logged into relevant sites in the Brave Geoffrey profile

Available Scripts (in skills/browser-control/scripts/):

# Navigate and get page content
bun navigate.js "https://www.reddit.com/r/JapanTravel/comments/..."

# Extract specific content
bun extract.js "https://flyertalk.com/forum/thread" ".post-content" --all

# Search travel sites directly
bun search.js reddit "Hakuba ski resort tips"
bun search.js flyertalk "Marriott Bonvoy Japan redemption"

# Capture current page without navigating
bun capture.js /tmp/screenshot.png

When to Use Browser Control:

  • Reddit threads (full comments, not just preview)
  • FlyerTalk forum posts (complete thread content)
  • Hotel/airline pages requiring login (availability, points pricing)
  • Sites that block web scraping but allow browsers

Research Tool Decision Tree

Start with WebSearch/WebFetch for:

  • General facts and information
  • Blog posts and news articles
  • Static content that's publicly accessible
  • Quick lookups

Escalate to browser-control when:

  • WebFetch returns truncated/incomplete content (JS-rendered sites)
  • Need authenticated access (user's Marriott/Alaska account)
  • Need real-time prices or availability
  • Forum threads show only previews
  • Site blocks scraping but allows browsers

Example Flow:

  1. User asks: "What do people say about Westin Rusutsu?"
  2. Start with WebSearch for blog reviews
  3. Find promising Reddit/FlyerTalk threads
  4. Use browser-control to get full thread content
  5. Synthesize findings with citations

Citation Requirements

CRITICAL: All research output MUST include citations.

Inline Citations

Every factual claim must link to its source:

  • "The Westin Rusutsu costs 70,000 points peak (Point Hacks)"
  • "Shinkansen to Nagano takes 1.5 hours (Corritrip)"

Source Section

Every research report must end with a complete "Sources" section listing all URLs used.

Why This Matters

  • User needs to verify information
  • Information changes frequently (credit card perks, prices)
  • Establishes credibility
  • Allows deeper exploration

No Citation = Don't Include

If you can't cite a source for a claim, either:

  1. Find a source
  2. Mark it as "unverified"
  3. Don't include it

Architecture

Query Decomposition

Break complex questions into 3-7 sub-queries covering different angles:

  • Factual/definitional
  • Comparative
  • Current state
  • Expert opinions
  • User experiences
  • Edge cases

Parallel Agent Execution

Launch multiple researcher agents simultaneously:

  • Perplexity - Best for current web information, citations
  • Gemini - Good for multi-perspective synthesis
  • OpenAI - Strong structured analysis
  • Claude - Deep reasoning, nuanced analysis

Result Synthesis

  • Collect all findings
  • Identify consensus vs conflicts
  • Score confidence per finding
  • Cite sources
  • Provide actionable recommendations

Available Agents

Agents are in ./agents/ directory:

AgentBest ForAPI Required
perplexity-researcher.mdCurrent web info, citationsPERPLEXITY_API_KEY
gemini-researcher.mdMulti-angle comparisonGEMINI_API_KEY
openai-researcher.mdStructured analysisOPENAI_API_KEY
claude-researcher.mdDeep reasoningNative (Claude Code)

Usage

Basic Research

User: "Research the best ways to maximize Alaska Airlines miles for Japan flights"

Geoffrey:
1. Decomposes into sub-queries:
   - Current Alaska redemption rates to Japan
   - Partner airline options (JAL, etc.)
   - Sweet spots and award availability patterns
   - Credit card earning strategies
   - Recent devaluations or changes

2. Launches 4 agents in parallel

3. Synthesizes findings with confidence scores

Workflow Command

Use /conduct-research [topic] to trigger full parallel research workflow.

Output Format

## Research: [Topic]

### Context Applied
- Domain: [travel/shopping/work/etc]
- User context loaded: [what was loaded from preferences]
- Dynamic data fetched: [current point balances, etc]

### Executive Summary
[2-3 paragraph overview of key findings and main recommendation]

### Detailed Findings

#### Sub-topic 1
Information with citations throughout. For example, "The Westin Rusutsu
costs 70,000 points peak" ([Point Hacks](url)) and "offers ski-in/ski-out
access" ([Marriott](url)).

#### Sub-topic 2
More information with inline citations...

### Multimedia Resources
- [Video: Title](url) - brief description
- [Podcast: Episode](url) - brief description
- [TikTok: @user](url) - brief description

### What I Discovered You Might Not Know
- Surprising finding 1 that user likely didn't know
- Surprising finding 2
- New source or perspective discovered

### Recommendations
1. Actionable recommendation specific to user's context
2. Another action based on their situation

### Confidence Assessment
- High confidence: [topics with multiple agreeing sources]
- Needs verification: [topics with limited sources]
- Conflicting information: [where sources disagree]

### All Sources
Complete list of every URL referenced:
- [Source Name 1](full-url)
- [Source Name 2](full-url)
- [Source Name 3](full-url)

Note: Every factual claim needs an inline citation. The "All Sources" section at the end provides a consolidated reference list.

Saving Research Reports

ALWAYS save research reports to Google Docs after completing research.

Default Behavior

  1. Create Google Doc in Geoffrey/Research folder
  2. Use appropriate account (hrg for personal, psd for work)
  3. Apply markdown formatting (headers, bold, links)
  4. Return link to user

How to Save

cd skills/google-workspace
bun docs/create_doc.js <account> --title "<Research Topic>" --folder Research --content "<markdown>"

Account Selection

  • hrg - Personal travel, consulting
  • psd - Work-related research
  • kh - Personal projects

Future: Obsidian Integration

Will also save to local Obsidian vault (when skill is built).

API Configuration

Keys stored in: ~/Library/Mobile Documents/com~apple~CloudDocs/Geoffrey/secrets/.env

PERPLEXITY_API_KEY=pplx-...
GEMINI_API_KEY=...
OPENAI_API_KEY=sk-...
# Note: Claude runs natively in Claude Code, no API key needed

Performance

  • Time: 30 minutes to 3 hours for exhaustive research (not 15-45 seconds)
  • Depth: Exhaustive - multiple search pages, follow links, multimedia
  • Sources: Discover new sources, not just known lists
  • Accuracy: Cross-referenced with confidence scoring, all claims cited

Limitations

  • API rate limits may throttle parallel requests
  • Costs accrue per API call
  • Not all agents may have access to same sources
  • Real-time data (stock prices, availability) needs direct API access

Future Enhancements

  • Caching frequent research topics
  • Learning which agents are best for which domains
  • Automatic source credibility scoring
  • Research history and versioning

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.14%
按下载量换算29

Claude

31.09%
按下载量换算24

Cursor

18.37%
按下载量换算14

Gemini CLI

9.69%
按下载量换算8

安全审计

Gen Agent Trust Hub

未通过

Socket

通过

Snyk

可疑

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills