Non-developer builds resale scoring tool with Claude and eBay API

How a non-developer built a practical resale scoring tool
A detective without software engineering experience created FlipIQ, a resale scoring tool to help evaluate whether items are worth flipping for passive income. The tool addresses the research grind of checking sold comps, estimating margins, and determining listing viability.
Technical implementation
FlipIQ pulls sold data from the eBay Browse API and feeds it into a Claude-powered scoring layer. The setup is free to run locally using Flask and SQLite. Users need their own eBay API key and Ollama running. There are no paid tiers or subscriptions.
Key features
- Confidence scoring based on real comp data before purchase commitment
- Photo ID feature for snapping items in the wild and getting fast evaluations
- Local Flask/SQLite setup requiring only eBay API key and Ollama
How Claude contributed
The developer's workflow involved describing what they wanted, then having Claude and Codex generate code, followed by review and redirection. The scoring logic is particularly interesting: Claude demonstrates strong reasoning about margin risk when given structured comp data. Instead of simply averaging prices, it flags variance, outliers, and thin markets in a way that mirrors how experienced flippers think.
The developer is asking others about using Claude for domain-specific scoring tools in non-tech fields and how they structure prompts for evaluation logic.
📖 Read the full source: r/ClaudeAI
👀 See Also

Building a Personal AI Agent with Claude Code: Lessons from 6 Months of Wiz
A developer shares their experience building Wiz, a personal AI agent on Claude Code that handles morning reports, evening summaries, and inbox triage. The post details 9 mistakes made during development, including starting with overly ambitious goals and letting Claude generate core instructions without review.

Claude Code Agents Negotiate API Contracts Without Orchestration Framework
Two Claude Code agents negotiated API contracts peer-to-peer using only two messaging tools and system prompts, agreeing on endpoint shapes, response formats, and CORS headers before writing code. The bridge implementation is ~190 lines of TypeScript with WebSocket broker and MCP channels.

User reports using Claude Cowork for tax preparation with complex self-employment returns
A Reddit user with self-employment experience used Claude Cowork to process 1099s and profit/loss statements, completing tax forms in minutes. They turned off data sharing and omitted SSNs for privacy.

Building a Discord Cat Monitoring Bot with ESP32-S3, MiniClaw, and Multimodal AI
A developer built a Discord bot using an ESP32-S3 Sense with MiniClaw that captures images or audio of their cat, sends them to Zhipu AI's VLM-4V model, and returns natural language descriptions instead of generic motion alerts.