Pomera AI Commander
JSON →Turn messy text into clean output fastâGUI for humans, MCP tools for AI IDEs (Cursor/Claude). 33 deterministic text utilities.
Install
pip install requests Tools · 12
- clean_text Clean and normalize text by removing extra whitespace, fixing line breaks, and standardizing formatting.
- extract_emails Extract email addresses from text using regex.
- extract_urls Extract URLs from text using regex.
- extract_ids Extract IDs (e.g., alphanumeric patterns) from text using regex.
- normalize_case Normalize text case (e.g., uppercase, lowercase, title case).
- sort_lines Sort lines of text alphabetically or numerically.
- extract_columns Extract specific columns from tabular text data.
- hash_text Hash text using algorithms like MD5, SHA1, SHA256.
- encode_text Encode text to Base64 or other formats.
- decode_text Decode Base64 or other encoded text.
- research Perform web research with deep reasoning and search capabilities.
- deepreasoning Perform deep reasoning on a topic using web search and analysis.
Links
★ 2 GitHub stars