4 Commits

  • Remove outdated specific models, point to live catalog
    - Remove all hardcoded model name examples from documentation
    - Replace outdated model table with live catalog guidance
    - Add comprehensive list of major providers (current as of 2025)
    - Highlight catalog features: filters, pricing, context length, etc.
    - Update example commands to remove specific model references
    - Emphasize always checking https://openrouter.ai/models for current models
    - Add note that models are added/updated regularly
    - Keep documentation future-proof by referencing live catalog
  • Add interactive model selection to OpenRouter skill
    - Ask user which OpenRouter model they want to use
    - Provide link to OpenRouter model catalog (https://openrouter.ai/models)
    - Guide users to browse, click, and copy model name
    - Store selected model in ~/.claude/settings.json
    - Add popular model recommendations table
    - Document model change process (3 options)
    - Add model-specific troubleshooting (model not found, context length)
    - Expand supported models section with examples from multiple providers
    - Include free tier models (meta-llama with :free suffix)
    - Add model name accuracy notes (suffixes like :beta, :free)
    - Update example commands to include model selection scenarios
  • Update OpenRouter Config skill with complete documentation
    - Add official OpenRouter documentation source link
    - Include API endpoint (https://openrouter.ai/api)
    - Add all required environment variables with explanations
    - Document provider priority (Anthropic 1P)
    - Add detailed benefits: failover, budget controls, analytics
    - Include verification steps with /status command
    - Add troubleshooting section
    - Document advanced features: statusline, GitHub Action, Agent SDK
    - Add security and privacy notes
    - Include important notes about ANTHROPIC_API_KEY being empty
    - Reference official docs for up-to-date information
  • Add OpenRouter Config skill
    - Add README.md with user-facing documentation
    - Add SKILL.md with skill metadata and instructions
    - Configure OpenRouter as AI provider for Claude Code
    - Support arcee-ai/trinity-mini:free model by default