Reads Microsoft Word (.docx) files and extracts text content. Use when needing to read .docx documents. Requires python-docx package.
/plugin marketplace add childbamboo/claude-code-marketplace-sample/plugin install general@claude-code-marketplace-sampleThis skill inherits all available tools. When active, it can use any tool Claude has access to.
README.mdscripts/read_docx.pyMicrosoft Word (.docx) ファイルをテキスト形式で読み込むスキルです。
# WSL環境でPythonスクリプトを実行
wsl python3 scripts/read_docx.py "/mnt/c/path/to/file.docx"
python-docx パッケージが必要です:
wsl pip3 install python-docx
User: "C:\Users\keita\repos\file.docx を読み込んで"
Assistant:
1. Windowsパスを WSL パスに変換: /mnt/c/Users/keita/repos/file.docx
2. wsl python3 scripts/read_docx.py を実行
3. 抽出されたテキストを表示
User: "申請書.docx を Markdown に変換して保存"
Assistant:
1. scripts/read_docx.py でテキスト抽出
2. Markdown形式で整形
3. Write ツールで 申請書.md に保存
4. 保存完了を報告
C:\ → /mnt/c/)wsl python3 scripts/read_docx.py を実行Python スクリプトは scripts/read_docx.py に配置されています。
主な機能:
使い方:
python scripts/read_docx.py <file_path>
wsl pip3 install python-docx
wsl pip3 uninstall docx
wsl pip3 install python-docx
Windows パスから WSL パスへの変換:
C:\Users\... → /mnt/c/Users/...D:\Projects\... → /mnt/d/Projects/...\ をスラッシュ / に変換Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.