소스 정보
- 저장소
- NousResearch/hermes-agent
- 최근 소스 활동
- 2026년 8월 8일 21:09
- 감지된 SKILL.md 언어
- 영어
- 스타
- 236,197
- 포크
- 47,663
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
SOC 직업 분류 기준
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/NousResearch/hermes-agent --skill competitor-news-monitor명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
| name | competitor-news-monitor |
| description | Watch named companies for material news; cited digests. |
| version | 0.1.0 |
| author | Ben Barclay (benbarclay), Hermes Agent |
| license | MIT |
| platforms | ["linux","macos","windows"] |
| metadata | {"hermes":{"tags":["Competitors","News","Market-Research","Monitoring"],"related_skills":["blogwatcher"]}} |
Track a declared company set and report only material, new developments with primary-source evidence. This is not a generic page-diff watcher: it applies company-news categories, source hierarchy, event deduplication, and business significance. Setup runs once in the foreground; the recurring check runs as a cronjob tick (the competitor-watch automation blueprint scaffolds this).
Don't use for: one-off company research (use web_search/web_extract directly) or plain feed reading (blogwatcher).
Record canonical company names, domains, products, aliases, geography/language, event categories, cadence, audience, and materiality threshold. Done when a candidate article can be accepted or rejected consistently.
For each company include, where available:
Use blogwatcher for feeds and web_search/web_extract for pages. Write the watch contract (watchlist, categories, materiality threshold, last cutoff) to a state file under ~/.hermes/competitor-watches/<watch-slug>.json, then create the job:
cronjob(action="create",
schedule="every monday 9am",
prompt="Load the competitor-news-monitor skill and run the tick for the watch contract at ~/.hermes/competitor-watches/<watch-slug>.json.",
deliver=<user's destination>)
Done when each requested event category has at least one intended primary source or a documented gap, and the job exists.
Search from the last successful cutoff with overlap for late indexing. Capture company, event category, event/publication date, source, canonical URL, and evidence in the state file. A source failure means unknown coverage, not "no news" — record it. Done when pagination and failures are recorded and the cutoff advances only on success.
Collapse syndicated stories, rewrites, URL variants, press release coverage, and revised filings into one event. Keep independently sourced corroboration attached. Done when one announcement appears once regardless of article count.
Score directness, source authority, novelty, customer/market impact, strategic relevance, and confidence against the watch contract's threshold. Separate measured facts from interpretation. Hiring patterns and anonymous reports remain signals, not confirmed strategy. Done when every surfaced event has "why it matters" and confidence.
Report per event: company, event, date, evidence links, what changed, why it matters, confidence, and follow-up watch. When there are no material events, stay silent unless a periodic all-clear was requested. Done when the state file reflects this run and the digest (if any) cites primary sources.