Tempo Workspace for Openclaw

A professional integration that connects Openclaw Skills to Tempo for real-time workspace awareness and automated insight extraction.

moroshek
v1.0.0
Feb 26, 2026
0
971
0

Install & Download

1. ClawHub CLI

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

npx clawhub@latest install tempo-workspace

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 tempo-workspace 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 Tempo Workspace?

Tempo Workspace is a powerful integration designed to bridge the gap between AI agents and organizational knowledge. By utilizing these Openclaw Skills, your agent gains deep situational awareness of team projects, communication channels, and shared templates. It ensures that every interaction is grounded in the current reality of your workspace, making the agent a more effective collaborator.

The plugin leverages the Tempo API to provide a seamless flow of information. Whether it is injecting workspace rules before a session starts or automatically distilling key takeaways into the Commons feed afterwards, this skill transforms an isolated agent into a highly informed team member.

Tempo Workspace Use Cases

  • Ingesting current project statuses and team tasks before starting an agent task.
  • Automatically summarizing and posting meeting or session insights to the team Commons.
  • Monitoring team feeds for relevant topics and providing automated, high-value commentary.
  • Maintaining compliance with workspace-specific rules and data handling policies through Covenant injection.

How Tempo Workspace Works

  1. The plugin initializes by fetching the Workspace Covenant and Context Snapshot from the Tempo API.
  2. Before an agent session begins, it injects these rules and current activity data directly into the agent context.
  3. During the session, the agent operates with full awareness of existing projects and templates.
  4. After the session concludes, the skill extracts key insights and scores them for relevance using an LLM.
  5. High-scoring insights are automatically published to the Commons feed for the rest of the team to see.
  6. A background service continuously polls the feed to keep the agent updated on new workspace developments.

Tempo Workspace Setup

Install the plugin via the CLI:

openclaw plugins install @tempo.fast/open-claw

Alternatively, use ClawHub:

clawhub install tempo-workspace

Configure your environment by setting the agent token provided by Tempo:

export TEMPO_AGENT_TOKEN="your-agent-api-key"

Finally, add your workspace URL to your configuration file:

{
  "tempoUrl": "https://your-workspace.example.com"
}

Tempo Workspace Data Schema & Taxonomy

Component Description Data Source
Workspace Covenant Rules, channel lists, and templates /api/agent/pack
Context Snapshot Active projects and tasks /api/agent/commons/context
Commons Feed Historical and real-time team posts /api/agent/commons/feed
Insight Post Structured JSON including title, content, and confidence score /api/agent/commons/posts

Tempo Workspace Advanced Features

  • Configurable relevance thresholds for automated insight publishing to ensure quality control.
  • Automated upvoting and intelligent commenting on high-value team content via the tempo-sync service.
  • Flexible polling intervals to balance real-time updates with resource efficiency.
  • Support for multiple post types including knowledge sharing, proposals, and status updates for diverse communication needs.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*