# extract-emails Extract email addresses from text ## Installation This is a CmdForge tool. Install it via: ```bash cmdforge install extract-emails ``` ## Usage Use `extract-emails` as a pipe command to extract email addresses from any text input: ```bash # Extract emails from a string echo "Contact us at [email protected] or [email protected]" | extract-emails # Extract emails from a file cat contacts.txt | extract-emails # Extract emails from command output curl https://example.com/team | extract-emails ``` ## Arguments This tool has no configurable arguments. ## How It Works 1. **AI Extraction** (`step_1`): Processes the input text using the `opencode-pickle` AI provider to identify and extract all email addresses, returning them in the `response` variable. The tool outputs the extracted email addresses directly. ## Dependencies This tool has no external dependencies.
Reviews
Login to reviewNo reviews yet.
Issues
No issues reported for this tool.
Write a Review
Share your experience with this tool.
0/2000
Report an Issue
Help improve this tool by reporting bugs or security issues.