Browse Skills — Page 62
21,746 public skills · showing 6,101–6,200
- 100/100
designing-workflow-skills
trailofbits/skills
>-
- 100/100
desktime-automation
ComposioHQ/awesome-claude-skills
"Automate Desktime tasks via Rube MCP (Composio). Always search tools first for current schemas."
- 100/100
Desktop A11y Testing Coach
Community-Access/accessibility-agents
Desktop accessibility testing expert -- testing with NVDA, JAWS, Narrator, and VoiceOver screen readers, Accessibility Insights for Windows, automated UIA testing, keyboard-only testing, high contrast verification.
- 100/100
Desktop Accessibility Specialist
Community-Access/accessibility-agents
Desktop application accessibility expert -- platform APIs (UI Automation, MSAA/IAccessible2, NSAccessibility), accessible control patterns, screen reader Name/Role/Value/State, focus management, high contrast, and custom widget accessibility.
- 100/100
desktop-app
popup-studio-ai/bkit-claude-code
|
- 100/100
desktop-click
openakita/openakita
Click desktop elements or coordinates. When you need to click buttons/icons in applications, select menu items, or interact with desktop UI. Supports element description, name prefix, or coordinates. For browser webpage elements, use browser_click instead.
- 100/100
desktop-find-element
openakita/openakita
Find desktop UI elements using UIAutomation (fast, accurate) or vision recognition (fallback). When you need to locate buttons/menus/icons, get element positions before clicking, or verify UI state. For browser webpage elements, use browser_* tools instead.
- 100/100
desktop-hotkey
openakita/openakita
Execute keyboard shortcuts. When you need to copy/paste (Ctrl+C/V), save files (Ctrl+S), close windows (Alt+F4), undo/redo (Ctrl+Z/Y), or select all (Ctrl+A).
- 100/100
desktop-inspect
openakita/openakita
Inspect window UI element tree structure for debugging and understanding interface layout. When you need to debug UI automation issues, understand application structure, or find correct element identifiers.
- 100/100
desktop-screenshot
openakita/openakita
Capture Windows desktop screenshot with automatic file saving. When you need to show desktop state, capture application windows, or record operation results. IMPORTANT - must actually call this tool, never say 'screenshot done' without calling. Returns file_path for deliver_artifacts.
- 100/100
desktop-scroll
openakita/openakita
Scroll mouse wheel in specified direction. When you need to scroll page/document content, navigate long lists, or zoom in/out with Ctrl. Directions - up/down/left/right.
- 100/100
desktop-type
openakita/openakita
Type text at current cursor position in desktop applications. When you need to enter text in dialogs, fill input fields, or type in text editors. Supports Chinese input. For browser webpage forms, use browser_type instead.
- 100/100
desktop-wait
openakita/openakita
Wait for UI element or window to appear. When you need to wait for dialog to open, loading to complete, or synchronize with application state before next action. Default timeout is 10 seconds.
- 100/100
desktop-window
openakita/openakita
Window management operations. When you need to list all open windows, switch to a specific window, minimize/maximize/restore windows, or close windows. Use title parameter for targeting specific window (fuzzy match).
- 100/100
deslop
liby/dotfiles
Closing-pass cleanup after AI edits. Removes generated code slop and catches type-driven refactors that broke runtime behavior. Closing step in the /review -> /simplify -> /deslop chain. Use when the user says "/deslop" or "deslop".
- 100/100
desloppify
databuddy-analytics/Databuddy
Reduce codebase slop by deleting code, flattening abstractions, and replacing custom helpers/types/assertions with native SDK/npm helpers or straightforward schemas (for example Zod). Use when asked to simplify, delete code, or "desloppify" TypeScript/Bun/Nuxt code.
- 100/100
destruction-synthesis
yogsoth-ai/de-anthropocentric-research-engine
Synthesize all assumption destruction outputs into structured destructive innovation report.
- 100/100
detect-static-dependencies
microsoft/testfx
>
- 20/100
detecting-ai-model-prompt-injection-attacks
mukul975/Anthropic-Cybersecurity-Skills
>
- 100/100
detecting-anomalies-in-industrial-control-systems
mukul975/Anthropic-Cybersecurity-Skills
>
- 100/100
detecting-anomalous-authentication-patterns
mukul975/Anthropic-Cybersecurity-Skills
>
- 100/100
detecting-api-enumeration-attacks
mukul975/Anthropic-Cybersecurity-Skills
Detect and prevent API enumeration attacks including BOLA and IDOR exploitation by monitoring sequential identifier access patterns and authorization failures.
- 100/100
detecting-arp-poisoning-in-network-traffic
mukul975/Anthropic-Cybersecurity-Skills
Detect and prevent ARP spoofing attacks using ARPWatch, Dynamic ARP Inspection, Wireshark analysis, and custom monitoring scripts to protect against man-in-the-middle interception.
- 100/100
detecting-attacks-on-historian-servers
mukul975/Anthropic-Cybersecurity-Skills
>
- 95/100
detecting-attacks-on-scada-systems
mukul975/Anthropic-Cybersecurity-Skills
>
- 100/100
detecting-aws-cloudtrail-anomalies
mukul975/Anthropic-Cybersecurity-Skills
Detect unusual API call patterns in AWS CloudTrail logs using boto3, statistical baselining, and behavioral analysis to identify credential compromise, privilege escalation, and unauthorized resource access.
- 60/100
detecting-aws-credential-exposure-with-trufflehog
mukul975/Anthropic-Cybersecurity-Skills
>
- 100/100
detecting-aws-guardduty-findings-automation
mukul975/Anthropic-Cybersecurity-Skills
Automate AWS GuardDuty threat detection findings processing using EventBridge and Lambda to enable real-time incident response, automatic quarantine of compromised resources, and security notification workflows.
- 100/100
detecting-aws-iam-privilege-escalation
mukul975/Anthropic-Cybersecurity-Skills
Detect AWS IAM privilege escalation paths using boto3 and Cloudsplaining policy analysis to identify overly permissive policies, dangerous permission combinations, and least-privilege violations
- 100/100
detecting-azure-lateral-movement
mukul975/Anthropic-Cybersecurity-Skills
Detect lateral movement in Azure AD/Entra ID environments using Microsoft Graph API audit logs, Azure Sentinel KQL hunting queries, and sign-in anomaly correlation to identify privilege escalation, token theft, and cross-tenant pivoting.
- 100/100
detecting-azure-service-principal-abuse
mukul975/Anthropic-Cybersecurity-Skills
Detect and investigate Azure service principal abuse including privilege escalation, credential compromise, admin consent bypass, and unauthorized enumeration in Microsoft Entra ID environments.
- 100/100
detecting-azure-storage-account-misconfigurations
mukul975/Anthropic-Cybersecurity-Skills
Audit Azure Blob and ADLS storage accounts for public access exposure, weak or long-lived SAS tokens, missing encryption at rest, disabled HTTPS-only traffic, and outdated TLS versions using the azure-mgmt-storage Python SDK.
- 100/100
detecting-beaconing-patterns-with-zeek
mukul975/Anthropic-Cybersecurity-Skills
>
- 100/100
detecting-bluetooth-low-energy-attacks
mukul975/Anthropic-Cybersecurity-Skills
>
- 100/100
detecting-broken-object-property-level-authorization
mukul975/Anthropic-Cybersecurity-Skills
Detect and test for OWASP API3:2023 Broken Object Property Level Authorization vulnerabilities including excessive data exposure and mass assignment attacks.
- 100/100
detecting-business-email-compromise
mukul975/Anthropic-Cybersecurity-Skills
Business Email Compromise (BEC) is a sophisticated fraud scheme where attackers impersonate executives, vendors, or trusted partners to trick employees into transferring funds, sharing sensitive data,
- 100/100
detecting-business-email-compromise-with-ai
mukul975/Anthropic-Cybersecurity-Skills
Deploy AI and NLP-powered detection systems to identify business email compromise attacks by analyzing writing style, behavioral patterns, and contextual anomalies that evade traditional rule-based filters.
- 100/100
detecting-cloud-threats-with-guardduty
mukul975/Anthropic-Cybersecurity-Skills
>
- 100/100
detecting-command-and-control-over-dns
mukul975/Anthropic-Cybersecurity-Skills
>
- 75/100
detecting-compromised-cloud-credentials
mukul975/Anthropic-Cybersecurity-Skills
>
- 95/100
detecting-container-drift-at-runtime
mukul975/Anthropic-Cybersecurity-Skills
Detect unauthorized modifications to running containers by monitoring for binary execution drift, file system changes, and configuration deviations from the original container image.
- 100/100
detecting-container-escape-attempts
mukul975/Anthropic-Cybersecurity-Skills
Container escape is a critical attack technique where an adversary breaks out of container isolation to access the host system or other containers. Detection involves monitoring for escape indicators
- 75/100
detecting-container-escape-with-falco-rules
mukul975/Anthropic-Cybersecurity-Skills
Detect container escape attempts in real-time using Falco runtime security rules that monitor syscalls, file access, and privilege escalation.
- 100/100
detecting-credential-dumping-techniques
mukul975/Anthropic-Cybersecurity-Skills
Detect LSASS credential dumping, SAM database extraction, and NTDS.dit theft using Sysmon Event ID 10, Windows Security logs, and SIEM correlation rules
- 80/100
detecting-cryptomining-in-cloud
mukul975/Anthropic-Cybersecurity-Skills
>
- 100/100
detecting-dcsync-attack-in-active-directory
mukul975/Anthropic-Cybersecurity-Skills
Detect DCSync attacks where adversaries abuse Active Directory replication privileges to extract password hashes by monitoring for non-domain-controller accounts requesting directory replication via DsGetNCChanges.
- 100/100
detecting-deepfake-audio-in-vishing-attacks
mukul975/Anthropic-Cybersecurity-Skills
>
- 100/100
detecting-dll-sideloading-attacks
mukul975/Anthropic-Cybersecurity-Skills
Detect DLL side-loading attacks where adversaries place malicious DLLs alongside legitimate applications to hijack execution flow for defense evasion.
- 100/100
detecting-dnp3-protocol-anomalies
mukul975/Anthropic-Cybersecurity-Skills
>
- 80/100
detecting-dns-exfiltration-with-dns-query-analysis
mukul975/Anthropic-Cybersecurity-Skills
Detect data exfiltration through DNS tunneling by analyzing query entropy, subdomain length, query volume, TXT record abuse, and response payload sizes using passive DNS monitoring.
- 80/100
detecting-email-account-compromise
mukul975/Anthropic-Cybersecurity-Skills
Detect compromised O365 and Google Workspace email accounts by analyzing inbox rule creation, suspicious sign-in locations, mail forwarding rules, and unusual API access patterns via Microsoft Graph and audit logs.
- 100/100
detecting-email-forwarding-rules-attack
mukul975/Anthropic-Cybersecurity-Skills
Detect malicious email forwarding rules created by adversaries to maintain persistent access to email communications for intelligence collection and BEC attacks.
- 100/100
detecting-evasion-techniques-in-endpoint-logs
mukul975/Anthropic-Cybersecurity-Skills
>
- 100/100
detecting-exfiltration-over-dns-with-zeek
mukul975/Anthropic-Cybersecurity-Skills
Detect DNS-based data exfiltration by analyzing Zeek dns.log for high-entropy subdomains and anomalous query patterns
- 100/100
detecting-fileless-attacks-on-endpoints
mukul975/Anthropic-Cybersecurity-Skills
>
- 95/100
detecting-fileless-malware-techniques
mukul975/Anthropic-Cybersecurity-Skills
>
- 100/100
detecting-golden-ticket-attacks-in-kerberos-logs
mukul975/Anthropic-Cybersecurity-Skills
Detect Golden Ticket attacks in Active Directory by analyzing Kerberos TGT anomalies including mismatched encryption types, impossible ticket lifetimes, non-existent accounts, and forged PAC signatures in domain controller event logs.
- 100/100
detecting-golden-ticket-forgery
mukul975/Anthropic-Cybersecurity-Skills
Detect Kerberos Golden Ticket forgery by analyzing Windows Event ID 4769 for RC4 encryption downgrades (0x17), abnormal ticket lifetimes, and krbtgt account anomalies in Splunk and Elastic SIEM
- 100/100
detecting-insider-data-exfiltration-via-dlp
mukul975/Anthropic-Cybersecurity-Skills
>
- 100/100
detecting-insider-threat-behaviors
mukul975/Anthropic-Cybersecurity-Skills
Detect insider threat behavioral indicators including unusual data access, off-hours activity, mass file downloads, privilege abuse, and resignation-correlated data theft.
- 100/100
detecting-insider-threat-with-ueba
mukul975/Anthropic-Cybersecurity-Skills
Implement User and Entity Behavior Analytics using Elasticsearch/OpenSearch to build behavioral baselines, calculate anomaly scores, perform peer group analysis, and detect insider threat indicators such as data exfiltration, privilege abuse, and unauthorized access patterns.
- 100/100
detecting-kerberoasting-attacks
mukul975/Anthropic-Cybersecurity-Skills
Detect Kerberoasting attacks by monitoring for anomalous Kerberos TGS requests targeting service accounts with SPNs for offline password cracking.
- 100/100
detecting-lateral-movement-in-network
mukul975/Anthropic-Cybersecurity-Skills
>
- 100/100
detecting-lateral-movement-with-splunk
mukul975/Anthropic-Cybersecurity-Skills
Detect adversary lateral movement across networks using Splunk SPL queries against Windows authentication logs, SMB traffic, and remote service abuse.
- 100/100
detecting-lateral-movement-with-zeek
mukul975/Anthropic-Cybersecurity-Skills
>
- 100/100
detecting-living-off-the-land-attacks
mukul975/Anthropic-Cybersecurity-Skills
>
- 100/100
detecting-living-off-the-land-with-lolbas
mukul975/Anthropic-Cybersecurity-Skills
Detect Living Off the Land Binaries (LOLBins/LOLBAS) abuse including certutil, regsvr32, mshta, and rundll32 via process telemetry, Sigma rules, and parent-child process analysis
- 100/100
detecting-malicious-scheduled-tasks-with-sysmon
mukul975/Anthropic-Cybersecurity-Skills
>
- 100/100
detecting-mimikatz-execution-patterns
mukul975/Anthropic-Cybersecurity-Skills
Detect Mimikatz execution through command-line patterns, LSASS access signatures, binary indicators, and in-memory detection of known modules.
- 75/100
detecting-misconfigured-azure-storage
mukul975/Anthropic-Cybersecurity-Skills
>
- 90/100
detecting-mobile-malware-behavior
mukul975/Anthropic-Cybersecurity-Skills
>
- 100/100
detecting-modbus-command-injection-attacks
mukul975/Anthropic-Cybersecurity-Skills
>
- 100/100
detecting-modbus-protocol-anomalies
mukul975/Anthropic-Cybersecurity-Skills
>
- 90/100
detecting-network-anomalies-with-zeek
mukul975/Anthropic-Cybersecurity-Skills
>
- 100/100
detecting-network-scanning-with-ids-signatures
mukul975/Anthropic-Cybersecurity-Skills
Detect network reconnaissance and port scanning using Suricata and Snort IDS signatures, threshold-based detection rules, and traffic anomaly analysis to identify Nmap, Masscan, and custom scanning activity.
- 90/100
detecting-ntlm-relay-with-event-correlation
mukul975/Anthropic-Cybersecurity-Skills
>
- 80/100
detecting-oauth-token-theft
mukul975/Anthropic-Cybersecurity-Skills
>
- 100/100
detecting-pass-the-hash-attacks
mukul975/Anthropic-Cybersecurity-Skills
Detect Pass-the-Hash attacks by analyzing NTLM authentication patterns, identifying Type 3 logons with NTLM where Kerberos is expected, and correlating with credential dumping.
- 100/100
detecting-pass-the-ticket-attacks
mukul975/Anthropic-Cybersecurity-Skills
Detect Kerberos Pass-the-Ticket (PtT) attacks by analyzing Windows Event IDs 4768, 4769, and 4771 for anomalous ticket usage patterns in Splunk and Elastic SIEM
- 100/100
detecting-port-scanning-with-fail2ban
mukul975/Anthropic-Cybersecurity-Skills
>
- 100/100
detecting-privilege-escalation-attempts
mukul975/Anthropic-Cybersecurity-Skills
Detect privilege escalation attempts including token manipulation, UAC bypass, unquoted service paths, kernel exploits, and sudo/doas abuse across Windows and Linux.
- 100/100
detecting-privilege-escalation-in-kubernetes-pods
mukul975/Anthropic-Cybersecurity-Skills
Detect and prevent privilege escalation in Kubernetes pods by monitoring security contexts, capabilities, and syscall patterns with Falco and OPA policies.
- 100/100
detecting-process-hollowing-technique
mukul975/Anthropic-Cybersecurity-Skills
Detect process hollowing (T1055.012) by analyzing memory-mapped sections, hollowed process indicators, and parent-child process anomalies in EDR telemetry.
- 95/100
detecting-process-injection-techniques
mukul975/Anthropic-Cybersecurity-Skills
>
- 100/100
detecting-qr-code-phishing-with-email-security
mukul975/Anthropic-Cybersecurity-Skills
Detect and prevent QR code phishing (quishing) attacks that bypass traditional email security by embedding malicious URLs in QR code images within emails.
- 100/100
detecting-ransomware-encryption-behavior
mukul975/Anthropic-Cybersecurity-Skills
>
- 80/100
detecting-ransomware-precursors-in-network
mukul975/Anthropic-Cybersecurity-Skills
>
- 100/100
detecting-rdp-brute-force-attacks
mukul975/Anthropic-Cybersecurity-Skills
Detect RDP brute force attacks by analyzing Windows Security Event Logs for failed authentication patterns (Event ID 4625), successful logons after failures (Event ID 4624), NLA failures, and source IP frequency analysis.
- 100/100
detecting-rootkit-activity
mukul975/Anthropic-Cybersecurity-Skills
>
- 100/100
detecting-s3-data-exfiltration-attempts
mukul975/Anthropic-Cybersecurity-Skills
>
- 0/100
detecting-serverless-function-injection
mukul975/Anthropic-Cybersecurity-Skills
>
- 100/100
detecting-service-account-abuse
mukul975/Anthropic-Cybersecurity-Skills
Detect abuse of service accounts through anomalous interactive logons, privilege escalation, lateral movement, and unauthorized access patterns.
- 100/100
detecting-shadow-api-endpoints
mukul975/Anthropic-Cybersecurity-Skills
Discover and inventory shadow API endpoints that operate outside documented specifications using traffic analysis, code scanning, and API discovery platforms.
- 100/100
detecting-shadow-it-cloud-usage
mukul975/Anthropic-Cybersecurity-Skills
Detect unauthorized SaaS and cloud service usage (shadow IT) by analyzing proxy logs, DNS query logs, and netflow data using Python pandas for traffic pattern analysis and domain classification.
- 85/100
detecting-spearphishing-with-email-gateway
mukul975/Anthropic-Cybersecurity-Skills
Spearphishing targets specific individuals using personalized, researched content that bypasses generic spam filters. Email security gateways (SEGs) like Microsoft Defender for Office 365, Proofpoint,
- 100/100
detecting-sql-injection-via-waf-logs
mukul975/Anthropic-Cybersecurity-Skills
>-
- 100/100
detecting-stuxnet-style-attacks
mukul975/Anthropic-Cybersecurity-Skills
>
- 100/100
detecting-supply-chain-attacks-in-ci-cd
mukul975/Anthropic-Cybersecurity-Skills
>
- 100/100
detecting-suspicious-oauth-application-consent
mukul975/Anthropic-Cybersecurity-Skills
Detect risky OAuth application consent grants in Azure AD / Microsoft Entra ID using Microsoft Graph API, audit logs, and permission analysis to identify illicit consent grant attacks.
- 100/100
detecting-suspicious-powershell-execution
mukul975/Anthropic-Cybersecurity-Skills
Detect suspicious PowerShell execution patterns including encoded commands, download cradles, AMSI bypass attempts, and constrained language mode evasion.
Page 62 of 218