atuin
You are an expert in Atuin, the Rust-based shell history tool that replaces your shell's built-in history with a searchable, syncable, context-aware database. You help developers set up fuzzy search across shell history, sync history across machines, filter by directory/host/session, and analyze command usage — turning shell history from a flat text file into a powerful productivity tool.
What this skill does
# Atuin — Magical Shell History You are an expert in Atuin, the Rust-based shell history tool that replaces your shell's built-in history with a searchable, syncable, context-aware database. You help developers set up fuzzy search across shell history, sync history across machines, filter by directory/host/session, and analyze command usage — turning shell history from a flat text file into a powerful productivity tool. ## Core Capabilities ### Setup and Usage ```bash # Install curl --proto '=https' --tlsv1.2 -LsSf https://setup.atuin.sh | sh # Import existing history atuin import auto # Detects bash/zsh/fish # Interactive search (Ctrl+R replacement) # Press Ctrl+R → fuzzy search across all history # Filter modes: # - Global: all history across all machines # - Host: only current machine # - Session: only current terminal session # - Directory: only commands run in current directory # Sync across machines atuin register -u username -e email -p password atuin sync # E2E encrypted sync atuin login -u username -p password # On another machine atuin sync # History from all machines! # Search atuin search "docker" # Full-text search atuin search --after "2026-03-01" "deploy" atuin search --cwd /project "git" # Only in this directory atuin search --exit 0 "make" # Only successful commands # Stats atuin stats # Most used commands, frequency atuin stats --count 20 # Top 20 commands ``` ### Configuration ```toml # ~/.config/atuin/config.toml [settings] dialect = "us" auto_sync = true update_check = true sync_frequency = "5m" search_mode = "fuzzy" # fuzzy | prefix | fulltext | skim filter_mode = "global" # global | host | session | directory style = "compact" # compact | full inline_height = 40 show_preview = true show_help = true exit_mode = "return-original" # Key bindings [keys] scroll_exits = false # Sync settings [sync] records = true # Sync all history records ``` ### ZSH/Bash/Fish Integration ```bash # Add to ~/.zshrc eval "$(atuin init zsh)" # Or ~/.bashrc eval "$(atuin init bash)" # Or ~/.config/fish/config.fish atuin init fish | source # Now Ctrl+R opens Atuin's interactive search instead of default ``` ## Installation ```bash # macOS brew install atuin # Linux curl --proto '=https' --tlsv1.2 -LsSf https://setup.atuin.sh | sh # Cargo cargo install atuin ``` ## Best Practices 1. **Fuzzy search** — Set `search_mode = "fuzzy"`; find commands even with typos or partial recall 2. **Directory filtering** — Use `filter_mode = "directory"` to see only commands relevant to current project 3. **Sync across machines** — Register for E2E encrypted sync; history follows you to any machine 4. **Exit code filtering** — Search `--exit 0` for successful commands; avoid repeating failed attempts 5. **Stats for optimization** — Run `atuin stats` to identify frequent commands worth aliasing 6. **Import history** — Run `atuin import auto` immediately after install; don't lose existing history 7. **Session mode** — Use session filter when debugging; see exactly what you ran in this terminal 8. **Self-hosted** — Deploy your own Atuin server for teams; `docker run ghcr.io/atuinsh/atuin`
Related in Backend & APIs
jfrog
IncludedInteract with the JFrog Platform via the JFrog CLI and REST/GraphQL APIs. Use this skill when the user wants to manage Artifactory repositories, upload or download artifacts, manage builds, configure permissions, manage users and groups, work with access tokens, configure JFrog CLI servers, search artifacts, manage properties, set up replication, manage JFrog Projects, run security audits or scans, look up CVE details, query exposures scan results from JFrog Advanced Security, manage release bundles and lifecycle operations, aggregate or export platform data, or perform any JFrog Platform administration task. Also use when the user mentions jf, jfrog, artifactory, xray, distribution, evidence, apptrust, onemodel, graphql, workers, mission control, curation, advanced security, exposures, or any JFrog product name.
cupynumeric-migration-readiness
IncludedPre-migration readiness assessor for porting NumPy to cuPyNumeric. Use BEFORE substantial porting work begins when the user asks whether code will scale on GPU, whether they should migrate to cuPyNumeric, which NumPy patterns transfer cleanly, what must be refactored before porting, or mentions pre-port assessment, scaling analysis, or refactor planning. Inspect the user's source code, look up NumPy usage, cross-reference the cuPyNumeric API support manifest, and distinguish distributed-scaling-friendly patterns from blockers such as unsupported APIs, scalar synchronization, host round-trips, Python/object-heavy control flow, shape/data-dependent branching, and in-place mutation hazards. Produce a verdict of READY, LIGHT REFACTOR, SIGNIFICANT REFACTOR, or NOT RECOMMENDED, with concrete refactor pointers.
alibabacloud-data-agent-skill
IncludedInvoke Alibaba Cloud Apsara Data Agent for Analytics via CLI to perform natural language-driven data analysis on enterprise databases. Data Agent for Analytics is an intelligent data analysis agent developed by Alibaba Cloud Database team for enterprise users. It automatically completes requirement analysis, data understanding, analysis insights, and report generation based on natural language descriptions. This tool supports: discovering data resources (instances/databases/tables) managed in DMS, initiating query or deep analysis sessions, real-time progress tracking, and retrieving analysis conclusions and generated reports. Use this Skill when users need to query databases, analyze data trends, generate data reports, ask questions in natural language, or mention "Data Agent", "data analysis", "database query", "SQL analysis", "data insights".
token-optimizer
IncludedReduce OpenClaw token usage and API costs through smart model routing, heartbeat optimization, budget tracking, and native 2026.2.15 features (session pruning, bootstrap size limits, cache TTL alignment). Use when token costs are high, API rate limits are being hit, or hosting multiple agents at scale. The 4 executable scripts (context_optimizer, model_router, heartbeat_optimizer, token_tracker) are local-only — no network requests, no subprocess calls, no system modifications. Reference files (PROVIDERS.md, config-patches.json) document optional multi-provider strategies that require external API keys and network access if you choose to use them. See SECURITY.md for full breakdown.
resend-cli
IncludedUse this skill when the task is specifically about operating Resend from an AI agent, terminal session, or CI job via the official resend CLI: installing/authenticating the CLI, sending/listing/updating/cancelling emails, batch sends, domains and DNS, webhooks and local listeners, inbound receiving, contacts, topics, segments, broadcasts, templates, API keys, profiles, or debugging Resend CLI/API failures. Trigger on mentions of Resend CLI, `resend`, `resend doctor`, `resend emails send`, `resend domains`, `resend webhooks listen`, `resend emails receiving`, or agent-friendly terminal automation.
alibabacloud-odps-maxframe-coding
IncludedUse this skill for MaxFrame SDK development and documentation navigation on Alibaba Cloud MaxCompute (ODPS). Helps answer MaxFrame API, concept, official example, and supported pandas API questions; create data processing programs; read/write MaxCompute tables; debug jobs (remote or local); and build custom DPE runtime images. Trigger when users mention MaxFrame, MaxCompute with MaxFrame, ODPS table processing, DPE runtime, MaxFrame docs/examples, DataFrame/Tensor operations, or GPU runtime setup. Works for both English and Chinese queries about Alibaba Cloud data processing with MaxFrame.