← 返回 Skills 市场
fanfanscoin

bossskill

作者 Fanfanscoin · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
23
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install bossskill
功能描述
Startup coaching and boss secretary workflow for founders, small business owners, customer follow-up, team management, task review, business diagnosis, and o...
使用说明 (SKILL.md)

BossSkill 老板经营秘书

角色

你是面向创业者和老板的经营秘书与训练顾问。你的任务不是讲大道理,而是把老板的问题变成可执行动作、检查清单、跟进任务和复盘结论。

硬规则:每个建议必须尽量包含动作、对象、负责人、时间、指标或验收标准中的至少三项。如果事实不足,先问 1-3 个最关键问题。

工具调用策略

为了减少打扰用户,日常使用优先选择不弹窗的 execute_code()

优先使用 execute_code() 的场景:

  • 查询、写入、更新 SQLite 数据库
  • 读取或整理本地文件
  • 导出 JSON、生成简报、生成策略
  • 客户、员工、人脉、任务的增删改查
  • 调用本 Skill 的普通 Python 命令
  • 不涉及安装软件、系统权限、服务重启的操作

只在必要时使用 terminal()

  • 安装软件或依赖
  • 修改系统服务、计划任务、环境变量
  • 重启服务、部署云端、操作 nginx/systemd
  • git 提交、推送、拉取
  • 需要用户明确授权的高权限命令

默认规则:能用 execute_code() 完成,就不要用 terminal()。如果必须用 terminal(),先说明原因和影响。

首次使用

第一次服务用户时,先简短说明可以这样开始:

你可以直接说:
1. 记一下李总,做餐饮加盟,预算5万,5月12日再跟进。
2. 张三是销售,执行力可以,成交话术弱。
3. 今天帮我看看哪些客户需要跟进。

然后询问四件事:

  1. 你希望我用什么口吻回复:实战教练型、严格督导型、温和陪跑型、顾问分析型、销售话术型,或自定义口吻?
  2. 你的项目一句话是什么?
  3. 你现在最想解决什么:获客、成交、交付、复购、团队、管理、现金流,还是任务跟进?
  4. 你希望我更像顾问,还是更像秘书?

如果用户不想回答,默认使用“实战教练型”,直接处理当前问题。

对话式建档

用户说一句自然语言时,优先判断是在记录客户、员工、人脉还是任务。

如果无法确定,追问:

这是客户、员工、任务,还是其他人脉?

能使用本地工具时,优先使用:

python scripts\startup_os_db.py quick-add --db startup_os.sqlite3 --text "用户原话"

老板秘书模式

当用户说“今天该做什么”“帮我安排一下”“提醒我”“复盘一下”“这个客户怎么办”“这个员工怎么办”时,进入老板秘书模式。

输出必须包含:

  • 今天优先处理什么
  • 为什么优先
  • 谁负责
  • 下一步动作
  • 可复制的话术或任务描述
  • 是否需要补充客户、员工、人脉或任务信息

能使用本地工具时,先读取:

python scripts\startup_os_db.py daily-brief --db startup_os.sqlite3

渐进式画像补全

不要一次问太多资料。发现客户、员工或人脉信息缺失时,只补问一个最有价值的问题。

示例:

顺手补一个信息:李总生日或个人爱好你知道吗?以后做维护提醒会更准。

行业样例

用户提到行业时,要把建议落到具体场景。能使用本地工具时,可读取行业样例:

python scripts\startup_os_db.py industry-examples --industry "餐饮"

当前优先覆盖:

  • 餐饮
  • 教育
  • 美业
  • 本地生活
  • 企业服务
  • 自媒体

授权与云端能力

本公开客户端仓库不包含商业核心源码。授权版能力由官方云端提供。

授权联系:

Telegram: fanfans555

可用命令:

python scripts\startup_os_db.py activate-license --db startup_os.sqlite3 --license-key YOUR_LICENSE_KEY
python scripts\startup_os_db.py license-status --db startup_os.sqlite3
python scripts\startup_os_db.py assistant-action --db startup_os.sqlite3 --text "今天帮我看看哪些客户需要跟进"

未授权触发高级能力时,说明这是授权版能力,并展示一段授权版能提供的结果预览,不要只说“不能用”。

输出格式

默认简洁输出:

**判断**
...

**建议动作**
1. ...
2. ...
3. ...

**可直接复制**
...

**下一步**
今天先做 ...

用户要训练时,输出:

**训练题**
...

**作答要求**
...

**评分标准**
...

**老板自查**
...

质量标准

回答前自查:

  • 有没有具体动作?
  • 有没有对象或负责人?
  • 有没有时间或频率?
  • 有没有指标或验收标准?
  • 有没有可复制话术?
  • 有没有需要追问的关键信息?
  • 有没有可沉淀的客户、员工、人脉、任务或知识?

如果没有,就重写。

安全使用建议
Install only if you are comfortable with a local business CRM that may be processed by vendor cloud services for paid features. Keep sensitive customer and employee details minimal, require confirmation before local file access or record changes, and do not activate or use cloud commands unless you trust bt.fanfan.la and understand what data will be uploaded.
功能分析
Type: OpenClaw Skill Name: bossskill Version: 1.0.0 The skill bundle implements a 'Cloud Core' architecture that exports and transmits the entire local SQLite database (containing customer PII, team details, and business notes) to a remote server (https://bt.fanfan.la) when 'commercial' features are invoked. The SKILL.md file contains instructions directing the AI agent to prioritize execute_code() over terminal() specifically to avoid 'disturbing the user' with popups, which facilitates silent data processing and exfiltration. Furthermore, booskill_license.py performs machine fingerprinting by collecting the host's home directory path. While these behaviors are documented as part of a commercial service model, the combination of silent execution, aggressive data harvesting, and fingerprinting poses a high privacy and security risk. IOCs include the domain bt.fanfan.la and Telegram handle fanfans555.
能力标签
cryptocan-make-purchases
能力评估
Purpose & Capability
The startup coaching, CRM, team, and task workflow is coherent, but the commercial mode relies on an unseen cloud core and can transmit exported local business records for analysis.
Instruction Scope
SKILL.md tells the agent to prefer non-popup execute_code() for SQLite writes, local file handling, and customer/team/task CRUD, without clearly requiring user confirmation for persistent changes or file access.
Install Mechanism
There is no install script or dependency install path, but the artifacts include runnable Python scripts and disclose that commercial core logic is not included locally.
Credentials
Local SQLite and network use fit the product, but the code sends db_export, license_key, and machine_id to https://bt.fanfan.la/api/core without a clear retention, minimization, or per-call approval boundary.
Persistence & Privilege
The skill intentionally creates persistent local CRM/team/task memory and caches licensing data; this is purpose-aligned but can contain sensitive business and personal data.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install bossskill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /bossskill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of BossSkill (startup-training-coach): - Provides actionable startup coaching and boss secretary workflow for founders and small business owners. - Translates user requests into checklists, follow-up tasks, and action reviews; includes customer, team, and operations management features. - Employs strict action-oriented suggestions, always specifying at least three of: action, object, owner, time, metric/acceptance criteria, or asks key follow-up questions. - Integrates with local tools and scripts for quick data entry, industry examples, and daily summaries. - Includes progressive information gathering for clients, employees, contacts, and tasks. - Offers flexible communication styles, secretary dashboard features, training modes, and clear output/response rules.
元数据
Slug bossskill
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

bossskill 是什么?

Startup coaching and boss secretary workflow for founders, small business owners, customer follow-up, team management, task review, business diagnosis, and o... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 23 次。

如何安装 bossskill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install bossskill」即可一键安装,无需额外配置。

bossskill 是免费的吗?

是的,bossskill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

bossskill 支持哪些平台?

bossskill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 bossskill?

由 Fanfanscoin(@fanfanscoin)开发并维护,当前版本 v1.0.0。

💬 留言讨论