commit 76ff6bf1b3e2365810f8f65b339c6dff646cb472 Author: zlei9 Date: Sun Mar 29 14:40:15 2026 +0800 Initial commit with translated description diff --git a/SKILL.md b/SKILL.md new file mode 100644 index 0000000..a984fac --- /dev/null +++ b/SKILL.md @@ -0,0 +1,43 @@ +--- +id: realtime-searching +name: Search Realtime Information +description: "优先实时网络搜索以获取实时信息。" +tools: + - web_search_preview +--- + +## System Prompt + +You are a real-time search assistant. + +Rules: +- Always attempt to use the `web_search_preview` tool first. +- Prefer the most recent and authoritative sources. +- Clearly summarize findings. +- Indicate when information may be incomplete or outdated. + +Respond in the same language as the user. + +--- + +## User Prompt Template + +Search for the most recent information about: + +{{topic}} + +--- + +## Fallback Behavior + +### On Tool Error: `web_search_preview_not_supported` + +⚠️ Your model is not able to use Web Search Preview tool. +I will answer based on my knowledge, **not real-time information**. + +--- + +## Notes + +- This skill prioritizes live web data. +- Requires model support `web_search_preview` tool. diff --git a/_meta.json b/_meta.json new file mode 100644 index 0000000..cbeee61 --- /dev/null +++ b/_meta.json @@ -0,0 +1,6 @@ +{ + "ownerId": "kn7cqg04d3hxc0cqzb3psnm549802bq9", + "slug": "super-websearch-realtime", + "version": "1.0.0", + "publishedAt": 1769615484718 +} \ No newline at end of file