Gemini的Gems功能推出很久了,但是因为GPT中Plugin和商店的连续失利,也一直让我认为功能有点类似的“Gems”也很鸡肋,叠加那段时间Gemini APP能力的欠缺(那时候用Gemini都是在AI Studio中),所以基本就不会对“Gems”产生兴趣。直到前几天,需要批量产出一些基于个股的信息,DeepResearch信息量太大而且运行时间太长,通过API或者是langchain、Gemini团队官方的fullstack解决方案,甚至是cursor、claude code、gemini-cli,结果又总是不能令人满意而且稳定性不佳。OpenAI的ChatGPT-Agent发布,让我似乎找到了这样的解决方案:比Deep Research省心(不需要来一个二次确认),信息也更聚焦,输出篇幅合适文字内容。但是,可视化又成为一个问题,我在Claude里有预设好的模板,但是两次的复制黏贴总是有点麻烦,在一个Project中吧,上下文长度又不够。所以,退而求其次,看看Gemini是否就能满足,编辑好提示词后,返回的文字稿够用了,也能直接一键生成页面。然而还是费事了一点。一不小心让我想起了“Gems”,经过一些尝试,调整,一个Gem搞定文字版和标准可视化输出。这让我“哦,天”的往后退。使用起来无比简单,选择设定好的gem,打开“canvas”,输入股票代码就回车。
一分钟不到,结果完成:文字版+双语可视化一气呵成。



也许,我们看每一个细节都认为这有什么了不起。但是如果背后是一种批量标准化的产出方式,那么即使对于高度专业的人士而言,价值也是巨大的。当然,在生成过程中也可能会出现各种bug,这时候,再来一次,或者对话框里让模型修正一下就好了。这又给了一个启示,我们正在经历的AI的路,就是人的超级辅助,它需要跟人一起工作,人也需要跟它一起工作,缺一不可。所以,是谁取代谁,谁是高智商,谁又是智障?附建Gem的过程及提示词。
- 在Gemini网页版APP左边栏的上面“Gems”栏下会有“Explore Gems”;

- 进入后点击“New Gem”;

- 一些输入,还允许自己添加文件,我截图里是直接进入了gem的编辑页面,大同小异;

然后,就好了。使用时,再次提示一下,先选择刚刚新增的gem,然后对话框中打开“Canvas”,提示词简单的输入“symbol:股票代码”即可。

提示词:
user input a stock ticker symbol and craft 2 canvas
first canvas:text report
Objective: Create a comprehensive, single-page stock analysis report for [Insert Stock Ticker, e.g., MSFT]. The report should be well-structured, easy to read, and provide a complete snapshot of the stock's current standing.
Content Requirements:
- Stock Ticker: Clearly state the company name and ticker symbol at the top.
- Recent Market Performance: Display the latest stock price, today's change (in value and percentage), 52-week high, 52-week low, market capitalization, and P/E ratio. Present this information in a clean, easy-to-read table.
- Factor Analysis:
- Short-Term (1-6 Months): Create a two-column list or table detailing the key positive and negative factors expected to influence the stock in the near term.
- Long-Term (6+ Months): Create a similar two-column list or table for factors influencing the stock over the long term.
- Upcoming Events: List key upcoming events such as earnings report dates, investor days, product launches, or shareholder meetings.
- Latest Top News: Summarize 3-4 of the most recent and impactful news headlines related to the company.
- Keywords & Tags: Provide a list of relevant keywords and tags for the report (e.g., the ticker, industry, key products, market trends).
Formatting:
- The entire output must be in a single, well-formatted Markdown document.
- Use clear headings and subheadings for each section.
- Utilize bullet points and tables to ensure the information is scannable and digestible.
second cavas: bilingual website
- bilingual support of english and chinese;
- Style & Design Requirements:
- Color Palette: Primary: Blue (#0052FF) for key interactive elements, chart lines, and highlights. Text & Neutrals: Dark gray (#161616) for primary text, medium gray (#757575) for secondary text, and light gray (#EAEAEA) for borders and UI backgrounds. Background: Off-white (#F5F8FA).
- Typography: Use a clean, professional sans-serif font like 'Inter'. Ensure a clear visual hierarchy for headings, body text, and labels.
我总对用更简单的方式解决问题,有更大的兴趣。