汎用ソフトウェア開発⭐ リポ 0品質スコア 55/100
officecli
officecli CLIツールを使用して、Office文書(.docx、.xlsx、.pptx)の作成、分析、校正、修正ができます。ユーザーがOffice文書の作成、内容確認、フォーマットチェック、問題検出、グラフ追加、または文書修正を希望する場合に使用します。
description の原文を見る
Create, analyze, proofread, and modify Office documents (.docx, .xlsx, .pptx) using the officecli CLI tool. Use when the user wants to create, inspect, check formatting, find issues, add charts, or modify Office documents.
SKILL.md 本文
注意: このスキルのライセンスは ライセンス未確認 です。本サイトでは本文プレビューのみを表示しています。利用前に GitHub の原本でライセンス条件をご確認ください。
officecli
.docx、.xlsx、.pptx 対応の AI フレンドリーな CLI。単一バイナリ、依存関係なし、Office インストール不要。
インストール
officecli がインストールされていない場合:
macOS / Linux
if ! command -v officecli >/dev/null 2>&1; then
curl -fsSL https://raw.githubusercontent.com/iOfficeAI/OfficeCLI/main/install.sh | bash
fi
Windows (PowerShell)
if (-not (Get-Command officecli -ErrorAction SilentlyContinue)) {
irm https://raw.githubusercontent.com/iOfficeAI/OfficeCLI/main/install.ps1 | iex
}
確認: officecli --version
初回インストール後も officecli が見つからない場合は、新しいターミナルを開いて確認コマンドを再度実行してください。
戦略
**L
...
詳細情報
- 作者
- justcyl
- リポジトリ
- justcyl/my-skills
- ライセンス
- 不明
- 最終更新
- 2026/5/8
Source: https://github.com/justcyl/my-skills / ライセンス: 未指定