Evaluate URLs and tools — check vault coverage, assess relevance, recommend save or skip
34
30%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Advisory
Suggest reviewing before use
Optimize this skill with Tessl
npx tessl skill review --optimize ./.claude/skills/scout/SKILL.mdLightweight 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.
Check agent_mode in 00-inbox/MY-PROFILE.md frontmatter:
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.agent_mode: solo (default) — handle all scanning and analysis directly in the conversation. No delegation.Before executing, check for user profile:
00-inbox/MY-PROFILE.md and 00-inbox/MY-INTERESTS.md in the vaultWelcome 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?MY-PROFILE.md for active projects and roleMY-INTERESTS.md for topic areas00-inbox/MY-INTEGRATIONS.md for active integrations (check if web-fetch and web-search are available)/url-dumpScout evaluates ("should I save this?"). URL-dump saves ("save this now").
/url-dump with pre-filled category/url-dump directlyAccept one or more of:
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.
For each URL or tool name, search the entire vault for existing coverage.
Search strategy:
github.com/owner/repo → search for repo name)url: fields) and inline linksIf 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?If URL provided and web-fetch is active:
If tool name provided (no URL):
Content type detection:
Score relevance against user context:
Profile Match (from MY-PROFILE.md):
Interest Match (from MY-INTERESTS.md):
Quality Signals:
Based on analysis, recommend one of two actions:
✅ 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 — [Title/Name]
Reason: [clear explanation — wrong stack, low quality, already covered, irrelevant to interests]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-dumpBased on user confirmation:
/url-dump with pre-filled category suggestion| Scenario | Behavior |
|---|---|
| web-fetch unavailable | Evaluate based on URL structure, domain reputation, and vault search only. Note that content wasn't fetched. |
| web-search unavailable | For 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 profile | Evaluate with general quality/relevance criteria, skip personalized relevance scoring |
| URL is paywalled | Note limitation, evaluate based on available preview and metadata |
| Tool not found via search | Ask user for more context or a direct URL |
/url-dump with pre-filled category/daily-brief may surface new tools/services → user can run /scout to evaluate/auto-research may discover tools during research → scout can triage them/url-dump when savingScout embodies COG's "evaluate before you accumulate" principle:
034af4c
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.