jpskill.com
📄 ドキュメント コミュニティ 🟢 非エンジニアでもOK 👤 事務職・営業・経理

📄 Office Productivity

office-productivity

文書作成や表計算の自動化、プレゼンテーション

⏱ Excel月次集計 半日 → 10分

📺 まず動画で見る(YouTube)

▶ Claude最新!PowerPoint, Excel, Wordを生成できる機能を解説 ↗

※ jpskill.com 編集部が参考用に選んだ動画です。動画の内容と Skill の挙動は厳密には一致しないことがあります。

📜 元の英語説明(参考)

Office productivity workflow covering document creation, spreadsheet automation, presentation generation, and integration with LibreOffice and Microsoft Office formats.

🇯🇵 日本人クリエイター向け解説

一言でいうと

文書作成や表計算の自動化、プレゼンテーション

※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。

⚡ おすすめ: コマンド1行でインストール(60秒)

下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。

🍎 Mac / 🐧 Linux
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o office-productivity.zip https://jpskill.com/download/3253.zip && unzip -o office-productivity.zip && rm office-productivity.zip
🪟 Windows (PowerShell)
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/3253.zip -OutFile "$d\office-productivity.zip"; Expand-Archive "$d\office-productivity.zip" -DestinationPath $d -Force; ri "$d\office-productivity.zip"

完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して office-productivity.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → office-productivity フォルダができる
  3. 3. そのフォルダを C:\Users\あなたの名前\.claude\skills\(Win)または ~/.claude/skills/(Mac)へ移動
  4. 4. Claude Code を再起動

⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。

🎯 このSkillでできること

下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。

📦 インストール方法 (3ステップ)

  1. 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
  2. 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
  3. 3. 展開してできたフォルダを、ホームフォルダの .claude/skills/ に置く
    • · macOS / Linux: ~/.claude/skills/
    • · Windows: %USERPROFILE%\.claude\skills\

Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。

詳しい使い方ガイドを見る →
最終更新
2026-05-17
取得日時
2026-05-17
同梱ファイル
1

💬 こう話しかけるだけ — サンプルプロンプト

  • Office Productivity を使って、来週の会議資料の下書きを作って
  • Office Productivity で、既存ファイルから必要な部分だけ抽出して
  • Office Productivity で、提供されたテンプレートに沿って自動整形して

これをClaude Code に貼るだけで、このSkillが自動発動します。

📖 Claude が読む原文 SKILL.md(中身を展開)

この本文は AI(Claude)が読むための原文(英語または中国語)です。日本語訳は順次追加中。

Office Productivity Workflow Bundle

Overview

Comprehensive office productivity workflow for document creation, spreadsheet automation, presentation generation, and format conversion using LibreOffice and Microsoft Office tools.

When to Use This Workflow

Use this workflow when:

  • Creating office documents programmatically
  • Automating document workflows
  • Converting between document formats
  • Generating reports
  • Creating presentations from data
  • Processing spreadsheets

Workflow Phases

Phase 1: Document Creation

Skills to Invoke

  • libreoffice-writer - LibreOffice Writer
  • docx-official - Microsoft Word
  • pdf-official - PDF handling

Actions

  1. Design document template
  2. Create document structure
  3. Add content programmatically
  4. Apply formatting
  5. Export to required formats

Copy-Paste Prompts

Use @libreoffice-writer to create ODT documents
Use @docx-official to create Word documents

Phase 2: Spreadsheet Automation

Skills to Invoke

  • libreoffice-calc - LibreOffice Calc
  • xlsx-official - Excel spreadsheets
  • googlesheets-automation - Google Sheets

Actions

  1. Design spreadsheet structure
  2. Create formulas
  3. Import data
  4. Generate charts
  5. Export reports

Copy-Paste Prompts

Use @libreoffice-calc to create ODS spreadsheets
Use @xlsx-official to create Excel reports

Phase 3: Presentation Generation

Skills to Invoke

  • libreoffice-impress - LibreOffice Impress
  • pptx-official - PowerPoint
  • frontend-slides - HTML slides
  • nanobanana-ppt-skills - AI PPT generation

Actions

  1. Design slide template
  2. Generate slides from data
  3. Add charts and graphics
  4. Apply animations
  5. Export presentations

Copy-Paste Prompts

Use @libreoffice-impress to create ODP presentations
Use @pptx-official to create PowerPoint presentations
Use @frontend-slides to create HTML presentations

Phase 4: Format Conversion

Skills to Invoke

  • libreoffice-writer - Document conversion
  • libreoffice-calc - Spreadsheet conversion
  • pdf-official - PDF conversion

Actions

  1. Identify source format
  2. Choose target format
  3. Perform conversion
  4. Verify quality
  5. Batch process files

Copy-Paste Prompts

Use @libreoffice-writer to convert documents

Phase 5: Document Automation

Skills to Invoke

  • libreoffice-writer - Mail merge
  • workflow-automation - Workflow automation
  • file-organizer - File organization

Actions

  1. Design automation workflow
  2. Create templates
  3. Set up data sources
  4. Generate documents
  5. Distribute outputs

Copy-Paste Prompts

Use @libreoffice-writer to perform mail merge
Use @workflow-automation to automate document workflows

Phase 6: Graphics and Diagrams

Skills to Invoke

  • libreoffice-draw - Vector graphics
  • canvas-design - Canvas design
  • mermaid-expert - Diagram generation

Actions

  1. Design graphics
  2. Create diagrams
  3. Generate charts
  4. Export images
  5. Integrate with documents

Copy-Paste Prompts

Use @libreoffice-draw to create vector graphics
Use @mermaid-expert to create diagrams

Phase 7: Database Integration

Skills to Invoke

  • libreoffice-base - LibreOffice Base
  • database-architect - Database design

Actions

  1. Connect to data sources
  2. Create forms
  3. Design reports
  4. Automate queries
  5. Generate output

Copy-Paste Prompts

Use @libreoffice-base to create database reports

Office Application Workflows

LibreOffice

Skills: libreoffice-writer, libreoffice-calc, libreoffice-impress, libreoffice-draw, libreoffice-base
Formats: ODT, ODS, ODP, ODG, ODB

Microsoft Office

Skills: docx-official, xlsx-official, pptx-official
Formats: DOCX, XLSX, PPTX

Google Workspace

Skills: googlesheets-automation, google-drive-automation, gmail-automation
Formats: Google Docs, Sheets, Slides

Quality Gates

  • [ ] Documents formatted correctly
  • [ ] Formulas working
  • [ ] Presentations complete
  • [ ] Conversions successful
  • [ ] Automation tested
  • [ ] Files organized

Related Workflow Bundles

  • development - Application development
  • documentation - Documentation generation
  • database - Data integration

Limitations

  • Use this skill only when the task clearly matches the scope described above.
  • Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
  • Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.