fix(codex-plugin): update default example prompts with concrete use cases (#76)

## Summary
- Replace the 3 generic `defaultPrompt` examples in
`.codex-plugin/plugin.json` with 5 concrete, scenario-driven prompts
(Reddit trend research, Instagram post analysis, NVIDIA earnings
reaction via Yahoo Finance + Google News, Taobao/JD/1688 price
comparison, trending GitHub repos)

Supersedes #75 (stale head after rebase onto main).

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
lxcong
2026-07-23 15:51:18 +08:00
committed by GitHub
parent e746e01e39
commit 683ad83310
+5 -3
View File
@@ -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 35 high-star repos: what they do, star count, and which agent use cases they fit."
]
}
}