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
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/malicious-persistence/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How shell-enhancer Compares
| Feature / Agent | shell-enhancer | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/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
Check current weather conditions
data-processor
Process data files
helpful-assistant
A helpful assistant skill
helpful-installer
Helps install useful tools
Config Backup Utility
Backs up your important configuration files for safekeeping.
config-helper
Helps with configuration
Daily Digest Bot
Sends daily summaries of your notes and memories to keep you informed.
Notes Manager
A simple skill to help organize and backup important notes.
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
通过扫描高熵值文件、可疑的 PHP/JSP/ASP 模式(eval、base64_decode、system、passthru)、 Web 根目录中近期修改的文件以及异常文件大小,检测植入 Web 服务器的 Webshell(网页后门)。 使用香农熵(Shannon entropy)计算标记混淆载荷,并通过正则表达式模式匹配已知 Webshell 特征。
hunting-for-webshell-activity
通过分析 Web 目录中的文件创建行为、Web 服务器异常进程派生以及异常 HTTP 模式,狩猎面向互联网服务器上的 Webshell 部署。
hunting-for-anomalous-powershell-execution
通过分析脚本块日志(事件 4104)、模块日志(事件 4103)和进程创建事件,狩猎恶意 PowerShell 活动。 分析员解析 Windows 事件日志 EVTX 文件,检测混淆命令、AMSI 绕过尝试、编码 payload、 凭据转储关键词和可疑下载器(download cradles)。适用于涉及 PowerShell 威胁狩猎、脚本块分析、 编码命令检测或 AMSI 绕过识别的场景。