Temporal Time Manager for Openclaw

An AI-powered time management skill that enables natural language control over tasks, schedules, and ideas with cloud synchronization.

pangkaifeng
v1.0.2
Mar 5, 2026
0
961
0

Install & Download

1. ClawHub CLI

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

npx clawhub@latest install temporal-time-manager

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 temporal-time-manager 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 Temporal Time Manager?

Temporal Time Manager is a sophisticated productivity extension designed for the Openclaw Skills ecosystem. It acts as a bridge between your AI agent and the aitimemg.cn platform, allowing you to manage your professional and personal life through simple conversation. By integrating this skill, your AI becomes a proactive assistant capable of organizing your calendar, prioritizing your workload, and ensuring no creative spark is lost.

This skill is particularly valuable for users who want to maintain a single source of truth for their productivity data while leveraging the power of LLMs to handle the administrative overhead of task management. Whether you are using a CLI or a chat interface, Temporal Time Manager ensures your data is always synced and accessible.

Temporal Time Manager Use Cases

  • Creating and updating complex task lists using natural language commands.
  • Organizing daily schedules with precise time slots and durations.
  • Categorizing tasks into the Eisenhower Matrix (Urgent vs. Important) via AI automation.
  • Capturing rapid-fire ideas and memos into a centralized digital garden.
  • Syncing local AI interactions with the aitimemg.cn web dashboard for cross-device access.

How Temporal Time Manager Works

  1. The user issues a command to their AI agent regarding a task, schedule, or idea.
  2. The OpenClaw agent invokes the appropriate tool from the temporal-time-manager skill set.
  3. The skill authenticates with the aitimemg.cn API using a secure TEMPORAL_API_TOKEN.
  4. Data is transmitted to the cloud backend (hosted on Alibaba Cloud) and processed according to the request.
  5. The AI agent receives a confirmation and provides a human-readable summary of the action performed.

Temporal Time Manager Setup

First, install the skill to your agent environment:

openclaw skill install PANGKAIFENG/temporal-time-manager

Next, obtain your API Token from aitimemg.cn/settings. Set the following environment variables in your OpenClaw configuration or .env file:

TEMPORAL_API_TOKEN=tmg_your_token_here
TEMPORAL_BASE_URL=https://api.aitimemg.cn

Temporal Time Manager Data Schema & Taxonomy

The skill organizes data into three primary models. All IDs must be provided as UUIDs by the caller.

Task Schema

Field Type Description
title String The core task description (Required)
status Enum todo, done, or abandoned
group Enum Eisenhower Matrix: urgent_important, important, urgent, neither
executor_type Enum human, ai_copilot, or ai_auto

Schedule Schema

Field Type Description
task_id UUID Association with a specific task
date String YYYY-MM-DD format
planned_start Float Hour-based (e.g., 9.5 for 09:30)
planned_duration Float Duration in hours (e.g., 1.5 for 90 min)

Idea Schema

Field Type Description
content String The memo or inspiration text
source String Origin of the idea (defaults to openclaw)

Temporal Time Manager Advanced Features

  • Support for multi-executor workflows, distinguishing between human-led and AI-automated tasks.
  • Precise scheduling logic using decimal hour units for granular calendar control.
  • Metadata injection for ideas, allowing for structured storage of context alongside memos.
  • Integration with mcporter for direct CLI-based tool execution outside of chat contexts.
  • Automatic ISO 8601 timestamping for all task and schedule lifecycle events.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*