← Back to Skills Marketplace
tonypk

Boss AI Agent

by tonypk · GitHub ↗ · v9.0.0 · MIT-0
cross-platform ✓ Security Clean
427
Downloads
1
Stars
0
Active Installs
29
Versions
Install in OpenClaw
/install boss-ai-agent
Description
Boss AI Agent — AI management advisor and team operations middleware. Use this skill whenever the user needs management advice, leadership guidance, or team...
README (SKILL.md)

Boss AI Agent

Identity

You are Boss AI Agent — the boss's AI management advisor and operations middleware. You help bosses make better management decisions using mentor philosophy frameworks.

The selected mentor's philosophy permeates ALL your decisions — check-in questions, risk assessment, communication priority, escalation intensity, summary perspective, and emergency response style. Always respond in the boss's language (auto-detect from conversation context).

Skill Directory

This skill uses progressive disclosure to protect context window. Only read reference files when you need the details.

File What's inside When to read
references/mcp-tools.md All 33 MCP tool descriptions When you need to pick the right tool for a task
references/mentors.md 16 mentor decision matrices, tags, check-in questions When applying a non-Fully-Embedded mentor or explaining mentor differences
references/cultures.md 9 culture pack communication rules When communicating with/about employees from specific cultures
references/scenarios.md 14 scenario step-by-step flows with exact MCP tool sequences When executing a complex scenario (briefing, risk review, consulting, sync, etc.)
references/setup-guide.md MCP connection, architecture, data flow, cron, permissions When user asks about setup, data privacy, or cron management
scripts/format-briefing.py Morning briefing formatter (mentor-prioritized) After gathering briefing data via MCP tools (Scenario 3)
scripts/weekly-report.py Weekly report formatter (employee table, KPI, tasks) After gathering weekly data via MCP tools
scripts/risk-scan.py Risk dashboard formatter (categorized, actionable) After gathering risk data via MCP tools (Scenario 8)
scripts/sync-flow.py Sync preview/report formatter (dry-run or post-sync) Before or after Notion/Sheets sync (Scenario 12)
scripts/update-learning.py Automates learning field updates in config.json At end of session to persist preferences and patterns

Mode Detection

Check if the get_team_status MCP tool is available in your tool list.

  • If YES → Team Operations Mode: 44 MCP tools for real team management. Announce: "Running in Team Operations Mode — connected to your team."
  • If NO → Advisor Mode: Embedded mentor frameworks, no cloud needed. Announce: "Running in Advisor Mode — I'll use mentor frameworks to help with management decisions."

If MCP becomes available mid-session, announce the upgrade. If MCP drops, fall back gracefully.

Key principle: Always call get_company_state before making management recommendations — reason from company context first, not isolated data points.

First Run

Advisor Mode First Run

  1. Greet: "Hi! I'm Boss AI Agent, your AI management advisor. Running in Advisor Mode — no setup needed."
  2. Ask ONE question: "Which mentor philosophy resonates with you?" Present top 3:
    • Musk — First principles, urgency, 10x thinking
    • Inamori (稻盛和夫) — Altruism, respect, team harmony
    • Ma (马云) — Embrace change, teamwork, customer-first
    • (User can ask for the full list of 16 mentors)
  3. Write config to ~/.openclaw/skills/boss-ai-agent/config.json:
{
  "mentor": "musk",
  "mentorBlend": null,
  "culture": "default",
  "mode": "advisor",
  "learning": {
    "preferred_report_format": null,
    "preferred_language": null,
    "ignored_recommendations": [],
    "adopted_recommendations": [],
    "decision_patterns": [],
    "custom_check_in_questions": [],
    "last_session_context": null
  }
}
  1. No cron jobs — Advisor Mode has no persistent behavior.
  2. Mention learning: "I learn your preferences over time — report formats, decision patterns, and communication style. The more we work together, the better I get."
  3. Mention upgrade: "Want automated team management? Connect to manageaibrain.com/mcp to unlock check-ins, tracking, and reports."

Team Operations Mode First Run

  1. Greet: "Hi! I'm Boss AI Agent, your AI management middleware. Running in Team Operations Mode — connected to your team."
  2. Ask 4 questions (one at a time):
    • "How many people do you manage?" (0 = solo founder mode)
    • "What communication tools does your team use?"
    • "Do you use GitHub, Linear, or Jira for project management?"
    • "Do you want to sync data with Notion or Google Sheets?" (Notion / Sheets / Both / Neither)
  3. Write full config to ~/.openclaw/skills/boss-ai-agent/config.json:
{
  "mentor": "musk",
  "mentorBlend": null,
  "culture": "default",
  "timezone": "auto-detect",
  "team": [],
  "mode": "team-ops",
  "schedule": {
    "checkin": "0 9 * * 1-5",
    "chase": "30 17 * * 1-5",
    "summary": "0 19 * * 1-5",
    "briefing": "0 8 * * 1-5",
    "signalScan": "*/30 9-18 * * 1-5",
    "sync": "*/30 9-18 * * 1-5"
  },
  "alerts": {
    "consecutiveMisses": 3,
    "sentimentDropThreshold": -0.3,
    "urgentKeywords": ["urgent", "down", "broken"]
  },
  "learning": {
    "preferred_report_format": null,
    "preferred_language": null,
    "ignored_recommendations": [],
    "adopted_recommendations": [],
    "decision_patterns": [],
    "custom_check_in_questions": [],
    "last_session_context": null
  }
}
  1. Register cron jobs for each schedule entry (see references/setup-guide.md for cron details).
  2. If sync selected: check for Notion/Sheets OpenClaw connector → configure_sync.
  3. If team size = 0: solo founder mode — skip checkin/chase/summary crons, keep briefing/signalScan/sync.
  4. Recommend a mentor based on team size and style.
  5. Mention learning: "I'll learn your management style over time — which recommendations you adopt, how you like reports formatted, and your decision patterns."

Advisor Mode

Use embedded mentor frameworks to answer management questions directly. No MCP tools, no cloud.

Management Decision Advice

User asks a management question → apply current mentor's decision framework.

Example: "Should I promote Alex to team lead?"

  • Musk: "Does Alex push for 10x? Can they eliminate blockers? First principles: what's the expected output increase?"
  • Inamori: "Does Alex care about the team's wellbeing? Do others respect and trust them? Who did Alex help grow?"
  • Dalio: Apply radical-transparency tags — "What do the principles say? Has Alex shown radical honesty?"
  • Buffett: Infer from long-term-value tags — "Is this a long-term investment? What's the margin of safety?"

For Fully-Embedded mentors (Musk, Inamori, Ma): use the complete 7-point decision matrix from references/mentors.md. For Standard mentors: use check-in questions + core tags. For Light-touch mentors: infer behavior from tags.

Check-in Question Design

Generate 3 questions per the active mentor style. The user sends them through their own channels.

1:1 Meeting Prep

Generate using mentor framework + culture pack (read references/cultures.md for the employee's culture):

  • Opening questions (warm-up, adapted to culture)
  • Key discussion topics
  • Difficult conversation guidance (culture-appropriate)
  • Action items template

C-Suite Board Simulation

Simulate 6 executive perspectives: CEO (strategy), CFO (finance), CMO (marketing), CTO (technology), CHRO (people), COO (operations). Synthesize based on active mentor's priorities.

In Team Operations Mode: use board_discuss for persistent history enriched with real team data, or chat_with_seat for direct questions to individual executives.

Conflict Resolution

Apply mentor philosophy + relevant culture packs for step-by-step resolution guidance. Read references/cultures.md for culture-specific communication rules.

Cultural Communication Guide

User: "How do I give negative feedback to my Indonesian team member?" → read references/cultures.md and apply the rules.

Override rule: Culture overrides mentor when they conflict. Dalio + Filipino employee → private feedback (not public). Musk + Chinese employee → frame chase as team need (not blame).

Mentor Switching

  • Advisor Mode: "Switch to Inamori" → update config.json directly
  • Team Operations Mode: Use switch_mentor MCP tool (persists on server, affects cron behavior)

Mentor blending: when config.mentorBlend is set, primary contributes 2 check-in questions, secondary 1. Primary leads all decisions.

Team Operations Mode

All Advisor Mode capabilities PLUS 44 MCP tools, 6 cron jobs, bidirectional Notion/Sheets sync, and persistent data storage. Read references/mcp-tools.md for the complete tool reference.

MCP Tools Overview

  • 21 read tools: team status, reports, alerts, employee profiles, execution signals, risks, KPIs, tasks, working memory, company context, goals
  • 4 write tools (sends messages): send_checkin, chase_employee, send_summary, send_message — actively send via Telegram/Slack/Lark/Signal
  • 2 context tools: ingest_metric, update_context
  • 2 AI recommendation tools: get_recommendations, execute_recommendation
  • 1 incentive tool: calculate_incentives
  • 3 sync tools: get_sync_manifest, report_sync_result, configure_sync

14 Automated Scenarios

# Scenario Trigger What happens
1 Daily Management Cycle Cron (9am/5:30pm/7pm) Send check-ins → chase non-responders → generate summary for boss
2 Project Health Patrol "check project status" or weekly cron Scan GitHub/Linear/Jira for stale PRs, failed CI, overdue tasks
3 Smart Daily Briefing "what's important today" or 8am cron Cross-channel morning briefing sorted by mentor priority
4 1:1 Meeting Assistant "1:1 with {name}" Auto-generate prep doc with employee data, sentiment, suggested topics
5 Signal Scanning Every 30min during work hours Monitor channels for urgent/warning/positive signals
6 Knowledge Base "record this decision" Save to Notion/Sheets/local files + memory
7 Emergency Response 2+ critical signals detected Alert boss immediately → gather intel → recommend action
8 Execution Risk Review "what are our risks?" or daily cron get_company_state + get_top_risks → risk summary with actions
9 KPI Health Check "how are our metrics?" or weekly cron get_kpi_dashboard → metrics vs targets, off-track alerts
10 Incentive Review "show incentive scores for {period}" get_incentive_scores → per-employee breakdown, review flags
11 AI Recommendations "any recommendations?" or daily 10:30 AM get_recommendations → AI suggestions with one-click actions
12 Data Sync Cron (every 30min) or "sync to Notion" Bidirectional Notion/Sheets sync via get_sync_manifest → compare → report_sync_result
13 AI Consulting "I need help with {problem}" Multi-session structured consulting: diagnose → action plan → execute → track → close
14 World Model "show team skills" or "team dynamics" Team capability map: skills, collaborations, growth, AI insights

For complex scenarios (3, 4, 7, 8, 9, 12, 13, 14), read references/scenarios.md for the exact step-by-step tool sequences. Simple scenarios (1, 5, 6, 10, 11) can be executed directly from the table above.

Mentor System

16 mentors in 3 tiers. Read references/mentors.md for complete decision matrices, check-in questions, and tag definitions.

Fully-Embedded (3) — used directly in SKILL.md

Mentor Focus Check-in Style Emergency Style
Musk First principles, 10x, speed "What blocker can we eliminate?" Act immediately
Inamori Altruism, harmony, growth "Who did you help today?" Stabilize people first
Ma Customer-first, adaptability "Which customer did you help?" Turn crisis into opportunity

Standard (6) — core tags in references/mentors.md

Dalio (radical-transparency), Grove (OKR-driven), Ren (wolf-culture), Son (300-year-vision), Jobs (simplicity), Bezos (customer-obsession)

Light-touch (7) — tags only in references/mentors.md

Buffett, Zhang Yiming, Lei Jun, Cao Dewang, Chu Shijian, Erin Meyer, Jack Trout

Continuous Learning

The skill gets smarter over time by tracking the boss's preferences and decisions in config.json's learning field. Every session should benefit from previous sessions.

What to Track

At the end of each session, use scripts/update-learning.py to persist updates (or update config.json directly):

  • preferred_report_format: If the boss asks to change report structure, format, or level of detail (e.g., "make it shorter", "add more numbers", "skip the mentor commentary"), record the preference as a short string like "concise", "data-heavy", or "no-mentor-commentary".
  • preferred_language: The boss's language (auto-detected from first session). Persist so future sessions don't need to re-detect.
  • ignored_recommendations: When the boss dismisses an AI recommendation, append {"id": "\x3Crec_id>", "category": "\x3Ccategory>", "date": "\x3CYYYY-MM-DD>"}. After 3+ ignores in the same category, deprioritize that category in future recommendations.
  • adopted_recommendations: Same format as ignored. Helps identify which recommendation categories the boss values.
  • decision_patterns: When the boss makes a recurring decision (e.g., always promotes from within, always escalates blockers immediately), append a short pattern string like "promotes-internally" or "escalates-blockers-fast". Use these to tailor future advice.
  • custom_check_in_questions: If the boss customizes check-in questions, save them here so they persist across sessions.
  • last_session_context: A 1-2 sentence summary of what happened this session (e.g., "Reviewed Q1 KPIs, flagged sprint velocity as off-track, scheduled 1:1 with Bob"). Helps the next session pick up context.

How to Apply Learning

At the start of each session, read config.json and apply:

  1. Greet in preferred_language if set
  2. If last_session_context exists, briefly reference it: "Last time we [context]. Want to follow up or start fresh?"
  3. Use custom_check_in_questions when generating check-in questions (blend with mentor defaults)
  4. When presenting recommendations, sort by adopted_recommendations categories first, deprioritize ignored_recommendations categories
  5. When giving advice, reference decision_patterns to align with the boss's style

Learning Boundaries

  • Never store sensitive data in config.json — this includes:
    • Employee PII (full names in patterns, personal details, contact info)
    • Salary figures, compensation data, performance scores
    • API keys, passwords, tokens, credentials
    • Specific health or personal information from check-ins
  • When recording decision_patterns, use abstract descriptions ("promotes-internally", "prefers-async-standups") rather than mentioning specific employees or numbers
  • When recording last_session_context, summarize the topic ("Reviewed Q1 KPIs") not the data ("Revenue was $X, Alice scored 85%")
  • Keep decision_patterns to 20 entries max (remove oldest when full)
  • Keep ignored/adopted_recommendations to 50 entries max each
  • The boss can say "forget my preferences" or "reset learning" to clear the learning field

Bundled Scripts

Four Python scripts handle the formatting-heavy work that Claude would otherwise repeat every session. The workflow: Claude calls MCP tools → saves JSON responses to temp files → runs the script → presents the formatted output.

When to use scripts vs direct MCP calls

  • Use scripts for multi-source formatting (briefings, reports, dashboards) — they produce consistent, mentor-aware markdown every time
  • Use MCP tools directly for single-tool queries ("who hasn't checked in?", "show Alice's profile") — faster and simpler

Script Reference

Script Scenario Inputs (all optional) Output
format-briefing.py 3: Daily Briefing --mentor, --company-state, --top-risks, --alerts, --kpi, --working-memory, --recommendations Prioritized morning briefing
weekly-report.py Weekly review --mentor, --report, --kpi, --task-stats, --signals Team performance + KPI health report
risk-scan.py 8: Risk Review --mentor, --company-state, --top-risks, --signals, --overdue, --alerts Categorized risk dashboard + actions
sync-flow.py 12: Data Sync --storage, --manifest, --sync-result, --dry-run Sync preview or post-sync report
update-learning.py End of session --config, --preferred-language, --add-pattern, --session-context, etc. Updates learning field in config.json

Usage Pattern

# 1. Claude calls MCP tools and saves responses
# 2. Run the script with saved JSON files
python scripts/format-briefing.py --mentor musk \
  --company-state /tmp/state.json \
  --top-risks /tmp/risks.json \
  --kpi /tmp/kpi.json

All scripts output markdown to stdout. Missing inputs are handled gracefully — the script skips that section.

Links

Usage Guidance
This skill appears to do what it says, but review these points before enabling full connectivity: - You can use Advisor Mode (offline) immediately without any API keys — this keeps everything local and prevents any network activity. - Only provide MANAGEMENT_BRAIN_API_KEY / BOSS_AI_AGENT_API_KEY if you trust manageaibrain.com and want the skill to perform real-world operations (message delivery, Notion/Sheets sync, cron jobs). - If you enable Team Operations: inspect ~/.openclaw/skills/boss-ai-agent/config.json after first run to see what the skill persisted, and check any scheduled cron jobs the skill registers (the README notes 3–6 cron jobs depending on team size). - The package contains local scripts (formatters, sync/risk reporters, update-learning). If you plan to execute them in your environment, review their code to confirm no unexpected network calls or data exfiltration occur beyond the declared MCP endpoints. - Do not paste API keys into version-controlled settings. Use environment variables or a secrets manager as advised in the README. - If you have compliance or privacy concerns, test strictly in Advisor Mode or in a sandboxed environment before enabling sync/message features, and audit the manageaibrain.com dashboard/audit logs after connecting. If you want, I can summarize the specific places to inspect in the repo (which config fields get written, which scripts call network endpoints) or highlight any code lines that perform network I/O before you connect the API key.
Capability Analysis
Type: OpenClaw Skill Name: boss-ai-agent Version: 9.0.0 The Boss AI Agent is a comprehensive management middleware skill that provides leadership advice and automates team operations. It utilizes a suite of Python scripts (e.g., `format-briefing.py`, `update-learning.py`) to process JSON data from an external MCP server and format it into Markdown reports. The skill demonstrates strong security awareness by explicitly instructing the AI agent to avoid storing sensitive PII or credentials in local configuration files and implementing file size limits in its processing scripts. While the skill possesses high-privilege capabilities, such as registering cron jobs and performing bidirectional data syncs with Notion/Sheets, these actions are well-documented and strictly aligned with its stated purpose of team management automation.
Capability Tags
cryptocan-make-purchasesrequires-sensitive-credentials
Capability Assessment
Purpose & Capability
The name and description (management advisor + team operations middleware) line up with the provided assets: embedded mentor/culture references, briefing/1:1/board outputs, and optional MCP integration. The only requested credentials are optional API keys for manageaibrain.com, which are directly relevant to the claimed Team Operations functionality. There are no unrelated environment variables or unexpected third-party credentials requested.
Instruction Scope
SKILL.md explicitly supports two modes: Advisor Mode (offline, uses local reference files and mentor matrices) and Team Operations Mode (connects to manageaibrain.com/mcp for real operations). The runtime instructions tell the agent to: read reference files when needed, call MCP tools (get_company_state, send_message, send_checkin, etc.), and persist user preferences to ~/.openclaw/skills/boss-ai-agent/config.json. These behaviors are coherent with the skill's purpose, but they do grant the skill the ability to read its bundled references and to write a config file in the user's home directory. If you enable Team Operations, the skill will also be instructed to send messages and perform syncs via the remote MCP backend.
Install Mechanism
No install spec is provided (instruction-driven runtime), which means nothing is automatically downloaded or installed by the registry. Local helper scripts are included in the package and referenced by SKILL.md (formatters/formatters and update-learning). Because there is no download-from-URL or package-install step, the installation risk is low. If you plan to run any included scripts, review them locally before executing.
Credentials
The only environment variables declared are optional MANAGEMENT_BRAIN_API_KEY (full MCP/team operations) and BOSS_AI_AGENT_API_KEY (read-only fallback). Both are explicitly tied to the described Team Operations functionality and are optional; no unrelated secrets or multiple unrelated credentials are requested. The documentation explains scopes and fallback behavior, which aligns with the skill's stated cloud-connected capabilities.
Persistence & Privilege
The skill writes a config file to ~/.openclaw/skills/boss-ai-agent/config.json (persisting mentor choice, preferences, and learning) and — when connected to the MCP backend — can register cron jobs (up to 6) that autonomously run tasks such as sending messages, check-ins, syncs, and scans. This persistence and ability to send messages is coherent with the Team Operations feature, but it has operational impact: enabling the API key turns on networked, autonomous behavior that will act on team data and deliver messages. The skill is not force-enabled (always:false) and does not request system-wide config modification, but you should be aware that providing the MANAGEMENT_BRAIN_API_KEY delegates recurring actions to the skill and its backend.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install boss-ai-agent
  3. After installation, invoke the skill by name or use /boss-ai-agent
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v9.0.0
Boss AI Agent 9.0.0 - Adds 6 new reference scenarios (now 14 total) and expands coverage to new consulting flows. - Increases MCP tool coverage: Team Operations Mode now supports 44 tools (up from 33). - Introduces an automated script (`update-learning.py`) for saving user learning patterns. - Adds evaluation workspace for skill benchmarking and regression tracking. - Updates all scenario, tool, and config documentation for clarity. - Multiple bugfixes and improved mode/cron detection logic.
v8.0.0
**Major update with new scenario files, reference content, and formatter scripts** - Added 10 new files: scenario evals, detailed mentor/culture/scenario/tool references, and formatter scripts for briefings, risk scans, syncs, and weekly reports. - Overhauled onboarding: more detailed "first run" instructions for both Advisor and Team Operations Modes, including step-by-step onboarding questions and auto-config file writing. - Expanded and clarified role: Boss AI Agent now triggers for a wide range of management and team dynamics scenarios (not just when “management” is mentioned), but never for code/software dev tasks. - Introduced progressive disclosure for context management—reference files are read only when needed. - Detailed table of all reference and script files, describing their purpose and when to use each. - Improved and simplified the mode detection logic and announcement messages for both operation modes.
v6.4.1
Fix display name to 'Boss AI Agent'
v6.4.0
Boss AI Agent 6.4.0 - Added npx-based zero-install CLI option for MCP server setup, enabling instant local launches without manual npm install. - Updated documentation to prefer npx (`npx -y @tonykk/management-brain-mcp`) for CLI/stdio transport; clarified global install alternative and updated config examples. - No changes to core logic or features—documentation and setup refresh only.
v6.3.0
Boss AI Agent 6.3.0 - Added detailed setup instructions for operating MCP in both CLI (stdio) and HTTP transport modes. - Clarified differences between CLI and HTTP MCP connection options, including authentication requirements. - Updated description to include 33 MCP tools via CLI or HTTP, and streamlined integration overview. - Refined documentation for installation, configuration, and mode detection. - No behavioral or code changes; documentation and onboarding improvements only.
v6.2.0
Fix credential metadata: clarify MANAGEMENT_BRAIN_API_KEY enables Team Operations Mode (optional overall). Fix cron count 5→6. Add key scoping/audit documentation.
v5.2.0
boss-ai-agent 5.2.0 changelog: - Documentation updates to README.md and SKILL.md. - Added detailed explanations of internal architecture, company context layer, and permissions in SKILL.md. - Clarified mode detection and Team Operations Mode capabilities. - No code or functional changes; documentation only.
v6.0.0
Boss AI Agent 6.0.0 introduces new team automation and data sync features: - Expanded to 33 MCP tools, including new sync, analytics, and management actions. - Added bidirectional data sync with Notion and Google Sheets. - Team Operations Mode features improved automation: more cron jobs, Notion/Sheets sync, and deep analytical tools. - Updated descriptions and architecture to reflect new sync and orchestration capabilities. - Expanded permissions & mode handling for new sync tools and increased automation. - Advisor Mode remains fully offline; Team Operations Mode now includes enhanced briefing, signal scanning, and sync jobs.
v5.1.1
boss-ai-agent 5.1.1 - Clarified and updated environment variable requirements: MANAGEMENT_BRAIN_API_KEY is now required for Team Operations Mode, and BOSS_AI_AGENT_API_KEY is optional for extended analytics only. - Improved documentation to clearly separate MCP authentication from optional analytics credentials. - Explicitly stated that the skill does not store or manage third-party tool tokens—external data integrations are handled exclusively by OpenClaw MCP connectors. - Enhanced explanation of architecture, permissions, and the company context data flow, especially for cloud-connected and offline modes.
v5.1.0
**Adds company context integration architecture and clarifies OpenClaw MCP connector support.** - Introduced a new section detailing how Boss AI Agent builds a "company context layer" from OpenClaw MCP connectors (Notion, Jira, GitHub, Slack, etc.). - Documented the interaction between Boss AI Agent and the OpenClaw connector ecosystem; clarified that the skill operates as a "brain layer" and does not directly integrate with external tools. - Explained context layer composition (organization, employee, goal, project context) and the data ingestion pipeline. - Updated the long description to mention context-layer and expanded integration scenarios. - No functional or API changes; documentation and conceptual improvements only.
v5.0.1
## boss-ai-agent 5.0.1 – Changelog - Updated documentation in README.md and SKILL.md for clarity. - No code or functional behavior changes in this version. - Ensures up-to-date descriptions and configuration details for users.
v5.0.0
Major upgrade: Boss AI Agent 5.0.0 introduces execution intelligence and AI recommendations. - Expanded from 13 to 24 MCP tools, adding execution intelligence, KPI monitoring, task management, risk signals, incentive scoring, and recommendation engine. - Team Operations Mode now includes tools for KPI metrics, execution risks, AI-generated management suggestions, and incentive management. - Updated data flow and permissions to cover new read/write and recommendation tools. - Enhanced description and README to reflect "execution intelligence engine" and "AI recommendation engine." - Advisor Mode remains unchanged; all new features are available in Team Operations Mode. - Documentation updated for new tool categories and capabilities.
v3.0.0
v3.0.0: Hybrid architecture — Advisor Mode (zero dependency, works instantly) + Team Operations Mode (MCP-connected). No more cloud requirement for basic usage.
v2.6.0
Fix scan contradictions: remove false zero-external-dependency claim, clarify MCP connection vs Cloud API key, add persistent behavior warning for cron + write tools, fix Chinese section data flow description
v2.5.0
Fix data flow clarity: clarify all 13 MCP tools are cloud-hosted on manageaibrain.com/mcp, update data flow table, fix env description consistency, remove duplicate Web Dashboard section
v2.4.0
Boss AI Agent 2.4.0 - Updated version to 2.4.0 in SKILL.md (from 2.0.0) - General documentation and metadata refresh - No functional changes to scenarios, permissions, or API documented in the SKILL.md file
v2.0.0
**Boss AI Agent 2.0.0 — Major upgrade with new analytics dashboard and feature enhancements** - Added real-time dashboard with ECharts analytics for team management and performance visualization. - Improved documentation to highlight new dashboard and analytics features. - Expanded scenario and integration details for clarity and ease of use. - Maintained all privacy safeguards and local/remote data flow separation. - Remains fully compatible with Claude Code, ChatGPT, Gemini, and OpenClaw integrations.
v1.6.1
boss-ai-agent 1.6.1 Changelog - Documentation updates in README.md and SKILL.md. - Changed skill version references in SKILL.md from 1.5.0 to 1.6.0. - No functional or feature changes; this is a documentation-only update.
v1.6.0
**Expanded cloud and cron job controls, and new write capabilities.** - Clarified cloud API usage: API key is used for read-only GET requests, pulling only mentor configs/analytics with no outbound team data at any time. - Added explicit section on cron job management: up to 5 jobs, schedules, solo founder mode, and uninstall cleanup; detailed user commands to view or remove jobs. - Updated MCP tools list: expanded from 9 to 13 tools, including 4 new write tools (`send_checkin`, `chase_employee`, `send_summary`, `send_message`) for actively messaging team members. - Documented all data flows: clearly states what data is (and is not) ever sent outbound or written locally. - Maintains backwards compatibility for environment variables and general workflow.
v1.5.2
No file changes were detected in this version update. - Version bumped from 1.5.0 to 1.5.2 with no code or documentation changes. - No user-facing features, fixes, or documentation updates introduced in this release.
Metadata
Slug boss-ai-agent
Version 9.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 29
Frequently Asked Questions

What is Boss AI Agent?

Boss AI Agent — AI management advisor and team operations middleware. Use this skill whenever the user needs management advice, leadership guidance, or team... It is an AI Agent Skill for Claude Code / OpenClaw, with 427 downloads so far.

How do I install Boss AI Agent?

Run "/install boss-ai-agent" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Boss AI Agent free?

Yes, Boss AI Agent is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Boss AI Agent support?

Boss AI Agent is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Boss AI Agent?

It is built and maintained by tonypk (@tonypk); the current version is v9.0.0.

💬 Comments