OKR Tracker for Openclaw

An automated OKR tracking and alignment assistant that seamlessly syncs with platforms like Notion, Jira, Lark, and Google Sheets to generate reports and manage team goals.

ai-gaoqian
v1.0.0
Jun 13, 2026
0
145
4

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install okr-tracker

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install okr-tracker using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is OKR Tracker?

The OKR Tracker is a versatile skill designed to automate the lifecycle of Objective and Key Results (OKR) management. By connecting with popular project management and documentation hubs—including Notion, Jira, Lark (Feishu), Google Sheets, and local CSV/Excel files—this skill eliminates the need for manual progress tracking. It aggregates distributed status data, detects workflow misalignments, and generates actionable performance insights.

Using this skill as part of your Openclaw Skills library enables teams and developers to stay perfectly aligned without spending hours manually compiling spreadsheets. It acts as an intelligent coordinator, converting unstructured project tasks into high-fidelity progress updates, health visualizations, and automated risk warnings directly within your AI-assisted development environment.

OKR Tracker Use Cases

  • Automated Weekly OKR Reporting: Automatically pull data from active Jira boards and Notion workspaces to generate structured weekly OKR progress reports.
  • Risk and Delay Detection: Proactively identify Key Results falling behind schedule (e.g., progress lagging by more than 10% or 30%) and flag them for immediate remediation.
  • Cross-Platform Synchronization: Sync OKR databases across remote hubs like Notion or Lark and local offline spreadsheets without manual data entry.
  • Visualizing Goal Dynamics: Automatically render visual progress charts and status distributions to present during team alignment meetings.

How OKR Tracker Works

  1. Data Source Integration: Connects to defined OKR sources, such as Notion databases, Jira issues, Lark tables, or local files (CSV/Excel) using secure API tokens or relative paths.
  2. Aggregation and Alignment: Parses Objectives (O) and Key Results (KR), maps their relationships, and calculates current progress percentages against defined target milestones.
  3. Risk Analysis: Executes comparative algorithms to analyze whether current progress matches expected timelines, flagging bottlenecks.
  4. Reporting and Visualization: Leverages Pandas and Matplotlib to compile structured weekly updates and export progress charts.
  5. Sync and Output: Saves the evaluated report in Markdown format or updates remote tracking databases automatically.

OKR Tracker Setup

Install the skill using the Clawhub CLI:

clawhub install okr-tracker

Configuration

Ensure you configure the required environment variables to enable automated synchronization with external platforms:

  • NOTION_API_KEY: Required for Notion integration.
  • JIRA_API_TOKEN: Required for importing Jira metrics.
  • FEISHU_APP_TOKEN: Required for Lark/Feishu integration.

Minimum requirements: Python >= 3.10, 256MB RAM, and 0.3 CPU cores.

OKR Tracker Data Schema & Taxonomy

The OKR Tracker processes structured objectives and key results. Data is mapped using the following schema:

Field Name Type Description Required
objective_id String Unique identifier for the Objective (e.g., O1, O2) Yes
objective_title String Summary of the primary target goal Yes
kr_id String Unique identifier for the Key Result (e.g., KR1.1) Yes
target_value Float Final targeted goal value Yes
current_value Float Current achieved status Yes
status String Computed status (On Track, Delayed, Off Track) Yes
owner String Team member responsible for delivery No

OKR Tracker Advanced Features

  • Multi-Platform Sync Pipeline: Simultaneously extract live project data from Jira issues and output sync updates to an executive Notion dashboard.
  • Dynamic Risk Warnings: Configure custom progress drift thresholds (e.g., triggering alerts when a KR drifts more than 15% from its timeline trajectory).
  • Matplotlib Visualization Engine: Automatically render and export distribution and progress charts for team reviews.
  • Local File Cache: Fall back to cached local spreadsheet databases when external APIs are unreachable or offline.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*