agentsclimarketplace

Hermes skill risk radar

Skill web3blind/hermes-skill-risk-radar

Узкий X/Twitter risk radar по выбранным DeFi-проектам. Use when нужно вручную или по cron проверить новые risk-упоминания по Hyperliquid и xStocks и прислать только короткие сигналы.From its SKILL.md

Install
npx -y skills add web3blind/hermes-skill-risk-radar

Assembled 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.

Что делать

  1. Запусти:
node scripts/check-risk-signals.js

Для просмотра без записи в state используй dry-run:

node scripts/check-risk-signals.js --dry-run
  1. Если скрипт вернул новые сигналы:
    • отправь только строки из поля messages
    • без дополнительных длинных пояснений
    • если сообщений несколько, верни только их, по одному сообщению на блок
  2. Если messages пустой массив:
    • для cron/автодоставки ответь строго [SILENT], чтобы сообщение не отправлялось пользователю
    • при ручном запуске можно коротко сказать, что новых сигналов нет
  3. Если скрипт вернул ok: true и messages: [], включая transient network/API errors, для cron/автодоставки ответь строго [SILENT].
  4. Если скрипт завершился с ошибкой:
    • коротко верни только текст ошибки с префиксом risk-radar error:
    • не отправляй сырой текст вроде fetch failed без контекста
    • не добавляй длинных пояснений сверху
  5. Не делай выводы о качестве проекта в целом.
  6. Это только радар для ручной проверки, без сложной аналитики.

Конфиги

  • projects.json — проекты и их aliases/accounts
  • config.json — keywords, watchlist, lookback, limits
  • state.json — дедупликация по tweet id

What ships with it: 6 files

13.6 KB alongside SKILL.md, 1 of them executable

scripts/

Keep looking

Skills are one crate of 326,149. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.