chronos
v0.1.3Inject a fresh configured-timezone date/time context with every submitted Codex prompt.
By Girish AttriLicense: MIT0 GitHub starsUpdated 6 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 0 skill or MCP entries
- Source updated
- Sep 18, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install chronos for Codex
codex plugin marketplace add devgirishattri/agent-plugins
codex plugin marketplace upgrade girishattri-plugins
codex plugin add chronos@girishattri-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the girishattri-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “chronos” remain stable.
- Codex:
chronos@agent-plugin-marketplace→chronos@girishattri-plugins
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/devgirishattri/agent-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is codex/plugins/chronos/.
Plugin files
└── .codex-plugin/plugin.json
Plugin manifests1
{
"name": "chronos",
"version": "0.1.3",
"description": "Inject a fresh configured-timezone date/time context with every submitted Codex prompt.",
"author": {
"name": "Girish Attri",
"email": "[email protected]"
},
"homepage": "https://github.com/devgirishattri/agent-plugins",
"repository": "https://github.com/devgirishattri/agent-plugins",
"license": "MIT",
"keywords": [
"time",
"datetime",
"clock",
"awareness",
"context",
"hooks"
],
"interface": {
"displayName": "Chronos",
"shortDescription": "Keep Codex aware of the current date and time.",
"longDescription": "Automatically adds a compact configured-timezone timestamp to every submitted prompt so time-sensitive reasoning always starts with a fresh current time.",
"developerName": "Girish Attri",
"category": "Productivity",
"capabilities": [
"Interactive"
],
"websiteURL": "https://github.com/devgirishattri/agent-plugins",
"defaultPrompt": [
"What is the current date and time?",
"Plan this work using today's date.",
"Check whether this deadline has passed."
],
"brandColor": "#7C3AED",
"screenshots": []
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[chronos on Agent Plugins Marketplace](https://pluginsmp.com/plugins/chronos)