smithery.ai

aicost

Lookup AI model costs, currency conversions, and recommend best cost-effective models for tasks.

First seen Apr 10, 2026

Installation

$ npx skills add https://smithery.ai

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

LicenseMIT
More metadata
author
ufhouck

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,697 B
  • docs SUMMARY.md 110 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

AICost Skill

Use the aicost CLI tool to look up current AI model pricing, convert currencies automatically, and recommend/compare models based on a live-updating pricing database.

When to use

  • When the user asks about the price, cost, or pricing of an AI API (like GPT-5.5, Claude Opus 4.7, Gemini 3.1, DeepSeek R1).
  • When the user wants to compare two or more models by cost.
  • When the user wants to know the "cheapest" or "best" AI model for a specific task.
  • When you (the Agent) are helping the user decide on an AI model based on ROI.
  • When the user asks about image, video, or audio generation costs (Imagen, Veo, Lyria, DALL-E, Whisper, TTS).

How to use

Run the following terminal commands to execute the tool:

  1. Verify or Sync Latest Data:

aicost sync (Always run this if the user asks for the "latest" or "most recent" prices)

  1. List all models and prices:

aicost list --currency <target-currency>

  1. Compare two models side-by-side:

aicost compare <model1-id> <model2-id> --currency <target-currency>

  1. Calculate a specific model's cost:

aicost calc <model-id> --input <tokens> --output <tokens> --currency <target-currency> For image/video/audio models, use --units instead of --input/--output.

  1. Recommend models based on a task:

aicost recommend "<task description>" --currency <target-currency>

Prerequisites

The aicost CLI must be pre-installed on the system. If not found, advise the user to install it manually.