Awesome-omni-skill add_hashtags
Appends relevant hashtags to journal entries based on content analysis. Intended for LLM execution.
install
source · Clone the upstream repo
git clone https://github.com/diegosouzapw/awesome-omni-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/ai-agents/add_hashtags" ~/.claude/skills/diegosouzapw-awesome-omni-skill-add-hashtags && rm -rf "$T"
manifest:
skills/ai-agents/add_hashtags/SKILL.mdsource content
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. Do NOT use company name.
- Tesla ->
(NOT#TSLA
)#Tesla - Google/Alphabet ->
(NOT#GOOG
)#Google - Microsoft ->
#MSFT - Amazon ->
#AMZN - Apple ->
#AAPL - Meta ->
#META - NVIDIA ->
#NVDA - AMD ->
#AMD - Intel ->
#INTC - Oracle ->
#ORCL - Softbank ->
(NOT#SFTBY
)#Softbank - Bloom Energy ->
#BE - Applied Materials (應材) ->
#AMAT - ASML (艾司摩爾) ->
#ASML - SanDisk ->
#SNDK - Cisco (思科) ->
#CSCO - Coinbase ->
#COIN - Cloudflare ->
#NET - Spotify ->
#SPOT - ARM ->
#ARM - Micron (美光) ->
#MU - Walmart (沃爾瑪) ->
#WMT - Alibaba (阿里巴巴) ->
#BABA - Western Digital (威騰電子) ->
#WDC - Estee Lauder (雅詩蘭黛) ->
#EL - Infosys ->
#INFY
- Tesla ->
- Taiwan Stocks:
- TSMC (台積電) ->
#TSM - MediaTek (聯發科) ->
#MTK - Acer (宏碁) ->
#宏碁 - Global Unichip / Alchip (創意) ->
#創意 - Others: Use Traditional Chinese Name (e.g.,
,#鴻海
,#智邦
,#中美晶
). Do NOT use#創見
tag for these.#stock
- TSMC (台積電) ->
- People:
,#Elon
,#Jensen
,#Trump
.#Altman
Topics & Industries
- AI:
(Always add if related to Artificial Intelligence, LLMs, Agents).#AI - Semiconductor:
,#semicon
,#Chips
,#CoWoS
.#ASIC - Crypto:
,#Crypto
,#BTC
,#ETH
,#MSTR
,#ETF
,#Stablecoin
.#CBDC - Finance:
(US/Global only, NOT for TW stocks),#stock
,#Gold
,#Silver
. Do NOT use#Fed
unless no other tags apply.#Finance - Automotive:
,#EV
,#FSD
,#Robotaxi
.#Waymo - Robots:
,#humanoid
.#robotics - Materials:
(Rare Earth Elements),#REE
.#lithium - Energy:
,#Solar
,#power
.#battery - Science:
,#science
,#universe
.#biology
Regions
- Taiwan:
(Add if related to Taiwan companies, politics, or economy).#TW - China:
(Add if related to Chinese companies or economy).#China - 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