Real Skill packageSource verifiedClawHub registry

Chronos

Gives AI coding agents temporal awareness via a hook-backed ledger and decision rules. Activates whenever an agent reasons about recency, retry windows, memory staleness, deploy cooldowns, idle detection, or any "when / how long ago" question. Required for autonomous or long-running agents.

Identity and source

Publisher attributionAhmad Othman Ammar Adi.registry owner unverified by skillvetai
Functional categoryAgent Engineering, Security & Governanceautomatically inferred · 61% rule confidence
Package forminstruction with code53 recorded files
Canonical sourceClawHub registryclawhub:othmanadi:chronos-2
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/31/2026.claude/skills/chronos

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/31/2026.agents/skills/chronos

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/31/2026skills/chronos

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @othmanadi/chronos-2
clawhub inspect @othmanadi/chronos-2 --version 0.1.0

Security evidence

SkillVetAI static result: no findings detected

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
36 / 53 inspected as text
Checked
8/31/2026, 5:39:44 AM
Scanner
0.1.3
Policy
1.0.3
4 inferred permission indicators
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
8 dependency and API indicators
  • api: arxiv.org
  • api: clawhub.ai
  • api: code.claude.com
  • api: developers.openai.com
  • api: docs.sylph.ai
  • api: github.com
  • api: img.shields.io
  • api: www.npmjs.com
External clawhub result: clean

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
8/30/2026, 6:29:28 PM
Release binding
Matches this record
  • vt: clean
  • skillspector: suspicious
  • llm: clean

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:27396a9a4479f7e7de9affa2b9e3f6a10539d006b3af7c3033956b625d88590b
Show up to 30 recorded paths
  • .cursor
  • .cursor/rules
  • .cursor/rules/chronos.mdc
  • .gitignore
  • AGENTS.md
  • assets
  • assets/banner.png
  • assets/profile-banner.png
  • CHANGELOG.md
  • CONTRIBUTING.md
  • installers
  • installers/adal
  • installers/adal/README.md
  • installers/claude-code
  • installers/claude-code/install.sh
  • installers/claude-code/settings.json
  • installers/claude-code/settings.windows-ps.json
  • installers/codex
  • installers/codex/config.toml.fragment
  • installers/codex/hooks.json
  • installers/codex/install.sh
  • installers/cursor
  • installers/cursor/README.md
  • installers/detect-shell.sh
  • installers/hermes
  • installers/hermes/README.md
  • installers/openclaw
  • installers/openclaw/README.md
  • installers/opencode
  • installers/opencode/plugin.ts

Source changelog

Initial major release of Chronos, providing temporal awareness and decision rules for AI coding agents. - Introduces a hook-backed time ledger, available when supported by the host platform. - Supplies session baseline, per-turn timing deltas, and an append-only tool-use ledger. - Defines seven key triggers for when agents must consult or reason explicitly about time and recency. - Details degraded fallback mode for platforms without hook support, ensuring graceful functionality. - Includes concrete rules and ledger query examples for retries, memory staleness, and progress reporting. - Documents installation and platform-specific wiring procedures.