← Back to Skills Marketplace
johnsmithfan

ai-company-unified

by JohnSmithfan · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
30
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install ai-company-unified
Description
Unified AI Company skill consolidating 16 department skills into one. Provides complete governance, finance, technology, security, legal, people, marketing,...
README (SKILL.md)

\r \r

AI Company v1.1.0\r

\r

Unified AI Company Skill — 16 departments consolidated into one.\r Full specifications in references/method-patterns.md and references/departments/.\r \r

Quick Reference\r

\r

What This Skill Does\r

Complete AI company operations: governance, finance, technology, security, legal, people, marketing, quality, intelligence, information, translation, and platform infrastructure. Use for any AI-Company function.\r \r

Department Index\r

\r | Department | Roles | Details |\r |-----------|--------|---------|\r | Governance & Strategy | CEO, COO, HQ | governance-and-strategy.md |\r | Finance & Risk | CFO, CRO | finance-and-risk.md |\r | Technology & Engineering | CTO | technology-and-engineering.md |\r | Platform & Infrastructure | Framework | platform-and-infrastructure.md |\r | Security & Compliance | CISO, CLO | security-and-compliance.md |\r | People & Culture | CHO | people-and-culture.md |\r | Marketing & Partnerships | CMO | marketing-and-partnerships.md |\r | Quality & Operations | CQO, PMGR | quality-and-operations.md |\r | Intelligence | Intel | intelligence.md |\r | Information Services | Information | information.md |\r | Translation & Localization | Translator | translation-and-localization.md |\r \r

Shared Resources\r

\r

Error Codes\r

\r All error codes use department prefix (e.g., CEO_001, CFO_001, CISO_001). See individual department files for complete error code reference and resolution steps.\r \r

Prompts\r

\r Copy-paste ready prompts in prompts/:\r

Auto-Update\r

\r This skill supports automatic updates from ClawHub with 5-layer security gates.\r \r | Setting | Value |\r |---------|-------|\r | Schedule | Weekly Sunday 02:00 UTC |\r | RRule | FREQ=WEEKLY;BYDAY=SU;BYHOUR=2;BYMINUTE=0 |\r | Backup Retention | 10 versions / 30 days |\r \r Security Gates: Version Check | Backup Gate | Download Gate | Frontmatter Gate | Danger Pattern Gate\r \r Manual Update:\r

pwsh -File "C:\Users\Admin\WorkBuddy\Claw\.workbuddy\scripts\ai-company-auto-update.ps1" -Force\r
```\r
\r
**Logs**: `C:\Users\Admin\WorkBuddy\Claw\.workbuddy\logs\ai-company-update-log.md`\r
\r
## Changelog\r
\r
| Version | Date | Changes |\r
|---------|------|---------|\r
| 1.0.4 | 2026-04-29 | Intel: Added Intelligence Library (SOP-L01~L06) with auto-triggered library setup on first collection request; SOP-L01 auto-creates library silently without user prompt; SOP-L06 triggers on any intelligence collection request (收集情报/intelligence collection); Added INTEL_006~INTEL_010 error codes; Updated triggers with 情报收集/intelligence collection/intelligence library |\r
| 1.0.3 | 2026-04-28 | Security: Scoped file permissions to WORKSPACE_ROOT (P0 CISO fix); Finance: Added capex policy, working capital DSO/DPO targets, CRO-CFO escalation SLA (P1 CFO/CRO); Risk: Added numeric FAIR thresholds and LEA calculation (P1 CRO); CTO: Added 3-stage deployment gate with rollback triggers (P1); CQO: Added test coverage acceptance threshold 85% (P1); CEO: Added board escalation ladder (P2); COO: Added automated OHS alerting + OKR integration in MEASURE phase (P2); CLO: Added DMCA takedown workflow (P2); Intel: Added 6-phase intelligence cycle (P2); CPO: Added semver enforcement policy (P2) |\r
| 1.0.2 | 2026-04-27 | Added auto-update: weekly automation (Sunday 02:00 UTC), PowerShell script with 5-layer security gates, backup/rollback, update log, publisher allowlist |\r
| 1.0.1 | 2026-04-27 | CEO review complete: all 7 reference modules verified and rebuilt; added visualization.md, integrations.md, memory.md, data-integration.md, execution.md |\r
| 1.0.0 | 2026-04-27 | Initial release to ClawHub as unified AI Company skill; 16 departments consolidated |\r
\r
---\r
\r
*This skill follows AI Company Governance Framework. See [references/](references/) for complete specifications.*
Usage Guidance
This is a very large, all-in-one policy and workflow pack that asks an agent to design and execute cross-department actions (including agent creation, CI/CD, and crisis responses). Before installing: 1) Recognize scope: it gives the agent wide operational guidance — avoid enabling autonomous runs on production systems. 2) Clarify external services: ask the author how VirusTotal/ClawHub scanning is performed and where API keys should be stored; prefer explicitly declared env vars/scopes rather than ad-hoc keys. 3) Least privilege: if you test it, run in a sandboxed agent with no access to cloud credentials, SSH keys, or production deploy tooling. 4) Audit & logging: require that any real-world actions (deploys, permission changes, shutdowns) have human approval steps and are logged/audited. 5) Review docs: verify the L1-L6 harness and the 'no eval/exec' guarantees are enforced by policy rather than just in prose. If you need this functionality, request the publisher to: (a) declare required credentials/env vars explicitly, (b) remove/limit examples that imply issuing system-wide commands, and (c) add explicit gating (human-in-loop) for any destructive or privileged actions.
Capability Analysis
Type: OpenClaw Skill Name: ai-company-unified Version: 1.0.1 The skill bundle is a highly comprehensive and structured framework designed to simulate an entire AI-driven corporation across 16 departments. It includes extensive documentation on security protocols (STRIDE, CVSS), quality gates (G0-G7), and defensive engineering standards (L1-L6). The provided code templates in 'references/departments/platform-and-infrastructure.md' are explicitly designed with security in mind, featuring input sanitization, PII masking, and sandboxed command execution with timeout enforcement. The instructions for the AI agent consistently reinforce safety boundaries, prohibiting the use of eval/exec and unauthorized access to sensitive system paths like ~/.ssh. No evidence of data exfiltration, malicious execution, or obfuscation was detected.
Capability Tags
cryptocan-make-purchasesrequires-oauth-tokenrequires-sensitive-credentials
Capability Assessment
Purpose & Capability
The name/description claim to consolidate many departments — governance, finance, security, legal, platform, etc. — which matches the included department documents and prompts. However the SKILL.md and prompts reference external verification services (VirusTotal/ClawHub) and multi-source integrations that usually require credentials or installers; yet the skill declares no required env vars or install steps. That mismatch (mentioning third-party verification but not declaring API keys or how to access those services) is unexpected and worth questioning.
Instruction Scope
The runtime instructions ask agents to "implement" department functions, run pre/post compliance checks, and perform workflows including agent creation, CI/CD, production deployment, and crisis actions (examples include system-wide shutdown/restart commands and temporary permission elevation in a crisis whitelist). Although the prompts also state 'No eval/exec/remote loading' and include security checks, the instruction language gives broad operational authority and discretionary power to an agent. The skill bundle also contains explicit test cases that reference reading sensitive paths (e.g., /etc/passwd) and checks that such accesses be blocked — implying the agent may otherwise attempt system file accesses. This broad, action-oriented scope with few concrete limits is a red flag.
Install Mechanism
This is instruction-only with no install spec or code files to execute. That minimizes direct installation risk (no archives to download, no post-install scripts).
Credentials
The skill declares no required environment variables or credentials, but multiple reference documents mention optional API keys (e.g., GOOGLE_GEOLOCATION_API_KEY, MLS_API_KEY) and external services (VirusTotal) that typically require credentials. The absence of declared required env vars is inconsistent with the functionality described and may lead implementers to supply sensitive keys ad-hoc. The skill also references integration with internal systems (HQ, Harness, agent factory) which in practice would require credentials or privileged access — none are declared.
Persistence & Privilege
always: false and no OS restrictions; the skill does not request forced or persistent inclusion and does not declare modifications to other skills or system-wide config. Autonomous invocation is enabled by default (platform normal), but there is no evidence the skill demands elevated installation privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ai-company-unified
  3. After installation, invoke the skill by name or use /ai-company-unified
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
Security: Scoped file permissions to WORKSPACE_ROOT (P0 CISO fix); Finance: Added capex policy, working capital DSO/DPO targets, CRO-CFO escalation SLA; Risk: Added FAIR LEA thresholds; CTO: Added 3-stage deployment gate; CQO: Test coverage threshold 85%; CEO: Board escalation ladder; COO: OHS alerting + OKR integration; CLO: DMCA takedown workflow; Intel: 6-phase intelligence cycle; CPO: Semver enforcement policy
v1.0.1
CEO review: 5 missing modules rebuilt; v8.0.0 full reference suite; 1.0.1 patch release
v1.0.0
Initial release: Unified AI Company skill with 16 departments consolidated into one; 11 department reference files, shared code templates, prompt frameworks (CRISPE/3WEH/Five-Element), and compliance verification.
v5.0.0
Consolidated 16 AI-Company department skills into single unified skill. 11 department files, 10 code templates, 3 prompt frameworks (CRISPE/3WEH/Five-Element), L1-L6 harness engineering, AIGC compliance, VirusTotal/ClawHub safety verified.
Metadata
Slug ai-company-unified
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is ai-company-unified?

Unified AI Company skill consolidating 16 department skills into one. Provides complete governance, finance, technology, security, legal, people, marketing,... It is an AI Agent Skill for Claude Code / OpenClaw, with 30 downloads so far.

How do I install ai-company-unified?

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

Is ai-company-unified free?

Yes, ai-company-unified is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does ai-company-unified support?

ai-company-unified is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created ai-company-unified?

It is built and maintained by JohnSmithfan (@johnsmithfan); the current version is v1.0.1.

💬 Comments