agentsclimarketplace

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

Install
npx -y skills add liufeng1976/bossai-radar-lite --skill bossai-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.

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

  1. Read radar_overview.
  2. Read radar_list_opportunities.
  3. Inspect radar_list_evidence for the selected category.
  4. Require at least two sources before treating a BUILD recommendation as cross-source validated.
  5. Produce a PRD, seven-day MVP plan, and first-sale experiment.
  6. Delegate implementation to a coding agent only after the owner approves the opportunity.

Daily sales operations

  1. Read radar_followups.
  2. Handle OVERDUE, TODAY, HOT UNSCHEDULED, then UPCOMING.
  3. Generate one radar_followup_draft at a time.
  4. Pause for human approval before any customer-facing communication or lead mutation.
  5. 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.

Keep looking

Skills are one crate of 326,144. 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.