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

scoutscout 搜索

Agent Skill

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

总安装

259

周安装

11

GitHub Stars

374

下载量

91
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

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

简介

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

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词快速定位候选结果。
  • 通过 npx skills add 命令从指定仓库安装并使用该技能。
  • 安装前需确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 建议结合来源仓库和原始 README 核验具体用法和功能细节。

SKILL.md

COG Scout Skill

Purpose

Lightweight URL/tool triage that sits between "ignore" and /url-dump. Evaluates whether a URL or tool is worth saving or skipping — checking existing vault coverage, assessing relevance to the user's profile and interests, and recommending a clear next action.

When to Invoke

  • User wants to evaluate a URL or tool before committing to a full save
  • User says "scout this", "evaluate this", "should I save this?", "is this relevant?"
  • User shares one or more URLs and wants a quick relevance assessment
  • User mentions a tool/service name and wants to know if it's worth investigating

Agent Mode Awareness

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

  • If agent_mode: team — delegate vault scanning and web fetching to parallel sub-agents (one for vault search, one for content fetch/analysis). Combine results for recommendation.
  • If agent_mode: solo (default) — handle all scanning and analysis directly in the conversation. No delegation.

Pre-Flight Check

Before executing, check for user profile:

  1. Look for 00-inbox/MY-PROFILE.md and 00-inbox/MY-INTERESTS.md in the vault
  2. If NOT found: Welcome to COG! Scout works best with a profile for relevance matching. Would you like to run /onboarding first, or should I evaluate with general criteria?
  3. If found:

- Read MY-PROFILE.md for active projects and role - Read MY-INTERESTS.md for topic areas - Read 00-inbox/MY-INTEGRATIONS.md for active integrations (check if web-fetch and web-search are available)

Boundary with /url-dump

Scout evaluates ("should I save this?"). URL-dump saves ("save this now").

  • Scout checks existing coverage, assesses relevance, and recommends an action
  • If the recommendation is Save, scout hands off to /url-dump with pre-filled category
  • Users who already know they want to save should use /url-dump directly

Process Flow

1. Accept Input

Accept one or more of:

  • URL(s): Direct links to evaluate
  • Tool/service name(s): Will search for the tool first
  • Mixed: Combination of URLs and names

Prompt (if no input provided):

What URL(s) or tool(s) would you like me to evaluate?
(You can paste URLs, tool names, or a mix)

Batch mode: Multiple URLs/names in one invocation are processed together with a summary table at the end.

2. Vault Coverage Check

For each URL or tool name, search the entire vault for existing coverage.

Search strategy:

  • Extract domain from URL (e.g., github.com/owner/repo → search for repo name)
  • Search for tool/service name across the whole vault (grep for domain, repo name, tool name)
  • Match against URL strings in frontmatter (url: fields) and inline links

If found:

🔍 Existing coverage found for [name]:
- [file path] — saved [date], category: [category]
- [file path] — mentioned in [context]

Want me to check if an update is needed, or skip this one?

3. Content Fetch & Analysis

If URL provided and web-fetch is active:

  • Fetch the URL content using WebFetch
  • Extract: title, description, content type, author, date

If tool name provided (no URL):

  • Use WebSearch to find the tool's primary page
  • Fetch and analyze the top result

Content type detection:

  • Tool/Service: Software, SaaS, API, library, framework
  • Article/Blog: Long-form content, tutorial, opinion piece
  • Repository: GitHub/GitLab repo (extract stars, last commit, language)
  • Research: Paper, study, academic content
  • News: Industry news, announcement
  • Reference: Documentation, spec, standard

4. Relevance Assessment

Score relevance against user context:

Profile Match (from MY-PROFILE.md):

  • Does it relate to an active project? Which one?
  • Does it align with the user's role?
  • Does it fit the user's tech stack?

Interest Match (from MY-INTERESTS.md):

  • Does it match any declared interest topics?
  • How directly relevant is it?

Quality Signals:

  • For repos: stars, recent activity, maintainer health
  • For tools: pricing model, maturity, adoption
  • For articles: author credibility, publication quality, recency
  • For all: uniqueness vs. what's already in the vault

5. Recommendation

Based on analysis, recommend one of two actions:

Save — Worth adding to the knowledge base

✅ SAVE — [Title/Name]
Category: [suggested category for url-dump]
Relevance: [High/Medium] — [why it matters]
Projects: [affected project(s) if any]

Shall I hand off to /url-dump to save it?

Skip — Not relevant or not worth the time

⏭️ SKIP — [Title/Name]
Reason: [clear explanation — wrong stack, low quality, already covered, irrelevant to interests]

6. Batch Summary (for multiple items)

When processing multiple URLs/tools, end with a summary table:

## Scout Summary

| # | Item | Verdict | Reason |
|---|------|---------|--------|
| 1 | [Name 1] | ✅ Save | [brief reason] |
| 2 | [Name 2] | ⏭️ Skip | [brief reason] |

**Actions:**
- [X] items ready to save via /url-dump

7. Execute Follow-up Actions

Based on user confirmation:

  • Save items: Hand off to /url-dump with pre-filled category suggestion
  • Skip items: No action needed

Fallback Behavior

ScenarioBehavior
web-fetch unavailableEvaluate based on URL structure, domain reputation, and vault search only. Note that content wasn't fetched.
web-search unavailableFor tool-name inputs (no URL), ask the user for a direct URL instead. For URL inputs, proceed normally — web-search is not needed.
No user profileEvaluate with general quality/relevance criteria, skip personalized relevance scoring
URL is paywalledNote limitation, evaluate based on available preview and metadata
Tool not found via searchAsk user for more context or a direct URL

Uncertainty Handling

  • High confidence: Clear relevance match or clear irrelevance — give direct recommendation
  • Medium confidence: Partial match — present pros/cons, let user decide
  • Low confidence: Can't determine relevance — explain what's unclear, ask user for context

Integration with Other Skills

Downstream

  • Save → hands off to /url-dump with pre-filled category

Upstream

  • /daily-brief may surface new tools/services → user can run /scout to evaluate
  • /auto-research may discover tools during research → scout can triage them

Success Metrics

  • Quick triage (< 1 minute for single URL in solo mode)
  • Clear, actionable recommendations
  • Accurate vault coverage detection (no duplicate saves)
  • Relevance scoring matches user expectations
  • Smooth handoff to /url-dump when saving

Philosophy

Scout embodies COG's "evaluate before you accumulate" principle:

  • Not everything deserves a bookmark — be selective
  • Existing coverage should be surfaced before creating duplicates
  • Binary save/skip keeps decisions fast and avoids half-measures
  • Clear recommendations reduce decision fatigue

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.09%
按下载量换算31

Claude

30.72%
按下载量换算28

Cursor

21.21%
按下载量换算19

Gemini CLI

10.15%
按下载量换算9

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills