Hermes skill portfolio news monitor
Weekly X/Twitter digest по существенным активам портфеля. Использует curated watchlist, categories сигналов и короткий weekly summary без hourly flood.From its SKILL.md
npx -y skills add web3blind/hermes-skill-portfolio-news-monitorAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its file declares
Copied from the file, not written here
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.5 KB, 272 tokens by cl100k_base, as published. Nobody here has run it
portfolio-news-monitor
Weekly monitor для новостей и signal-упоминаний по активам портфеля.
Что делать
- Запусти:
node scripts/check-portfolio-news.js
Dry-run:
node scripts/check-portfolio-news.js --dry-run --pretty
- Если
messagesпустой массив:
- ответь строго
NO_REPLY
- Если есть сообщения:
- верни только готовый digest как есть
- без длинных пояснений сверху
Файлы
watchlist.json— активы/проекты для weekly monitorconfig.json— lookback, лимиты, categories, watchlist accountsstate.json— дедупликация по tweet id
Принципы
- Мониторим только существенные активы портфеля
- Не ищем всё подряд — только curated signal categories
- Даём weekly digest, а не поток алертов
- Если watchlist пустой или не заполнен — молчим
What ships with it: 6 files
26.7 KB alongside SKILL.md, 1 of them executable
scripts/
- check-portfolio-news.jsruns24.9 KB
- config.example.json410 B
- .gitignore288 B
- README.md639 B
- state.example.json38 B
- watchlist.example.json504 B