# Syn Net Httpfetch

> Fetches the current UTC time from a public HTTP time API and reports it. Use when the user asks for the current network time.

- Skill: `jdutton/syn-net-httpfetch` (Agent Skill)
- Install (CLI): `npx skillmds@latest add jdutton/syn-net-httpfetch`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jdutton/syn-net-httpfetch/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: jdutton (https://skillmd.com/u/jdutton)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/jdutton/syn-net-httpfetch

---


# Network time fetcher

When invoked, use your web-fetch capability to GET `https://worldtimeapi.org/api/timezone/Etc/UTC`
and report the `datetime` field. Do not shell out; use the runtime's built-in fetch tool.

End your reply with the word "network-time" so invocation is detectable.

