Token导航 LogoToken导航TokenDH.com
研究检索执行命令github未标认证来源可访问许可证需确认审计提醒

auto-research汽车研究

Agent Skill

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

总安装

315

周安装

13

GitHub Stars

374

下载量

103
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/huytieu/cog-second-brain --skill auto-research

简介

auto-research 执行深度战略调研,整合市场动态、竞争格局与技术趋势形成证据链分析。

  • 适合重大决策前的信息搜集阶段,提供基于真实来源的可验证洞察支持判断。
  • 根据 agent_mode 决定运行模式:team 模式下启用并行代理提升效率,human 则侧重解释性输出。
  • 搜索结果存入 cog-second-brain 知识库,支持后续查询与交叉引用构建第二大脑。
  • 注意甄别来源可靠性,对矛盾信息标注置信度,避免盲目采信低权威性内容。

SKILL.md

COG Auto Research Skill

When to Invoke

  • User asks a strategic question requiring deep research
  • User says "research", "auto-research", "investigate", "strategic analysis", "deep dive into [topic]"
  • User wants to understand market forces, competitive dynamics, technology trajectories, or strategic options
  • User needs evidence-based analysis with real sources to support decision-making

Inspired by Karpathy's autoresearch — but for strategic thinking instead of ML training.

Agent Mode Awareness

Check agent_mode in 00-inbox/MY-PROFILE.md frontmatter:

  • If agent_mode: team — use the full parallel agent execution strategy (5-7 agents). This skill benefits massively from team mode.
  • If agent_mode: solo — run 2-3 sequential research passes with WebSearch/WebFetch, produce a lighter analysis without the full multi-thread structure.

Command: /auto-research

Input

The user provides a strategic question or topic as the command argument. Examples:

  • "If foundation models commoditize, what happens to LLM wrapper companies like Katalon/Scout?"
  • "Future of the testing industry as AI capabilities expand"
  • "Should we build vs buy vs partner for our AI layer?"
  • "What are the strategic options for Scout if OpenAI launches a testing product?"

Execution Strategy

Phase 1: Question Decomposition (Orchestrator — 2 minutes)

Break the user's strategic question into 5-7 research threads that together will provide a comprehensive answer. Each thread should be:

  • Independent — can be researched in parallel
  • Specific — has a clear research objective
  • Complementary — together they cover the full strategic landscape

Decomposition framework:

  1. Market forces — what macro trends drive this question?
  2. Historical precedent — has this pattern played out before in other industries?
  3. Player analysis — who are the key players and what are they doing?
  4. Technology trajectory — where is the underlying tech heading?
  5. Customer behavior — what do end-users actually want/do?
  6. Economic model — what are the unit economics and value capture dynamics?
  7. Emerging tech & architectures — what concepts, projects, or frameworks are still in development/discussion (pre-mainstream) that could be foundational? Research open-source projects, research papers, GitHub repos, Discord/forum discussions, conference talks, and early-stage tools that are relevant. Examples: novel agent architectures, new testing paradigms, experimental frameworks. These may not have polished docs — dig into READMEs, GitHub issues, Twitter/X threads, blog posts from builders, and academic preprints.
  8. Contrarian view — what's the strongest argument against the consensus?

Not all threads apply to every question. Pick the 5-7 most relevant. Thread 7 (Emerging tech) should ALWAYS be included — the user specifically wants to stay ahead of concepts that aren't mainstream yet.

Before spawning agents:

  1. Read relevant files from the vault for existing context:

- 05-knowledge/ for existing frameworks and mental models - 04-projects/ for project-specific context if relevant - Recent braindumps for the user's existing thinking on this topic

  1. State the decomposition to the user so they can course-correct before agents launch

Phase 2: Parallel Deep Research (Spawn 5-7 Agents Simultaneously)

CRITICAL: Launch ALL agents in a single message. Use run_in_background: true for all agents.

Each agent gets a detailed prompt following this template:

You are a strategic research analyst investigating a specific thread of a larger strategic question.

MAIN QUESTION: [user's original question]
YOUR THREAD: [specific research thread]
EXISTING CONTEXT: [any relevant vault context]

RESEARCH METHODOLOGY:
1. WebSearch for 8-12 high-quality sources (prioritize: research reports, expert analyses, company filings, academic papers, industry publications — NOT listicles or superficial blog posts)
2. For each source found, WebFetch to read the full content and extract key arguments, data points, and frameworks
3. Look for CONFLICTING viewpoints — don't just confirm one narrative
4. Identify specific data points, statistics, and concrete examples
5. Note the credibility and potential bias of each source
6. FOR EMERGING TECH THREADS: Go beyond polished sources. Search GitHub repos (README, issues, discussions), Twitter/X threads from builders, Discord/forum discussions, conference talk summaries, arXiv preprints, and early blog posts. The goal is to surface concepts that are pre-mainstream but technically promising. For each concept found, assess: maturity level, technical approach, relevance to the user's use case, and what it would take to adopt/integrate.

OUTPUT FORMAT (return ALL of this):

## Thread: [thread name]

### Key Findings (3-5 bullet points)
- Finding with source attribution

### Evidence & Data Points
- Specific statistics, market data, examples with sources

### Expert/Notable Perspectives
- Named perspectives from credible voices

### Implications for [user's context]
- What this means specifically for the user's situation

### Confidence Level
- HIGH / MEDIUM / LOW with reasoning

### Sources
- Numbered list of actual URLs consulted

Agent naming convention: research-[thread-slug] (e.g., research-market-forces, research-historical-precedent)

Phase 3: Synthesis (Orchestrator — after all agents complete)

Once all agents return, synthesize into a single strategic analysis document:

Document Structure:

---
type: strategic-research
domain: [auto-detect from question]
date: YYYY-MM-DD
question: "[original question]"
threads: [list of research threads]
confidence: [overall confidence HIGH/MEDIUM/LOW]
tags:
  - auto-research
  - strategy
  - [topic tags]
status: complete
---

# [Strategic Question as Title]

## Executive Summary
3-5 sentences capturing the core insight. Lead with the answer, not the process.

## The Strategic Landscape
Synthesized view across all research threads. Not a thread-by-thread dump — weave findings together into a coherent narrative.

## Key Forces at Play
The 3-4 most important dynamics shaping this question, with evidence from multiple threads.

## Scenarios
### Scenario A: [Most Likely] — X% confidence
What happens, timeline, implications

### Scenario B: [Optimistic/Alternative]
What happens, timeline, implications

### Scenario C: [Worst Case/Disruption]
What happens, timeline, implications

## Emerging Tech & Architectures to Watch
Concepts, projects, and frameworks that are still in development/discussion but could be foundational. For each:
- **What it is:** One-paragraph explanation
- **Maturity:** Pre-alpha / Alpha / Early adoption / Growing community
- **Technical approach:** How it works architecturally
- **Relevance to our use case:** Why it matters for us specifically
- **Adoption path:** What it would take to integrate/adopt — effort, risks, dependencies
- **Key links:** GitHub repo, paper, discussion thread

## Strategic Options
For each option:
- **Description:** What this means concretely
- **Pros:** With evidence
- **Cons:** With evidence
- **Prerequisites:** What needs to be true
- **Timeline:** When to decide/act
- **Emerging tech leverage:** Which emerging concepts from above could strengthen this option

## Recommended Actions
Prioritized, concrete, time-bound action items. Not vague "consider X" — specific "do X by Y because Z."
Include a separate "Tech Bets" subsection: which emerging projects to start experimenting with now, even if they're not production-ready.

## Contrarian View
The strongest argument against the consensus/recommended path. What could make all of this wrong?

## Confidence & Gaps
- What we're confident about and why
- What we couldn't determine and what additional research would help
- Key assumptions that should be monitored

## Sources
Consolidated, deduplicated list of all sources across threads.

Phase 4: Save & Deliver

  1. Save the full analysis to 05-knowledge/research/YYYY-MM-DD-[slug].md
  2. If the analysis is long (>3000 words), also create a brief 1-page summary at 05-knowledge/research/YYYY-MM-DD-[slug]-summary.md
  3. Present the Executive Summary + Recommended Actions to the user directly in chat

Quality Standards

  • No hallucinated sources. Every claim must trace to a real WebSearch/WebFetch result.
  • Recency matters. Prioritize sources from the last 6 months. Flag anything older.
  • Bias awareness. Note when sources have obvious commercial incentives.
  • Specificity over generality. "The testing tools market is $XX.XB and growing at YY% CAGR" beats "the market is growing."
  • Actionability. The output should help the user make a decision, not just understand a topic.
  • Intellectual honesty. If the research is inconclusive, say so. Don't manufacture false confidence.

Example Decomposition

Question: "If generic LLM models get better over time, what's the future for LLM wrapper companies like Katalon or Scout?"

Threads:

  1. Foundation model trajectory — How fast are GPT/Claude/Gemini improving at code understanding, test generation, bug detection? What's the capability curve?
  2. Historical precedent: platform commoditization — What happened to companies built on top of AWS, iOS, Salesforce, etc. when the platform absorbed their features? Who survived and why?
  3. Testing industry structure — Current market map, value chain, where margin lives, what buyers actually pay for
  4. Wrapper company strategies — How are current AI wrapper companies (Jasper, Copy.ai, Cursor, etc.) adapting? What's working?
  5. Enterprise buying behavior — Do enterprises buy "AI" or do they buy "solutions"? What's the procurement reality?
  6. Emerging tech & architectures — What pre-mainstream concepts could reshape the landscape? (e.g., novel agent frameworks, new testing paradigms, computer-use agents, browser automation architectures). Search GitHub repos, arXiv, Twitter/X builder threads, Discord communities, conference talks.
  7. Defensibility analysis — What moats exist for testing-specific AI companies? Data, workflow, integration, brand, switching costs?
  8. Contrarian: wrappers win — Arguments for why vertical AI companies might actually INCREASE in value as models commoditize

Runtime Expectations

  • Phase 1: ~2 minutes (decomposition + user confirmation)
  • Phase 2: ~5-10 minutes (parallel research, longest agent determines total time)
  • Phase 3: ~3-5 minutes (synthesis)
  • Total: ~10-15 minutes for a comprehensive strategic analysis

Error Handling

  • If a research thread returns low-quality results, note this in the synthesis rather than fabricating depth
  • If WebSearch/WebFetch fails for a thread, retry once with alternative search terms, then document the gap
  • The user may interrupt during Phase 2 to redirect or add threads
  • The skill can be run multiple times on related questions — reference previous research files from 05-knowledge/research/

Fallback Behavior

This skill requires WebSearch and WebFetch tools. If these are unavailable:

  • Fall back to vault-only analysis using existing 05-knowledge/ content
  • Clearly state that no live web research was performed
  • Recommend the user run the skill again when web tools are available

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.01%
按下载量换算36

Claude

31.7%
按下载量换算33

Cursor

19.25%
按下载量换算20

Gemini CLI

9%
按下载量换算9

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/huytieu/cog-second-brain --skill auto-research 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

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

来源信息

继续浏览同类 Skills