src/ai-cost-calc/SKILL.md
# LLM Cost Calculator Calculate and track LLM API costs. OpenAI, Anthropic pricing. ## Quick Start ```bash npx ai-cost-calc calc gpt-4-turbo 1000 500 ``` ## What It Does - Calculate per-request costs - Compare prices across models - Project monthly spending - Track usage with budgets ## Usage ```bash # Calculate cost npx ai-cost-calc calc gpt-4 1000 500 # Compare models npx ai-cost-calc compare 1000 500 # Monthly projection npx ai-cost-calc project gpt-4-turbo 100 1000 500 # List model
npx skillsauth add lxgicstudios/lxgic-ai-tools src/ai-cost-calcInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Calculate and track LLM API costs. OpenAI, Anthropic pricing.
npx ai-cost-calc calc gpt-4-turbo 1000 500
# Calculate cost
npx ai-cost-calc calc gpt-4 1000 500
# Compare models
npx ai-cost-calc compare 1000 500
# Monthly projection
npx ai-cost-calc project gpt-4-turbo 100 1000 500
# List models
npx ai-cost-calc models
One of 110+ free developer tools from LXGIC Studios.
MIT. Free forever.
development
# Vercel AI SDK Vercel AI SDK scaffolding. ```bash npx ai-vercel-ai init ```
tools
# Vector Database Setup Set up vector databases for AI applications. Pinecone, Weaviate, Qdrant, pgvector. ## Quick Start ```bash npx ai-vector-db init pinecone ``` ## What It Does - Generate vector DB client code - Support for major providers - TypeScript ready - Customizable dimensions and names ## Usage ```bash # Generate client npx ai-vector-db init pinecone npx ai-vector-db init pgvector # List providers npx ai-vector-db providers # Compare options npx ai-vector-db compare ``` ##
tools
# SSE Streaming Server-Sent Events streaming for LLM responses. Real-time streaming for OpenAI and Anthropic. ## Quick Start ```bash npx ai-streaming init ``` ## What It Does - Generate SSE streaming utilities - Stream OpenAI/Anthropic responses - Next.js and Express support - Client-side consumption helpers ## Usage ```bash # Generate Next.js streaming code npx ai-streaming init # Generate Express streaming code npx ai-streaming init --framework express # Show info npx ai-streaming i
tools
# Semantic Search Embeddings-based semantic search for AI applications. ## Quick Start ```bash npx ai-semantic-search init ``` ## What It Does - Search by meaning, not keywords - Hybrid search (BM25 + semantic) - LLM-based reranking - Custom filtering ## Usage ```bash npx ai-semantic-search init npx ai-semantic-search info ``` ## Part of the LXGIC Dev Toolkit One of 110+ free developer tools from LXGIC Studios. - GitHub: https://github.com/lxgicstudios - Twitter: https://x.com/lxgicstu