Hermes skill risk radar
Узкий X/Twitter risk radar по выбранным DeFi-проектам. Use when нужно вручную или по cron проверить новые risk-упоминания по Hyperliquid и xStocks и прислать только короткие сигналы.From its SKILL.md
npx -y skills add web3blind/hermes-skill-risk-radarAssembled 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
2.4 KB, 473 tokens by cl100k_base, as published. Nobody here has run it
risk-radar
Тонкая оболочка над локальным скриптом scripts/check-risk-signals.js.
Что делать
- Запусти:
node scripts/check-risk-signals.js
Для просмотра без записи в state используй dry-run:
node scripts/check-risk-signals.js --dry-run
- Если скрипт вернул новые сигналы:
- отправь только строки из поля
messages - без дополнительных длинных пояснений
- если сообщений несколько, верни только их, по одному сообщению на блок
- отправь только строки из поля
- Если
messagesпустой массив:- для cron/автодоставки ответь строго
[SILENT], чтобы сообщение не отправлялось пользователю - при ручном запуске можно коротко сказать, что новых сигналов нет
- для cron/автодоставки ответь строго
- Если скрипт вернул
ok: trueиmessages: [], включая transient network/API errors, для cron/автодоставки ответь строго[SILENT]. - Если скрипт завершился с ошибкой:
- коротко верни только текст ошибки с префиксом
risk-radar error: - не отправляй сырой текст вроде
fetch failedбез контекста - не добавляй длинных пояснений сверху
- коротко верни только текст ошибки с префиксом
- Не делай выводы о качестве проекта в целом.
- Это только радар для ручной проверки, без сложной аналитики.
Конфиги
projects.json— проекты и их aliases/accountsconfig.json— keywords, watchlist, lookback, limitsstate.json— дедупликация по tweet id
What ships with it: 6 files
13.6 KB alongside SKILL.md, 1 of them executable
scripts/
- check-risk-signals.jsruns12.1 KB
- config.example.json370 B
- .gitignore288 B
- projects.example.json216 B
- README.md627 B
- state.example.json38 B