From 06281fe9dc4cbb84771d2b9b8aa8f1524148cc4f Mon Sep 17 00:00:00 2001 From: lxcong <83766787@qq.com> Date: Thu, 23 Jul 2026 15:39:49 +0800 Subject: [PATCH] fix(codex-plugin): update default example prompts with concrete use cases Co-Authored-By: Claude Fable 5 --- .codex-plugin/plugin.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index 9034469..34717e3 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -36,9 +36,11 @@ ], "websiteURL": "https://agentkey.app", "defaultPrompt": [ - "Search the web and social media for the latest news about a topic", - "Get the current price and on-chain activity for a crypto token", - "Scrape a URL and summarize its content" + "Use AgentKey to search and summarize trending Reddit content about AI office tools from the past 7 days, then give me 5 content angles suitable for a newsletter or short-form video.", + "Use AgentKey to search Instagram for trending posts about yoga mats from the past 3 days, and analyze the topic, hook, and format of 5 high-engagement posts.", + "Use AgentKey with Yahoo Finance and Google News to analyze the market reaction to NVIDIA's latest earnings report, and explain what drove the stock price move.", + "Use AgentKey to search Taobao, JD, and 1688 for Huaqiangbei Bluetooth earbuds, and compare price ranges and user reviews.", + "Use AgentKey to find GitHub projects that have trended in the past 30 days, and summarize 3–5 high-star repos: what they do, star count, and which agent use cases they fit." ] } }