Agent skill
scout
Analyze a URL for relevance to your projects. Fetches, summarizes, scores, and optionally logs to vault.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/scout-andersonsrepo-ai-harness
SKILL.md
Scout — Tech & Resource Evaluator
Analyze a URL and evaluate its relevance to the user's projects and the AI Harness system.
Projects to evaluate against
Check vault/shared/project-knowledge/ for registered projects. Always include:
| Project | Stack | Key Concerns |
|---|---|---|
| AI Harness | TypeScript, Discord.js, SQLite, Claude CLI, macOS launchd | Agent orchestration, self-improvement, skills, heartbeats |
Add rows from any project-knowledge files found in the vault. If none exist, ask the user what projects they're working on.
Steps
-
Fetch the URL using WebFetch. Extract the full content, project name, what it does, key features, and any repo links.
-
Summarize in 2-3 sentences: what it is and what problem it solves.
-
Evaluate relevance against each project above. For each relevant project, explain specifically how it could be used.
-
Score:
- High — Directly solves a current problem or enables a planned feature. Action: integrate now.
- Medium — Useful but not urgent. Worth bookmarking for when the need arises.
- Low — Interesting but not applicable to any current project.
-
Log to vault (if medium or high relevance):
- Write to
vault/shared/scouted/YYYY-MM-DD-<slug>.md - Use the template below
- Skip logging for low-relevance items
- Write to
-
Respond with a concise verdict: what it is, relevance score, which projects it applies to, and recommended action.
Vault Entry Template
---
url: <full URL>
type: scout
relevance: high | medium | low
date: YYYY-MM-DD
tags: [tag1, tag2, tag3]
projects: [project1, project2]
---
# <Title> — <One-line description>
## Summary
2-3 sentence summary.
## Relevance
- **Project**: How it could be used.
## Action
What to do with this (integrate, bookmark, skip).
Important
- Be honest about relevance — don't oversell. Most things are "low".
- Focus on practical integration, not theoretical possibilities.
- If the URL can't be fetched, say so and ask the user to paste the content.
- Keep the response concise — lead with the verdict, details after.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?