← 返回 Skills 市场
miknasbh-stack

AI Business Hierarchies - Autonomous Agent Companies

作者 miknasbh-stack · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
247
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install miknas-ai-business-hierarchies
功能描述
Build and operate autonomous AI businesses using hierarchical agent systems. Implements folder-based company structures with CEO, Managers, Supervisors, and...
安全使用建议
This skill largely does what it says (creates folders, spawns agent sessions, and schedules reports), but it has several operational and safety gaps. Before running anything: 1) Inspect the two scripts (setup-business.sh and setup-daily-reporting.sh) and the generated report script to understand exactly what they will do and where files are written. 2) Verify you have the necessary CLI tools (sessions_spawn, sessions_list, sessions_history, jq) and understand their permissions; the skill does not declare these dependencies. 3) Be aware the scripts append cron jobs to your user crontab — back up crontab first and check for duplicates; edit the cron file if you want different schedules. 4) The reporting script aggregates agent messages into files under ~/business/... — review it for sensitive content before enabling to avoid accidentally storing secrets or PII. 5) The skill references integrations and actions (LinkedIn, outreach, email sequences) but offers no credential/config guidance — do not provide API keys or account passwords unless you understand how agents will use them and where logs are stored. 6) Test in a sandbox or controlled account first (do not run on production or on accounts with live financial/legal privileges). 7) If you proceed, monitor spawned agents closely and have a plan to kill or remove them and to remove cron entries (crontab -e) if behavior is unexpected. If you want help auditing specific lines or hardening the scripts (avoid appending duplicate cron lines, limit report content, add confirmation prompts, require explicit credential config), I can walk through suggested edits.
功能分析
Type: OpenClaw Skill Name: miknas-ai-business-hierarchies Version: 1.0.0 The skill bundle implements an autonomous agent hierarchy that utilizes high-risk capabilities such as crontab modification for persistence and automated session history scraping for reporting. The `setup-daily-reporting.sh` script creates a cron job that executes `sessions_history` on all active agents, potentially exposing sensitive data from various business departments (e.g., accounting, HR) into local markdown files. While these behaviors are aligned with the stated goal of 24/7 business automation, the broad access to session data and the use of system-level persistence mechanisms represent a significant security risk, although no evidence of intentional malice or data exfiltration was found.
能力评估
Purpose & Capability
The name/description claim to build and run hierarchical autonomous businesses; the SKILL.md and scripts actually create folders, spawn agents (via sessions_spawn), and configure reporting — which is coherent with the stated purpose. However the skill promises agent actions that imply integration with external services (LinkedIn, outreach, email sequences) yet declares no credentials or integration configuration. Also the package relies on CLI tools (sessions_spawn, sessions_list, sessions_history, jq, crontab) that are not listed in 'required binaries', creating a mismatch between declared requirements and actual needs.
Instruction Scope
Runtime instructions and scripts do more than create folders: they spawn agent sessions, list agent sessions, read agent history, and aggregate that data into report files. The generated reporting script reads session messages (potentially sensitive), writes reports under the user's home, and will be run by cron. The SKILL.md does not warn that session logs may contain secrets nor provide guidance or controls around what is aggregated. The scripts also append cron entries without checking for duplicates and reference weekly/monthly report scripts that are not included.
Install Mechanism
This is instruction-only with no install spec, which is lower platform-install risk. Files are included in the skill bundle (scripts and templates) — nothing is downloaded from arbitrary external URLs during install. The execution risk comes from running the included scripts, not from an untrusted install mechanism.
Credentials
The skill declares no required env vars or credentials but operationally expects agents to perform external actions (outreach, LinkedIn, email, etc.) that typically require API keys/accounts. The scripts also call CLI tools (sessions_*, jq) that are not declared. The absence of explicit credential requirements or instructions for configuring integrations is a proportionality mismatch and can lead to agents failing or attempting actions without proper authorization, or operators provisioning credentials in an ad-hoc and potentially unsafe way.
Persistence & Privilege
The scripts add cron jobs to the user's crontab (persistent system change) and create a report-generation script that will run automatically. They also instruct spawning long-lived agents (threads/sessions) that may run 24/7. While these are consistent with the skill's purpose, they are persistent privileges that should be highlighted: cron entries are appended without de-duplication and there is no uninstall/remove guidance for cleaning up scheduled jobs or spawned agents.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install miknas-ai-business-hierarchies
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /miknas-ai-business-hierarchies 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Build and operate autonomous AI businesses using hierarchical agent systems with CEO, Managers, Supervisors, and Workers that run 24/7 with daily tracking, auto-optimization, and self-healing capabilities
元数据
Slug miknas-ai-business-hierarchies
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

AI Business Hierarchies - Autonomous Agent Companies 是什么?

Build and operate autonomous AI businesses using hierarchical agent systems. Implements folder-based company structures with CEO, Managers, Supervisors, and... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 247 次。

如何安装 AI Business Hierarchies - Autonomous Agent Companies?

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

AI Business Hierarchies - Autonomous Agent Companies 是免费的吗?

是的,AI Business Hierarchies - Autonomous Agent Companies 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

AI Business Hierarchies - Autonomous Agent Companies 支持哪些平台?

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

谁开发了 AI Business Hierarchies - Autonomous Agent Companies?

由 miknasbh-stack(@miknasbh-stack)开发并维护,当前版本 v1.0.0。

💬 留言讨论