bash-history

Search and retrieve Bash command history using Atuin.

2|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/nathanvale/side-quest-marketplace --skill bash-history
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bash-history
Source: https://github.com/nathanvale/side-quest-marketplace/tree/main/plugins/atuin/skills/bash-history
Command: npx skills add https://github.com/nathanvale/side-quest-marketplace --skill bash-history

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Users often forget specific commands they've run, how they configured something, or need to quickly find a past command without manually sifting through history. This skill automates that search and retrieval, saving you time and frustration.

Core Features & Use Cases

  • Intelligent Search: Find commands by keyword, even including failed attempts, using Atuin's powerful search capabilities.
  • Recent History Retrieval: Quickly list your most recently executed commands to jog your memory or reuse them.
  • Use Case: When you need to remember "how did I deploy that last time?", simply ask the AI to search your bash history for "deploy" and it will provide the exact command.

Quick Start

Use mcp__bash-history__search_history with query "deploy"

Frequently Asked Questions about bash-history

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

FAQPage Schema
How do I search my bash command history to find a specific command?

Search your bash command history by query term using Atuin integration. Specify keywords like 'deploy' or 'docker' and retrieve matching commands with execution timestamps and exit codes for quick reuse.

Can I find failed bash commands in my history?

Yes, you can include failed commands in your bash history search by enabling the include_failed parameter. This lets you review commands that returned errors and understand what went wrong.

What's the best way to recall recently executed bash commands?

Retrieve your most recent bash commands instantly using the get_recent_history tool with a configurable limit. View command text, exit codes, and timestamps to jog your memory or reuse exact commands.

How do I quickly find a past bash command without manually scrolling through history?

Query your bash history by keywords to surface matching commands instantly instead of scrolling. Results return the exact command syntax, exit status, and when it ran, saving time and reducing manual searching.

Does bash history search work with command-line tools and scripting workflows?

Yes, bash history search integrates with command-line workflows through Atuin. It supports structured queries, result limits, and failed command filtering, making it suitable for developers automating tasks and reviewing past executions.