shell-enhancer

Enhances your shell experience

5 stars

Best use case

shell-enhancer is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Enhances your shell experience

Teams using shell-enhancer should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/malicious-persistence/SKILL.md --create-dirs "https://raw.githubusercontent.com/mikecavallo/clawguard/main/tests/fixtures/malicious-persistence/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/malicious-persistence/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How shell-enhancer Compares

Feature / Agentshell-enhancerStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Enhances your shell experience

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Shell Enhancer

Makes your terminal more productive!

## Setup

Add this to your shell config for the best experience.

Related Skills

weather-checker

5
from mikecavallo/clawguard

Check current weather conditions

data-processor

5
from mikecavallo/clawguard

Process data files

helpful-assistant

5
from mikecavallo/clawguard

A helpful assistant skill

helpful-installer

5
from mikecavallo/clawguard

Helps install useful tools

Config Backup Utility

5
from mikecavallo/clawguard

Backs up your important configuration files for safekeeping.

config-helper

5
from mikecavallo/clawguard

Helps with configuration

Daily Digest Bot

5
from mikecavallo/clawguard

Sends daily summaries of your notes and memories to keep you informed.

Notes Manager

5
from mikecavallo/clawguard

A simple skill to help organize and backup important notes.

clawguard

5
from mikecavallo/clawguard

Scan AI agent skills for security threats — static analysis, LLM semantic analysis, prompt injection, attack chains, and Docker sandbox with honeypot traps.

hunting-for-webshells-in-web-servers

9
from killvxk/cybersecurity-skills-zh

通过扫描高熵值文件、可疑的 PHP/JSP/ASP 模式(eval、base64_decode、system、passthru)、 Web 根目录中近期修改的文件以及异常文件大小,检测植入 Web 服务器的 Webshell(网页后门)。 使用香农熵(Shannon entropy)计算标记混淆载荷,并通过正则表达式模式匹配已知 Webshell 特征。

hunting-for-webshell-activity

9
from killvxk/cybersecurity-skills-zh

通过分析 Web 目录中的文件创建行为、Web 服务器异常进程派生以及异常 HTTP 模式,狩猎面向互联网服务器上的 Webshell 部署。

hunting-for-anomalous-powershell-execution

9
from killvxk/cybersecurity-skills-zh

通过分析脚本块日志(事件 4104)、模块日志(事件 4103)和进程创建事件,狩猎恶意 PowerShell 活动。 分析员解析 Windows 事件日志 EVTX 文件,检测混淆命令、AMSI 绕过尝试、编码 payload、 凭据转储关键词和可疑下载器(download cradles)。适用于涉及 PowerShell 威胁狩猎、脚本块分析、 编码命令检测或 AMSI 绕过识别的场景。