← スキル一覧に戻る

timestamp-epoch
by therealtimex
⭐ 0🍴 0📅 2026年1月6日
SKILL.md
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.
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です