| name | install-pandoc |
| description | Install pandoc for document conversion functionality |
| disable-model-invocation | true |
Configuration
Read .jobops/config.json. If not found, stop with:
JOBOPS NOT CONFIGURED
Run /jobops:setup to initialize your workspace.
Use config.directories for all file paths in this skill.
Use config.templates.active to resolve template locations — for each template needed,
read from: {config.templates.base_dir}/{active_value}/{filename}
I'll install pandoc, the universal document converter required for document conversion functionality.
Arguments:
$1: force (optional) - Forces reinstallation even if pandoc is already installed
Step 1: System Detection and Current Status
First, let me check your current system and pandoc installation status:
echo "System Information:"
uname -a
echo ""
echo "Checking for existing pandoc installation:"
which pandoc && pandoc --version || echo "Pandoc not found"
Step 2: Platform-Specific Installation
Based on your system, I'll use the appropriate installation method: