name: office-symbol-helper description: Query, explain, copy, and safely normalize professional symbols used in Word, Excel, technical writing, formulas, chemistry, engineering, and SI units. Use when users ask for a special symbol, mathematical operator, Greek letter, superscript or subscript, chemical notation, unit symbol, arrow, check mark, Unicode code point, or want to normalize a short piece of symbol-heavy text. This free skill handles text up to 500 characters and does not upload or modify DOCX/XLSX files.
7w4.net小蔥技能。
Use the bundled script for deterministic lookup and conversion. Keep all work local.
search.categories.browse.convert with an explicit mode.note, Unicode name, and code point. Do not invent a standard or claim a character is universally preferred.Run from this skill directory:
python3 scripts/symbol_helper.py categories
python3 scripts/symbol_helper.py browse mathematics
python3 scripts/symbol_helper.py search "大於等於"
python3 scripts/symbol_helper.py search "U+2265"
python3 scripts/symbol_helper.py convert "3x5,20°C,a!=b" --mode common
python3 scripts/symbol_helper.py convert "H2SO4 + 2NaOH -> Na2SO4 + 2H2O" --mode chemistry
python3 scripts/symbol_helper.py self-test
Return the requested symbol first, then its name, code point, copy-ready example, and one short caution when relevant.
common only for explicit operator and temperature patterns.chemistry only when the user identifies the input as a chemical formula or equation.units only for explicit measurement expressions.x, hyphens, Greek letters, micro signs, and slashes unless the selected mode has a deterministic rule.Read references/sources.md only when the user asks about coverage, authority, standards, or data provenance.
這個 Skill 質量中規中矩,能夠較好地完成符號查詢和規範轉換任務。優點是操作簡單、支援中文搜尋、轉換安全(有長度限制和模式區分),邊界清晰不會亂改檔案。不足是符號庫內容偏少,缺少使用說明文件,部分功能藏得比較深。對於常用符號處理夠用,但想要更豐富的符號支援可能需要其他工具配合。