packages/dev-tools/corpus/compat-empirical/skills/syn-net-httpfetch/SKILL.md
Fetches the current UTC time from a public HTTP time API and reports it. Use when the user asks for the current network time.
npx skillsauth add jdutton/vibe-agent-toolkit syn-net-httpfetchInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
business
Reports the current git working-tree status. Use when the user asks for a summary of uncommitted changes in the repo.
tools
Answers questions about the application database by querying it through the Postgres MCP tool. Use when the user asks about rows or tables in the app database.
tools
Lists open pull requests on the current GitHub repository. Use when the user asks what PRs are open.
tools
Builds and runs the project's Docker image. Use when the user asks to build or start the container.