Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add zeenie-ai/OpenCompany --skill timer-skillgit clone --depth 1 https://github.com/zeenie-ai/OpenCompanyWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/zeenie-ai/opencompany/timer-skill)<a href="https://agentmods.dev/skills/zeenie-ai/opencompany/timer-skill"><img src="https://agentmods.dev/badge/skills/zeenie-ai/opencompany/timer-skill/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/zeenie-ai/opencompany/timer-skill"><img src="https://agentmods.dev/badge/skills/zeenie-ai/opencompany/timer-skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00025 | $0.00939 |
| Opus 5 | $0.00013 | $0.00469 |
| Sonnet 5 | $0.00005 | $0.00188 |
| Haiku 4.5 | $0.00003 | $0.00094 |
Grade A, and why
timer-skill scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 168 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Timer Tool
Set one-time delayed execution timers.
How It Works
This skill provides instructions for the Timer tool node. Connect the Timer node to Zeenie's input-tools handle to enable timed delays.
timer Tool
Create a one-time timer that triggers after a specified duration.
Schema Fields
| Field | Type | Required | Description |
|---|---|---|---|
| duration | number | Yes | Time value for the delay |
| unit | string | Yes | Time unit: "seconds", "minutes", "hours", "days" |
Time Units
| Unit | Range | Use Case |
|---|---|---|
seconds |
1-3600 | Short delays, testing |
minutes |
1-1440 | Task reminders, short waits |
hours |
1-168 | Scheduled checks, delayed notifications |
days |
1-30 | Long-term reminders, follow-ups |
Examples
30 second delay:
{
"duration": 30,
"unit": "seconds"
}
5 minute reminder:
{
"duration": 5,
"unit": "minutes"
}
1 hour delay:
{
"duration": 1,
"unit": "hours"
}
2 day follow-up:
{
"duration": 2,
"unit": "days"
}
Response Format
Timer set:
{
"success": true,
"message": "Timer set for 5 minutes",
"duration": 5,
"unit": "minutes",
"duration_seconds": 300,
"trigger_at": "2025-01-30T12:05:00Z"
}
Timer triggered:
{
"success": true,
"triggered": true,
"message": "Timer completed after 5 minutes",
"duration": 5,
"unit": "minutes"
}
Error Response
{
"error": "Duration must be a positive number"
}
Use Cases
| Use Case | Duration | Unit | Description |
|---|---|---|---|
| Quick test | 10-30 | seconds | Testing workflow execution |
| Reminder | 5-30 | minutes | Short-term reminders |
| Rate limit | 60 | seconds | Wait between API calls |
| Daily check | 24 | hours | Daily automation |
| Follow-up | 2-7 | days | Long-term follow-ups |
Common Workflows
Delayed notification
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 168 lines · 25 tokens per session scan A 93950cb54c3a
timer-skill is a skill published in the GitHub repository zeenie-ai/OpenCompany (875 stars, last pushed yesterday), licensed MIT. It adds 25 tokens to every session and 939 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
imsg
Use the imsg CLI from OpenClaw agents for iMessage/SMS DMs, groups, replies, reactions, polls, watching, and private-API actions.
control-ui
Operate and troubleshoot the OpenClaw Control UI: navigate connected clients, organize sessions, build session dashboards, and handle direct or Tailscale-hosted Gateways.
peekaboo
Capture and automate macOS UI with the Peekaboo CLI.
gog
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
taskflow-inbox-triage
Preview synthetic inbox routing with a real TaskFlow approval pause, and identify the adapters needed for live triage.
wacli
Send third-party WhatsApp messages or sync/search WhatsApp history via wacli, not normal active chats.