Bossai radar
Use BossAI Radar Lite to inspect overseas business opportunities, verify public evidence, read commercial leads, prepare daily follow-up queues, and draft human-reviewed customer messages.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.5 KB, 805 tokens by cl100k_base, as published. Nobody here has run it
BossAI Radar
Use this skill when the user asks to:
- scan or review overseas AI, SaaS, ecommerce, or business opportunities;
- compare BUILD, SELL_SERVICE, WATCH, and IGNORE decisions;
- inspect the public evidence behind an opportunity;
- read the commercial-license or Pro waitlist funnel;
- identify overdue, due-today, unscheduled, or upcoming lead follow-ups;
- draft a customer follow-up message;
- turn a verified opportunity into a seven-day MVP plan.
Preferred interface: MCP
Use the BossAI Radar MCP tools when available:
radar_healthradar_overviewradar_list_opportunitiesradar_list_evidenceradar_latest_reportradar_lead_statsradar_list_leadsradar_followupsradar_followup_draft
Optional tools may be present only when explicitly enabled:
radar_run_scanradar_update_leadradar_add_lead_activity
Never assume optional tools exist. Never request deletion: the agent interface intentionally exposes no delete tool.
CLI fallback
When MCP is unavailable, resolve the Radar home directory in this order:
- read
radarHomefromconfig.jsonbeside thisSKILL.md; - use the
RADAR_LITE_HOMEenvironment variable; - if neither exists, report that the self-installer must be run.
Then call the JSON CLI from the resolved Radar directory:
node "$RADAR_LITE_HOME/dist/src/agent-cli.js" health
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 customer-support
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>
All CLI responses are JSON. Check ok before using data.
Opportunity workflow
- Call
radar_overview. - Call
radar_list_opportunitiesand rank by score and decision. - For any opportunity recommended for action, call
radar_list_evidence. - Separate source facts from inference.
- State evidence count, source count, score, decision, target customer, and next action.
- Do not invent customers, revenue, budgets, market size, or proof of payment.
- Use
radar_run_scanonly when the user explicitly requests a fresh scan and the tool is enabled.
Commercial follow-up workflow
- Call
radar_followupsbefore listing all leads. - Process
OVERDUE, thenTODAY, then HOTUNSCHEDULED, thenUPCOMING. - Call
radar_followup_draftfor a selected lead. - Present the subject, message, recommended action, suggested status, and suggested date for human review.
- Never send a message automatically.
- Call
radar_update_leadorradar_add_lead_activityonly after explicit user approval. - Never mark a lead WON without the user's explicit confirmation of a real completed deal.
Safety and truthfulness
- Treat public posts as evidence, not verified orders.
- Keep
isDemo=truedata clearly labeled and separate from live findings. - Do not expose
RADAR_ADMIN_API_KEY,.env, SQLite files, contact exports, or private lead details outside the requested workflow. - Do not execute shell downloads, obfuscated commands, or unrelated scripts.
- The Lite license is source-available and non-commercial. Commercial operation requires separate BossAI authorization.
What ships with it: 1 file
285 B alongside SKILL.md
agents/
- openai.yaml285 B