AI Company Knowledge Base

AI Company shared knowledge base interface. Unified management of operations records, strategy documents, audit logs. Supports cross-Agent knowledge sharing and state sync, IMA real-time sync for zero-handoff protocol.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "AI Company Knowledge Base" with this command: npx skills add johnsmithfan/ai-company-kb

AI Company Knowledge Base v1.0.1

Shared knowledge base (enhanced). Cross-Agent knowledge sharing, state sync, IMA real-time sync hub, standardized Handoff protocol.


Trigger Scenarios

Invoke when Agent needs to:

  • Save/read audit logs, query history
  • Update/read shared state, sync with other agents
  • Access strategy docs, financial records, compliance reports
  • Initiate/complete task handoff

Directory Structure

{WORKSPACE_ROOT}/skills/tools/knowledge-base/
├── daily/
│   └── {YYYY-MM-DD}/
│       ├── morning-briefing.md
│       ├── evening-report.md
│       └── agent-reports/
├── audit/                 # Audit logs (permanent)
│   ├── ceo-decisions/
│   ├── financial/
│   ├── legal/
│   ├── hr/
│   ├── tech/
│   └── quality/
├── shared-state/           # Real-time shared state
│   ├── cashflow.json       # CFO
│   ├── reputation.json      # CMO
│   ├── quality-metrics.json # CQO
│   ├── risk-level.json     # CRO
│   ├── operations.json     # COO
│   └── security.json       # CISO
├── strategy/
│   └── {YYYY-MM-DD}/
├── skills/
│   └── {YYYY-MM-DD}/
└── handoff/               # Task handoff records
    ├── pending/
    ├── in-progress/
    └── completed/

Interfaces

write_shared_state(domain, data, agent_id, sync_ima=True)

Write shared state file (optional auto-sync to IMA). domain: cashflow | reputation | quality-metrics | risk-level | operations | security

read_shared_state(domain) -> dict

Read single shared state.

write_audit_log(category, agent_id, action, detail, sensitive=False)

Write audit log entry. category: ceo-decisions | financial | legal | hr | tech | quality

write_handoff(handoff_type, sender, receiver, task_summary, completed, pending, key_data=None, risks=None, attachments=None) -> str

Write standard handoff document. handoff_type: pending | in-progress | completed

Iron Rules

X  Sensitive financial/legal data must be marked [sensitive]
X  Every Agent call must write corresponding audit log
X  After shared-state update, notify relevant reading agents (sessions_send)
X  Audit logs are permanent, never delete
X  Handoff documents must be created within 10 minutes of task completion
X  On IMA sync failure, roll back to local write and log error

Agent-State File Mapping

AgentWrites State FileReaders
CFOcashflow.jsonCEO, COO, CRO
CMOreputation.jsonCEO, CLO, CRO
CQOquality-metrics.jsonCEO, CTO
CROrisk-level.jsonAll C-Suite
COOoperations.jsonCEO
CISOsecurity.jsonCEO, CTO, CLO
CHO-hr-audit/
CLO-legal-audit/
CTO-tech-audit/
CPO-agent-reports/
CEOceo-decisions/All

v1.0.1 - BOM removed, rebuilt with UTF-8 clean

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

落地鸿沟补全器

将 Agent 规划结果补全为可交付、可部署的落地闭环。适用于把蓝图、架构、next actions 写入目标 Agent workspace,并主动推进到平台部署与接入引导。

Registry SourceRecently Updated
1990Profile unavailable
Research

Knowledge Base Skill

Multi-business knowledge base with image attachment + OCR support. Manage Q&A databases by business type, auto page splitting, and intelligent search.

Registry SourceRecently Updated
2020Profile unavailable
Coding

Init Kb

Initialize or update a knowledge base for a project, business, or client. Triggers on "init kb", "build kb", "create kb for X", "set up kb", "new kb" (init),...

Registry SourceRecently Updated
2040Profile unavailable
Research

Flexible Database Design – SQLite flexible schema & knowledge base skill

Guide agents and users to design and implement a "flexible database" on SQLite that can handle semi-structured, multi-source data. Typical scenarios: persona...

Registry SourceRecently Updated
1.6K0Profile unavailable