Code Pluginsource linked
Time Injectionv1.0.0
Injects current ISO timestamp into every prompt via before_prompt_build hook, giving AI agents temporal awareness.
Community code plugin. Review compatibility and verification before install.openclaw plugins install clawhub:@openclaw/time-injectionLatest release: v1.0.0Download zip
Capabilities
- Tags
- configSchema
- Yes
- Executes code
- Yes
- HTTP routes
- 0
- Runtime ID
- time-injection
Compatibility
- Built With Open Claw Version
- 2026.4.5
- Min Gateway Version
- 2026.4.1
- Plugin Api Range
- >=2026.4.1
- Plugin Sdk Version
- 2026.4.5
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the implementation: the TypeScript code registers a before_prompt_build hook and injects new Date().toISOString() into prependSystemContext. It requests no unrelated binaries, credentials, or paths.
Instruction Scope
Runtime instructions and code are narrowly scoped to building prompts. The plugin does not read files, environment variables, network endpoints, or other system state beyond generating the current time string.
Install Mechanism
There is no install spec and the code file is small and transparent. Nothing is downloaded from external URLs or extracted to disk by the skill metadata.
Credentials
The skill declares no required environment variables, credentials, or config paths and the code does not access any secrets — requested privileges are minimal and appropriate.
Persistence & Privilege
Flags are default (always: false). The plugin does not modify other skills or system-wide settings and does not request persistent elevated presence.
Assessment
This plugin is small and transparent: it simply prepends the current ISO timestamp to every prompt. Before installing, consider: (1) any prompts or logs sent to external models or third parties will include the timestamp (minor privacy/leakage surface), (2) verify you trust the plugin source/repository if you require provenance, and (3) if you need deterministic/reproducible prompts or want to avoid automatic insertion, do not enable the plugin or disable autonomous invocation for agents that should not receive dynamic timestamps. Overall it is coherent and low-risk for normal use.Verification
- Tier
- source linked
- Scope
- artifact only
- Summary
- Validated package structure and linked the release to source metadata.
- Commit
- 2741948aba8a
- Tag
- 2741948aba8a2b865d162af3f3e160a81a87633b
- Provenance
- No
- Scan status
- clean
Tags
- context
- 1.0.0
- latest
- 1.0.0
- plugin
- 1.0.0
- temporal
- 1.0.0
