Bossai radar
Skill liufeng1976/bossai-radar-lite/skills/hermes/bossai-radar
Use BossAI Radar Lite as the evidence and sales-operations layer for long-running Hermes workflows.From its SKILL.md
npx -y skills add liufeng1976/bossai-radar-lite --skill bossai-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.
SKILL.md
2.2 KB, 460 tokens by cl100k_base, as published. Nobody here has run it
BossAI Radar for Hermes
Use BossAI Radar as a bounded tool inside a larger workflow. Radar discovers and scores opportunities, stores commercial leads, and generates human-reviewed follow-up drafts. Hermes may orchestrate the sequence, but it must not replace Radar's deterministic evidence and permission gates.
Interfaces
The repository self-installer registers the MCP server, copies this Skill into the Hermes home directory, and writes a non-secret config.json beside the Skill. Resolve radarHome from that file when CLI fallback is needed. Permissions and the administrator key remain in the Radar installation .env; do not request or print the key.
Preferred: configure the local stdio MCP server:
node "$RADAR_LITE_HOME/dist/src/mcp-server.js"
Fallback: use the JSON CLI:
node "$RADAR_LITE_HOME/dist/src/agent-cli.js" <command> [options]
Recommended Hermes workflows
Opportunity to product
- Read
radar_overview. - Read
radar_list_opportunities. - Inspect
radar_list_evidencefor the selected category. - Require at least two sources before treating a BUILD recommendation as cross-source validated.
- Produce a PRD, seven-day MVP plan, and first-sale experiment.
- Delegate implementation to a coding agent only after the owner approves the opportunity.
Daily sales operations
- Read
radar_followups. - Handle OVERDUE, TODAY, HOT UNSCHEDULED, then UPCOMING.
- Generate one
radar_followup_draftat a time. - Pause for human approval before any customer-facing communication or lead mutation.
- If approved and write tools are enabled, update the lead and record an activity.
Long-running task rules
- Re-check Radar state before every state-changing step.
- Do not reuse an old draft after the lead status or quote changes.
- Do not run repeated scans in a loop; one scan per explicit owner request is the default.
- Stop and report source failures rather than hiding them.
- Never delete leads or modify the SQLite database directly.
- Keep Demo evidence separate from live evidence.
- Commercial use requires separate BossAI authorization.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.