Skip to main content
Copy any of these, customize, and deploy with /floom in Claude Code or via the API.

Company summarizer

Summarize any company from its URL using Gemini.
Secrets: GEMINI_API_KEY | Deps: google-genai

Email classifier

Classify email intent with confidence scoring.
Secrets: GEMINI_API_KEY | Deps: google-genai

CSV analyzer

Upload a CSV and get summary statistics.
Secrets: none | Deps: pandas

URL health checker

Check if a list of URLs are reachable.
Secrets: none | Deps: httpx

Text translator

Translate text between languages using Anthropic.
Secrets: ANTHROPIC_API_KEY | Deps: anthropic

PDF text extractor

Extract text from an uploaded PDF.
Secrets: none | Deps: PyMuPDF