spawn:terminal
Run CLI Commands in New Terminal Windows
Long-running CLI commands can occupy the active session and hide progress. This skill opens a separate terminal after checking command help.
Stop for confirmation before installing.
Review the plan and obtain explicit user consent before changing files.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "spawn:terminal" from https://skillstore.io/skills/consiliency-spawn-terminal.md and its manifest at https://skillstore.io/api/skills/consiliency-spawn-terminal/manifest. Verify the artifact. Stop and obtain explicit user consent before installing or changing files.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "spawn:terminal". Open a new terminal and run the npm build without capture.
Expected outcome:
Reviewed npm help and opened a separate terminal for the build. Output capture and file logging are disabled.
Using "spawn:terminal". Convert the video to a GIF and save complete terminal output.
Expected outcome:
Reviewed ffmpeg help, launched the conversion in a new terminal, and returned the debug log path.
Using "spawn:terminal". Run the Python diagnostic and wait for its result.
Expected outcome:
Reviewed Python help, completed the diagnostic in blocking mode, and returned the captured terminal output.
Security Audit
High RiskAll nine Ruby or shell backtick findings are false positives caused by Markdown formatting. Both path traversal findings are benign relative documentation references. However, the skill forwards user-selected commands without documented restrictions and can persist full command output.
Confirmed security concerns (2)
Risk Factors
โ๏ธ External commands (9)
๐ Filesystem access (2)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/consiliency-spawn-terminal/audits/12?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/consiliency-spawn-terminal?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/consiliency-spawn-terminal?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/consiliency-spawn-terminal/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/consiliency-spawn-terminal.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
Consiliency. (2026). spawn:terminal security audit report (audit version 12) [Author version unspecified]. Skillstore. https://skillstore.io/skills/consiliency-spawn-terminal/audits/12BibTeX citation
@techreport{consiliency-consiliency-spawn-terminal-2026,
author = {Consiliency},
title = {spawn:terminal security audit report (audit version 12)},
institution = {Skillstore},
year = {2026},
number = {12},
url = {https://skillstore.io/skills/consiliency-spawn-terminal/audits/12},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "spawn:terminal security audit report (audit version 12)"
version: "unspecified"
type: report
authors:
- name: "Consiliency"
date-released: "2026-07-19"
url: "https://skillstore.io/skills/consiliency-spawn-terminal/audits/12"
identifiers:
- type: other
value: "skillstore:consiliency-spawn-terminal:audit:12"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: MediumWhat You Can Build
Convert Media in a Separate Terminal
Launch an ffmpeg conversion separately while preserving complete output in a debug file.
Run Frontend Build Tasks
Start an npm build in another terminal without occupying the active assistant session.
Capture CLI Diagnostics
Run a diagnostic command in blocking mode and return its captured output for review.
Try These Prompts
Open a new terminal and run [command]. Check its help first, then launch it without output capture.
Run [command] in a new terminal. Review its help first and save the complete output to a debug file.
Start [command] in blocking capture mode after checking its help. Return the captured output and log file path.
Assess this non-AI CLI task: [task]. Select a command, inspect help, explain important options, then launch it with requested capture settings.
Best Practices
- Review the exact executable, arguments, files, and destinations before launch.
- Enable file logging when command output is needed for later diagnosis.
- Use blocking capture only when the next task depends on command completion.
Avoid
- Do not launch destructive or privileged commands without explicit user confirmation.
- Do not treat help output as proof that a command is safe.
- Do not use this skill to start Claude, Codex, or another AI agent.
Frequently Asked Questions
What commands can this skill run?
Does it check command syntax?
Can it return command output?
Can it save terminal output?
Can it launch AI coding agents?
Does the skill guarantee command safety?
Developer Details
Author
ConsiliencyLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Repository
https://github.com/Consiliency/treesitter-chunker/tree/main/.ai-dev-kit/skills/spawn/terminalRef
635f69fb8d2f4e6330ba47a4e5a0fb239c04d110
Maintenance freshness
7/23/2026
Usage
6 downloads ยท 238 views
File structure