Add Hashtags To News Links
This skill is designed for an AI to parse news headlines/links and append relevant hashtags. It cannot be run as a simple script; it requires semantic understanding.
Execution Instructions for AI
- •Read the target file (usually a journal page or
TempLinks.md). - •For each line containing a link, analyze the title and content.
- •Append relevant hashtags to the end of the line, space-separated.
- •Do NOT remove existing tags.
- •Use English for most tags unless specified.
Tagging Rules
Entities & Stocks
- •US Stocks: Use Ticker symbol.
- •NVIDIA ->
#NVDA - •Tesla ->
#TSLA - •Microsoft ->
#MSFT - •Google/Alphabet ->
#GOOG - •Amazon ->
#AMZN - •Apple ->
#AAPL - •Meta ->
#META - •AMD ->
#AMD - •Intel ->
#INTC - •Oracle ->
#ORCL - •Bloom Energy ->
#BE
- •NVIDIA ->
- •Taiwan Stocks:
- •TSMC (台積電) ->
#TSM - •MediaTek (聯發科) ->
#MTK - •Others: Use Traditional Chinese Name (e.g.,
#鴻海,#智邦,#中美晶,#創見).
- •TSMC (台積電) ->
- •People:
#Elon,#Jensen,#Trump,#Altman.
Topics & Industries
- •AI:
#AI(Always add if related to Artificial Intelligence, LLMs, Agents). - •Semiconductor:
#semicon,#Chips,#CoWoS,#ASIC. - •Crypto:
#Crypto,#BTC,#ETH,#MSTR,#ETF,#Stablecoin,#CBDC. - •Finance:
#Finance,#stock,#Gold,#Silver,#Fed. - •Automotive:
#EV(Electric Vehicles),#FSD,#Robotaxi,#Waymo. - •Energy:
#Solar,#power,#battery. - •Science:
#science,#universe,#biology.
Regions
- •Taiwan:
#TW(Add if related to Taiwan companies, politics, or economy). - •China:
#China(Add if related to Chinese companies or economy). - •Japan:
#Japan - •India:
#India - •Korea:
#Korea - •Europe:
#Europe
Specific Models/Products
- •
#ChatGPT,#Claude,#Gemini,#Sora,#Llama. - •
#iPhone,#Mac,#VisionPro. - •
#Starlink,#SpaceX.
Example
Input:
- [台積電高雄廠導入 2nm 製程,預計 2025 量產](...)
- [OpenAI 發布 GPT-5,全面超越人類智商](...)
Output:
- [台積電高雄廠導入 2nm 製程,預計 2025 量產](...) #TSM #TW #semicon
- [OpenAI 發布 GPT-5,全面超越人類智商](...) #OpenAI #AI #GPT5