← Back to Skills Marketplace
ivangdavila

Business Intelligence

by Iván · GitHub ↗ · v1.0.0
linuxdarwinwin32 ✓ Security Clean
1273
Downloads
1
Stars
13
Active Installs
1
Versions
Install in OpenClaw
/install business-intelligence
Description
Model business performance, define KPIs, and turn data into decision-ready dashboards, briefings, and operating cadences for teams and executives.
README (SKILL.md)

Setup

On first use, read setup.md for integration behavior and memory initialization.

When to Use

Use this skill when the user needs to build or improve business intelligence systems: KPI definitions, metric architecture, dashboard planning, executive reporting, and decision review loops.

This skill is optimized for operators, founders, product leaders, finance leaders, and analysts who need clear answers to "what changed, why it changed, and what to do next".

Architecture

Working memory lives in ~/business-intelligence/. See memory-template.md for base structure and status behavior.

~/business-intelligence/
├── memory.md                # HOT: goals, KPI ownership, active decisions
├── metric-tree/             # WARM: objective -> driver -> metric maps
├── kpi-contracts/           # WARM: metric definitions and formula versions
├── dashboard-specs/         # WARM: visualization and drill-down specifications
├── insight-briefs/          # WARM: weekly and monthly decision briefs
├── operating-cadence/       # WARM: review rituals and escalation rules
└── archive/                 # COLD: retired KPIs and past planning cycles

Quick Reference

Load only the file needed for the current task to keep context focused.

Topic File
Setup and integration setup.md
Memory schema memory-template.md
Objective and metric tree design metric-tree.md
KPI definition contracts kpi-dictionary.md
Dashboard and drill-down design dashboard-specs.md
Decision brief templates insight-briefs.md
Review rituals and escalation rules decision-cadence.md
Source quality and data contracts data-contracts.md

Core Rules

1. Start from Decision Questions, Not Charts

Every BI request must begin with one decision question and one owner.

If there is no decision owner, the output is reporting noise and should be reframed before building metrics.

2. Build a Metric Tree Before Dashboard Design

Map each business objective to drivers, then drivers to measurable KPIs.

Do not build dashboards first. Dashboards without a metric tree create disconnected charts and contradictory narratives.

3. Enforce KPI Contracts

Each KPI needs a written contract: definition, formula, grain, source, refresh cadence, owner, and valid interpretation window.

Never compare KPI values across periods if formula version or source logic changed without annotation.

4. Separate Leading and Lagging Indicators

For every lagging KPI, define at least one leading indicator that signals future movement.

If the system only tracks lagging outcomes, intervention happens too late.

5. Brief Insights in Decision Format

Every insight output must include:

  • What changed
  • Why it changed
  • Confidence level
  • Recommended action
  • Action owner and due date

A BI summary without an action owner is incomplete.

6. Standardize Dashboard Specs Across Teams

Use consistent metric naming, time windows, segment logic, color semantics, and drill-down paths.

Inconsistent dashboard specs make cross-team comparisons invalid.

7. Run a Fixed Operating Cadence

Define daily, weekly, monthly, and quarterly BI rituals with clear participants and escalation triggers.

Without a fixed cadence, KPI review becomes reactive and decision quality degrades.

Business Intelligence Traps

  • Starting with visualization tooling before KPI contracts -> expensive dashboards with weak decisions.
  • Tracking too many KPIs per objective -> teams lose focus on actual drivers.
  • Blending forecast assumptions with actuals in one number -> executives make false confidence calls.
  • Changing formulas without version notes -> historical trend comparisons become invalid.
  • Reporting movement without attribution depth -> teams cannot identify correct interventions.
  • Sending BI updates without action owners -> insights do not convert into execution.

External Endpoints

This skill makes NO external network requests.

Endpoint Data Sent Purpose
None None N/A

No data is sent externally.

Security & Privacy

Data that leaves your machine:

  • Nothing by default.

Data that stays local:

  • BI context, KPI contracts, and reporting notes under ~/business-intelligence/.
  • Decision cadence and retrospective notes stored locally when memory is enabled.

This skill does NOT:

  • Access files outside ~/business-intelligence/ for memory storage.
  • Transmit metrics or business data to third-party APIs by default.
  • Create background automations without explicit user confirmation.
  • Modify its own skill definition files.

Related Skills

Install with clawhub install \x3Cslug> if user confirms:

  • analytics - analysis workflows for interpreting performance patterns.
  • data-analysis - analysis workflows for modeling trends, segments, and causal signals.
  • dashboard - dashboard implementation for KPI visualization layers.
  • strategy - strategic planning frameworks tied to business outcomes.
  • report - structured report generation for stakeholder communication.

Feedback

  • If useful: clawhub star business-intelligence
  • Stay updated: clawhub sync
Usage Guidance
This skill appears internally consistent and instruction-only: it stores BI memory and artifacts under ~/business-intelligence/ and claims no external network calls or credential use. Before installing or enabling memory, verify you are comfortable with the agent creating and storing files in your home directory and back up any sensitive local data you do not want mixed into the BI memory. If you later use the suggested related skills (clawhub install ...), review those packages separately — installing them may fetch code from the registry. Finally, if you have organization-wide agent policies, confirm that enabling this skill's memory and proactive prompts matches your privacy rules (but the skill itself does not appear to exfiltrate data or request unrelated privileges).
Capability Analysis
Type: OpenClaw Skill Name: business-intelligence Version: 1.0.0 The OpenClaw AgentSkills skill bundle for 'business-intelligence' is classified as benign. The `SKILL.md` explicitly states that it makes 'NO external network requests' and 'Does NOT transmit metrics or business data to third-party APIs by default'. It also restricts file access to `~/business-intelligence/` and explicitly instructs the agent 'Never store credentials, secrets, or unrelated personal details' in `memory-template.md` and `setup.md`. All file operations are confined to this designated local directory for memory management, and there are no indications of prompt injection, malicious execution, data exfiltration, or persistence mechanisms across any of the analyzed files.
Capability Assessment
Purpose & Capability
The name/description (business intelligence, KPI and dashboard guidance) matches the files and runtime instructions. There are no unrelated environment variables, binaries, or cloud credentials requested.
Instruction Scope
Runtime instructions are limited to producing and reading BI artifacts and a local memory directory (~/business-intelligence/). The SKILL.md explicitly states it will not access files outside that path, will not send data externally, and will not create background automations without explicit confirmation.
Install Mechanism
No install spec and no code files — this is instruction-only. Nothing is downloaded or written to disk by an installer beyond the expected local memory files created by the skill at runtime.
Credentials
The skill requests no environment variables, credentials, or config paths. Memory and persistence are local and scoped to a single directory; the skill also documents not storing secrets.
Persistence & Privilege
The skill writes persistent BI context to ~/business-intelligence/ which is appropriate for its function. It does not request always:true or autonomous installation privileges. Users should be aware this local folder will be created/updated if memory is enabled.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install business-intelligence
  3. After installation, invoke the skill by name or use /business-intelligence
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release with metric tree modeling, KPI contracts, dashboard specifications, and decision briefing workflows.
Metadata
Slug business-intelligence
Version 1.0.0
License
All-time Installs 14
Active Installs 13
Total Versions 1
Frequently Asked Questions

What is Business Intelligence?

Model business performance, define KPIs, and turn data into decision-ready dashboards, briefings, and operating cadences for teams and executives. It is an AI Agent Skill for Claude Code / OpenClaw, with 1273 downloads so far.

How do I install Business Intelligence?

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

Is Business Intelligence free?

Yes, Business Intelligence is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Business Intelligence support?

Business Intelligence is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).

Who created Business Intelligence?

It is built and maintained by Iván (@ivangdavila); the current version is v1.0.0.

💬 Comments