원클릭으로
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.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Fetches the current UTC time from a public HTTP time API and reports it. Use when the user asks for the current network time.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when starting VAT work or deciding which VAT sub-skill applies. Router that points at sub-skills for adoption, skill/agent authoring, audit, distribution, RAG, knowledge resources, skill review, and enterprise org admin.
Announce a tagged release to the team channel. Use when a release tag is pushed and a summary of the changelog highlights needs to be posted to chat.
Parse a workers'-comp loss run into normalized rows. Use when a user has a carrier loss-run PDF or spreadsheet and needs claims, paid, reserves, and incurred extracted per claim.
Categorize expense-report line items into GL accounts. Use when a user has an expense export and needs each line mapped to a general-ledger code, with low-confidence matches flagged for review.
A tool that uses a bundled CLI
Lists Azure subscriptions for the signed-in account. Use when the user asks which Azure subscriptions they can access.
| name | syn-net-httpfetch |
| description | Fetches the current UTC time from a public HTTP time API and reports it. Use when the user asks for the current network time. |
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.