python_subprocess
System command execution (Python)
Line 1965Snippets
subprocess.run(["soffice", ...], env=env) return subprocess.run(["soffice"] + args, env=env, **kwargs) subprocess.run(fs_write
Filesystem write access
Filesystem write access
Line 493Snippets
pres.writeFile({ fileName: "Presentation.pptx" }); slide_file.unlink() rels_file.unlink() file_path.unlink() rels_file.unlink()env_access
Environment variable access
Environment variable access
Line 1976Snippets
env = os.environ.copy()Trust Score
Updated vor 6 Tagen
Analysiert
31.03.2026, 15:56
+ 2 previous scans
Kompatibel mit
Skill details
Updated vor 6 Tagen
Analysiert 31.03.2026, 15:56
Beschreibung
"Use this skill any time a .pptx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying, or updatin...
Letzte Scans
31.03.2026, 15:56
Latest analysis
31.03.2026, 15:11
Run 2
27.03.2026, 15:44
Run 1