# Send Business Intelligence to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "business-intelligence",
    "name": "Business Intelligence",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/ivangdavila/business-intelligence",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/business-intelligence",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/business-intelligence",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=business-intelligence",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "dashboard-specs.md",
      "data-contracts.md",
      "decision-cadence.md",
      "insight-briefs.md",
      "kpi-dictionary.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "business-intelligence",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T03:25:46.371Z",
      "expiresAt": "2026-05-06T03:25:46.371Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=business-intelligence",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=business-intelligence",
        "contentDisposition": "attachment; filename=\"business-intelligence-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "business-intelligence"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/business-intelligence"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/business-intelligence",
    "downloadUrl": "https://openagent3.xyz/downloads/business-intelligence",
    "agentUrl": "https://openagent3.xyz/skills/business-intelligence/agent",
    "manifestUrl": "https://openagent3.xyz/skills/business-intelligence/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/business-intelligence/agent.md"
  }
}
```
## Documentation

### 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.

TopicFileSetup and integrationsetup.mdMemory schemamemory-template.mdObjective and metric tree designmetric-tree.mdKPI definition contractskpi-dictionary.mdDashboard and drill-down designdashboard-specs.mdDecision brief templatesinsight-briefs.mdReview rituals and escalation rulesdecision-cadence.mdSource quality and data contractsdata-contracts.md

### 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.

EndpointData SentPurposeNoneNoneN/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 <slug> 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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T03:25:46.371Z
- Expires at: 2026-05-06T03:25:46.371Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/business-intelligence)
- [Send to Agent page](https://openagent3.xyz/skills/business-intelligence/agent)
- [JSON manifest](https://openagent3.xyz/skills/business-intelligence/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/business-intelligence/agent.md)
- [Download page](https://openagent3.xyz/downloads/business-intelligence)