Loading...
Loading...
Audit IT, AI, and SaaS subscription fees by searching Gmail and Slack for receipts, invoices, and billing notifications. Use when asked to find subscriptions, audit recurring charges, identify software costs, review SaaS spending, or compile a subscription fee report.
npx skill4agent add andy160675/sovereign-skills-season1 subscription-auditgmail_search_messagesreferences/search-queries.mdmax_resultsmanus-mcp-cli tool call gmail_search_messages --server gmail --input '{"q": "<QUERY>", "max_results": 100}'import json
with open('<result_file>') as f:
data = json.load(f)
for t in data.get('result', {}).get('threads', []):
for msg in t.get('messages', []):
h = msg.get('pickedHeaders', {})
print(f"{t['id']} | {h.get('subject','')} | {h.get('from','')}")from:stripe.com receiptfrom:github.com receipt paymentfrom:googleplay-noreply@google.com subscriptionfrom:anthropic.com OR from:mail.anthropic.com receipt invoicefrom:openai.com receipt invoice billingfrom:ionos OR from:godaddy OR from:namecheap OR from:cloudflare invoice domainreferences/search-queries.mdslack_search_public_and_privatemanus-mcp-cli tool call slack_search_public_and_private --server slack --input '{"query": "subscription invoice payment billing receipt", "limit": 20}'manus-mcp-cli tool call gmail_read_threads --server gmail --input '{"thread_ids": ["<id1>","<id2>"], "include_full_messages": true}'£$€python3 /home/ubuntu/skills/subscription-audit/scripts/consolidate_results.py <output_dir> <json1> [json2 ...]| Field | Source |
|---|---|
| Service name | Sender name or subject line |
| Category | AI Assistant, Developer Tools, Cloud/Hosting, AI Voice, etc. |
| Current plan | From receipt body |
| Monthly cost | From receipt body (convert USD→GBP if needed) |
| Payment method | From receipt body |
| Billing cycle | Monthly or Annual |
| First seen / last seen | Earliest and latest receipt dates |
templates/report_template.md| Category | Examples |
|---|---|
| AI Assistant | Anthropic Claude, OpenAI ChatGPT, Perplexity |
| AI Developer Tools | GitHub Copilot, Cursor, Replit |
| AI Voice / Media | ElevenLabs, Midjourney, Runway |
| Developer Tools | GitHub Plans, JetBrains, VS Code |
| Cloud / Hosting | AWS, Azure, Hetzner, DigitalOcean, Vercel |
| Web Hosting / Domain | IONOS, GoDaddy, Namecheap, Cloudflare |
| AI / Cloud Storage | Google AI Pro, iCloud+ |
| Productivity | Notion, Figma, Slack Pro |
| Security / Network | Tailscale, VPN services |