@bossagent/bossagent-plugin
v0.3.1
Published
BossAgent OpenClaw plugin runtime
Readme
BossAgent OpenClaw Plugin
Thin OpenClaw plugin runtime that exposes bossagent_mcp and forwards calls to a remote BossAgent MCP server.
Runtime Config
The plugin reads mcp_url and mcp_token from plugins.entries["bossagent-plugin"].config in ~/.openclaw/openclaw.json.
Remote http:// endpoints are allowed for compatibility, but they transmit the Bearer token without transport encryption.
Recommended MCP Tools
For the current BossAgent read path, the highest-frequency tools are:
get_all_dealsget_opportunity_overviewsearch_customersget_customer_overviewlist_recent_emailssearch_emailsget_email_threadget_email_attachments
Archive/search tools are still available for evidence lookup:
search_messagessearch_groupsget_archive_chat_listget_archive_messagesget_archive_media
Typical OpenClaw Flow
- Use
search_customerswhen the user gives only a customer name. - Use
get_customer_overviewfor customer-level progress questions. - Use
get_opportunity_overviewfor one concrete opportunity. - Use
list_recent_emailsorsearch_emailsbefore drilling intoget_email_thread. - Use archive tools only when the user needs raw chat evidence or attachment details.
