---
title: "wall-clock"
description: "Keep agent work inside a deadline with time-aware planning, bounded assignments, and explicit wrap-up reports."
canonical: https://agentpluginsdirectory.com/plugins/wall-clock
last-updated: 2026-09-27
---

# wall-clock
Keep agent work inside a deadline with time-aware planning, bounded assignments, and explicit wrap-up reports.
- Slug: wall-clock
- Publisher: emo-eth
- Repository: https://github.com/emo-eth/skills
- Manifest: plugins/wall-clock/plugin.json
- Version: 0.1.0
- Category (editorial): agent-tooling
- Skills: 1 (wall-clock)
- MCP servers: 0
- Stars: 0
- Repository created: 2026-07-09
- Repository last pushed: 2026-09-20
- Publisher type: User
- Listing: https://agentpluginsdirectory.com/plugins/wall-clock
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What wall-clock does, in the publisher's words

Wall-clock gives Pi and OMP sessions a host-enforced time ceiling. It injects measured time before model turns, blocks work at native pre-action boundaries, and can stop supported running actions when the selected policy requires it.

- Agent Plugins: The portable package format for Agent Skills and optional Model Context Protocol servers.
- Pi: The @earendil-works/pi-coding-agent host.
- OMP: The @oh-my-pi/pi-coding-agent host.
- Native adapter: Host-specific code that observes model and tool events and enforces wall-clock decisions.
- Expiry policy: The selected rule at the deadline: block new work or also abort supported running work.
- Abort domain: One native host session whose abort function can stop its current action.

From the project README, punctuation lightly normalized. Full text: https://raw.githubusercontent.com/emo-eth/skills/HEAD/plugins/wall-clock/README.md

## Skills

- wall-clock: Use when the user gives a deadline or time budget, asks for wall-clock planning, bounded agent assignments, wrap-up behavior, or explicit shortcut and risk reporting. Keeps work inside a time ceiling with start, status, check, assignment, completion, and report operations.

Descriptions come from the frontmatter of each SKILL.md, punctuation lightly normalized.
