Agent Skill
2/7/2026timestamp-epoch
Return an epoch window payload using the skill script and config.
T
therealtimex
0GitHub Stars
1Views
npx skills add therealtimex/realtimex-agent-skills
SKILL.md
| Name | timestamp-epoch |
| Description | Return an epoch window payload using the skill script and config. |
name: timestamp-epoch description: Return an epoch window payload using the skill script and config.
Epoch Window Payload
When to Use
- The user asks for an epoch window or expiration payload.
- The user mentions "expires_at", "window", or "epoch window".
Workflow
- Read
references/config.jsonto confirm window seconds - Run the skill script from
references/with the shell tool - Return the script output exactly as JSON
Execution
- Read the config:
read_file "/absolute/path/to/skills/timestamp-epoch/references/config.json"
- Run the script:
python "/absolute/path/to/skills/timestamp-epoch/references/epoch_payload.py"
Response Format
- Return the JSON output exactly as printed by the script
- Do not add extra keys
Notes
- Do not compute the timestamp manually.
- Do not change window seconds from config.
Skills Info
Original Name:timestamp-epochAuthor:therealtimex
Download