Use when performing any web search (WebSearch, WebFetch). Trigger phrases: "검색해봐", "알아봐", "찾아봐", "분석해봐", "search", "look up", "find" Ensures Claude uses the current year instead of defaulting to outdated years (e.g., 2024).
/plugin marketplace add minukHwang/claude-plugins/plugin install util@minukHwang-pluginsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Before using WebSearch or WebFetch, ALWAYS run:
date +%Y-%m-%d
Use the returned year (e.g., 2025) in your search queries.
For time-sensitive topics (tech docs, versions, news, trends), append the current year:
| Bad Query | Good Query |
|---|---|
| "React 19 features" | "React 19 features 2025" |
| "Next.js latest version" | "Next.js latest version 2025" |
| "AI trends" | "AI trends 2025" |
NEVER assume or hardcode the year. ALWAYS check first.