I want to sell AI consulting services to small businesses in [PLACE]. Research and identify 20 small businesses that could realistically benefit from AI automation or AI consulting. For each business, explain why it's a good prospect, identify one or two areas where AI could improve its operations, and provide the business website if available.
Then write a personalized cold email for each prospect that introduces my services, highlights the business-specific benefits of AI, includes a compelling call to action, and encourages them to schedule a follow-up conversation. Keep the tone professional, friendly, and persuasive. Do not send any emails. Only generate the research and email drafts.
Automation
Browse our complete library of Automation prompts. Discover, copy, and use the best AI prompts for your next project.
2 prompts found
Prompt:
Create a complete command-line application using Python.
The application should solve this problem:
[Clearly describe the problem in 1–2 sentences.]
Core features:
[Feature 1 with exact behavior]
[Feature 2 with exact behavior]
[Feature 3 with exact behavior]
Technical requirements:
Use a clean and modular structure with functions or classes
Use argparse (or click if specified) for CLI input handling
Store data using [JSON / SQLite / file system]
Handle edge cases and invalid inputs properly
Output requirements:
Provide full working code in a single file (or structured files if needed)
Include setup and run instructions
Show example commands and expected output
Keep the code production-ready, not a prototype
Constraints:
Do not use unnecessary external libraries
Prioritize readability and maintainability