check-blacklist

Check email blacklist status and list blacklisted entries with expiry dates.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/BaselHussain/ai-keto-meal-plan-generator --skill check-blacklist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check-blacklist
Source: https://github.com/BaselHussain/ai-keto-meal-plan-generator/tree/main/.claude/skills/check-blacklist
Command: npx skills add https://github.com/BaselHussain/ai-keto-meal-plan-generator --skill check-blacklist

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps manage email blacklists by checking if an email address is blacklisted and providing details, or by listing all currently blacklisted emails.

Core Features & Use Cases

  • Check Email Status: Quickly determine if a specific email address is on the blacklist.
  • List Blacklisted Emails: View all emails currently blacklisted, along with their reasons and expiry dates.
  • Use Case: A customer support agent can use this Skill to check why a user is unable to make a purchase, or an administrator can review the overall health of the email blacklist.

Quick Start

Check if the email address '[email protected]' is blacklisted.

Frequently Asked Questions about check-blacklist

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

FAQPage Schema
How do I check if an email address is blacklisted in a database?

To check if an email address is blacklisted, you query the email blacklist database using Python scripts. This verifies the specific email's status and retrieves associated details like the reason and expiry date.

How do I list all blacklisted emails with their expiry dates?

You can list all blacklisted emails by querying the database backend through the provided Python scripts. This retrieves a complete record of all currently blocked emails along with their specific expiry dates.

Can I identify blacklisted emails expiring soon for compliance management?

Yes, you can identify blacklisted emails expiring soon to support compliance management. The Skill processes the email blacklist database to filter and return entries approaching their designated expiry dates.

How does email normalization work with SQLAlchemy blacklist models?

Email normalization integrates with SQLAlchemy models to standardize email addresses before checking blacklist status. This ensures consistent formatting and accurate querying against the database backend for email blacklist management.

What is the best way to manage email blacklists for customer support?

The best way to manage email blacklists for customer support is using Python scripts with a database backend. This allows agents to quickly check individual email status or review all blocked entries and their reasons.

Why are blacklisted emails not working when checking individual status?

If checking individual blacklisted emails is not working, the email normalization utility may be formatting the address inconsistently with the SQLAlchemy database models. Ensure the Python scripts correctly standardize the email before querying the blacklist.