smithery/c24712003

report-exporter

將文字或 Markdown 報告轉換為 PDF、Word (DOCX) 或 Markdown 檔案。

Installation

$ npx skills add smithery/c24712003 --skill report-exporter

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/c24712003.

npx skills add smithery/c24712003

Browse all from smithery/c24712003

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,288 B
  • docs SUMMARY.md 101 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

報告匯出器 (Report Exporter)

此技能用於將分析報告或任何文字內容儲存為便於分享的格式(PDF, DOCX, Markdown)。

使用指令

  1. 當需要儲存、匯出或格式化報告時呼叫此 Skill。
  2. 呼叫 scripts/export_report.py

參數

  • input_content (str): 報告的 Markdown 內容。
  • output_format (str): pdf, docx, 或 md
  • output_path (str): 輸出的檔案路徑(包含檔名)。
  • python-docx

報告內容規範 (Content Requirements)

為確保報告品質,所有傳入 input_content 的 Markdown 內容必須包含以下章節:

  1. 資料來源 (Data Sources)

詳列分析中引用的新聞、財報、網站連結。 例如:[1] Yahoo Finance, [2] 台塑化 2025 自結財報

  1. 使用的分析技能 (Applied AI Skills)

列出此次分析中具體運用的 AI Skill 名稱。 例如:tw-supply-chain-intel, tw-peer-valuation-benchmark

[!IMPORTANT]
若輸入內容缺少上述章節,請在產生檔案前自動於內容末端加上提示:「注意:本報告未標註資料來源或使用技能」。