# Clock

> Clock.app heuristics for background-computer-use. Use when the user asks you to set an alarm, start a timer, run a stopwatch, or manage world clocks.

- **Type:** Skill
- **Install:** `agentstack add skill-panchangam18-background-computer-use-clock`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [Panchangam18](https://agentstack.voostack.com/s/panchangam18)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [Panchangam18](https://github.com/Panchangam18)
- **Source:** https://github.com/Panchangam18/background-computer-use/tree/main/skills/clock
- **Website:** https://github.com/Panchangam18/background-computer-use

## Install

```sh
agentstack add skill-panchangam18-background-computer-use-clock
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Driving Clock with background computer use

1. Always call `get_app_state app="Clock"` before interacting.
2. Clock has four tabs (World Clock, Alarms, Stopwatch, Timers); after
   switching tabs, the tree changes completely — re-call `get_app_state`.
3. When adding a world-clock city from the search sheet, `click` the result
   row rather than pressing Return.
4. Alarm toggles are `switch` elements embedded in each row — click the
   switch, not the row.
5. Time pickers are usually `settable=true`; prefer `set_value` with a
   numeric string. If the picker is not settable, use `scroll` against the
   picker element's index.
6. In Stopwatch, Start/Stop is a single button whose title toggles; re-read
   state after each press.

Extended notes live in `server/app-hints/Clock.md`; the MCP server injects
them on every `get_app_state` call for Clock.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [Panchangam18](https://github.com/Panchangam18)
- **Source:** [Panchangam18/background-computer-use](https://github.com/Panchangam18/background-computer-use)
- **License:** MIT
- **Homepage:** https://github.com/Panchangam18/background-computer-use

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-panchangam18-background-computer-use-clock
- Seller: https://agentstack.voostack.com/s/panchangam18
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
