← スキル一覧に戻る

timestamp-utc
by therealtimex
⭐ 0🍴 0📅 2026年1月6日
SKILL.md
name: timestamp-utc description: Return a structured UTC timestamp payload using the skill script and config.
UTC Timestamp Payload
When to Use
- The user asks for a structured UTC timestamp payload.
- The user mentions UTC metadata, precision, or weekday.
Workflow
- Read
references/config.jsonto confirm precision and timezone - 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-utc/references/config.json"
- Run the script:
python "/absolute/path/to/skills/timestamp-utc/references/utc_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 precision or timezone values 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
レビュー
💬
レビュー機能は近日公開予定です