← Back to Skills Marketplace
miknasbh-stack

AI Business Hierarchies - Autonomous Agent Companies

by miknasbh-stack · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
247
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install miknas-ai-business-hierarchies
Description
Build and operate autonomous AI businesses using hierarchical agent systems. Implements folder-based company structures with CEO, Managers, Supervisors, and...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install miknas-ai-business-hierarchies
  3. After installation, invoke the skill by name or use /miknas-ai-business-hierarchies
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug miknas-ai-business-hierarchies
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 247 downloads so far.

How do I install AI Business Hierarchies - Autonomous Agent Companies?

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

Is AI Business Hierarchies - Autonomous Agent Companies free?

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

Which platforms does AI Business Hierarchies - Autonomous Agent Companies support?

AI Business Hierarchies - Autonomous Agent Companies is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created AI Business Hierarchies - Autonomous Agent Companies?

It is built and maintained by miknasbh-stack (@miknasbh-stack); the current version is v1.0.0.

💬 Comments