Bossai radar
Skill liufeng1976/bossai-radar-lite/skills/openclaw/bossai-radar
BossAI Radar: evidence-backed overseas opportunity discovery, commercial lead pipeline, and human-reviewed sales follow-up.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
3.1 KB, 685 tokens by cl100k_base, as published. Nobody here has run it
BossAI Radar for OpenClaw
Use this skill for overseas opportunity scans, opportunity evidence review, commercial lead triage, and daily follow-up preparation.
Startup check
The self-installer writes config.json and RADAR_HOME.txt beside this file. Resolve the Radar directory from config.json.radarHome, then fall back to RADAR_HOME.txt or RADAR_LITE_HOME.
BossAI Radar Lite must already be running. Prefer MCP tools when the OpenClaw host exposes them. Otherwise use the CLI fallback:
node "$RADAR_LITE_HOME/dist/src/agent-cli.js" health
If health fails, report that Radar is not running. Do not start unrelated services or download software automatically.
Read-only commands
node "$RADAR_LITE_HOME/dist/src/agent-cli.js" overview
node "$RADAR_LITE_HOME/dist/src/agent-cli.js" opportunities --limit 10
node "$RADAR_LITE_HOME/dist/src/agent-cli.js" evidence --limit 20 --category analytics-research
node "$RADAR_LITE_HOME/dist/src/agent-cli.js" report --lang zh
node "$RADAR_LITE_HOME/dist/src/agent-cli.js" lead-stats
node "$RADAR_LITE_HOME/dist/src/agent-cli.js" leads --priority HOT --limit 20
node "$RADAR_LITE_HOME/dist/src/agent-cli.js" followups --lang zh --days 7
node "$RADAR_LITE_HOME/dist/src/agent-cli.js" draft --lead-id <lead-id>
Parse stdout as JSON and require ok=true before using data.
WeChat or messaging workflow
When the owner sends a message such as “扫描今天的海外机会”:
- Check health.
- If the user explicitly asked for a new scan and scan permission is enabled, run the scan tool or CLI command.
- Read opportunities and supporting evidence.
- Reply with the top three decisions, evidence strength, and exact next actions.
When the owner sends “今天该跟进谁”:
- Read
radar_followupsor thefollowupsCLI command. - Order the reply as OVERDUE → TODAY → HOT UNSCHEDULED → UPCOMING.
- Include the reason and recommended action.
- Generate a draft only for the selected lead.
- Never send the customer message without owner confirmation.
Mutations
Live scanning requires RADAR_MCP_ALLOW_SCAN=true for MCP or RADAR_SKILL_ALLOW_SCAN=true for CLI.
Lead changes require RADAR_MCP_ALLOW_LEAD_WRITE=true for MCP or RADAR_SKILL_ALLOW_LEAD_WRITE=true for CLI.
Before any lead update:
- show the current state;
- show the proposed state;
- obtain explicit approval;
- record a follow-up activity after the action.
Never delete leads, expose keys, or mark a lead WON without explicit proof and owner confirmation.
Evidence rules
- Public posts are signals, not verified orders.
- Preserve source links and absolute dates when available.
- Keep Demo data clearly labeled.
- Do not invent revenue, customers, budgets, or market size.
- Commercial use of Lite requires separate BossAI authorization.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.