Paste Sanitizer

Convert mixed terminal transcripts into labeled paste-ready command blocks.

27|8|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/Sounder25/Google-Antigravity-Skills-Library --skill paste-sanitizer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Paste Sanitizer
Source: https://github.com/Sounder25/Google-Antigravity-Skills-Library/tree/main/23_paste_sanitizer
Command: npx skills add https://github.com/Sounder25/Google-Antigravity-Skills-Library --skill paste-sanitizer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill converts chatty terminal transcripts and instructions into a single, paste-ready command block, preventing accidental execution of prompts or noisy output.

Core Features & Use Cases

  • Output sanitization: Drops prompts and non-command lines, preserving only executable commands.
  • Safety-focused: Enforces a labeled COPY/PASTE COMMANDS block to prevent accidental pasting of sensitive or noisy content.
  • Use Case: In developer workflows, paste-cleaned commands from logs or tutorials into a shell or script without accidental side-effects.

Quick Start

Paste a mixed terminal transcript into the input and run the sanitizer to produce a labeled COPY/PASTE COMMANDS block.

Frequently Asked Questions about Paste Sanitizer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract commands from a terminal transcript without copying the output noise?

To extract commands from a terminal transcript, you need to sanitize the mixed output. This skill processes pasted terminal logs, drops prompts and non-command lines, and wraps the executable commands in a safe, labeled block.

How do I clean mixed PowerShell output for safe pasting into a script?

Cleaning mixed PowerShell output for safe pasting involves isolating executable commands from noisy logs. This skill identifies likely commands, drops prompts, and formats the results into a clean, paste-ready command block.

What is the best way to sanitize terminal logs for CI documentation?

Sanitizing terminal logs for CI documentation involves converting chatty transcripts into auditable command blocks. This skill removes prompts and noisy output, preserving only the executable commands needed for shared docs.

Can I turn copied terminal instructions into a single safe command block?

Yes, you can turn copied terminal instructions into a single safe command block. The sanitizer processes mixed transcripts, drops prompts, and enforces a labeled block to prevent accidental execution of non-command text.

Does paste sanitization work on mixed terminal output from developer workflows?

Paste sanitization works on mixed terminal output from developer workflows by targeting CI logs and shared docs. It identifies commands within transcripts, drops noisy output, and produces a clean, paste-ready block.

Why should I use a command sanitizer instead of pasting raw terminal output?

You should use a command sanitizer to prevent accidental execution of prompts or noisy output. Sanitizing raw terminal output ensures that only executable commands are pasted into a shell, preventing unintended side-effects.