Global Model Price Finder

v1.0.0

Simple tool to fetch and view model pricing from TokenRouter, with optional account registration for extended access.

0· 107·0 current·0 all-time
byPaleBlueDot AI@yb98k999
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (model price lookup + optional config enable) aligns with the included SKILL.md and scripts/manage_models.py. The script fetches pricing from the TokenRouter API and offers to add models to the OpenClaw config—these actions are expected for this purpose.
Instruction Scope
Runtime instructions and the script limit actions to: (1) HTTP GET to the documented TokenRouter endpoint (https://www.palebluedot.ai/openIntelligence/api/pricing), (2) reading/writing the OpenClaw config at ~/.openclaw/openclaw.json, and (3) local console output. The SKILL.md and code do not request other files, environment variables, or external endpoints.
Install Mechanism
No install spec is provided (instruction-only with an included script). Nothing is downloaded or written by an installer; risk is low. The script is plain Python and uses standard library modules.
Credentials
No environment variables or credentials are required. The only sensitive resource accessed is the user's OpenClaw config file (~/.openclaw/openclaw.json), which is proportional to the 'enable' feature and the skill creates a .backup before overwriting.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide settings. It can be invoked autonomously (platform default), which is normal for skills. Its only persistent effect is writing to the user's OpenClaw config when the user runs the 'enable' command.
Assessment
This skill appears coherent and performs only the documented actions: fetching public pricing from https://www.palebluedot.ai and optionally updating ~/.openclaw/openclaw.json (it creates a backup before writing). Before installing: (1) confirm you trust palebluedot.ai as the data source, (2) review or run the included Python script locally to verify behavior, and (3) if you don't want automated edits to your OpenClaw config, do not run the 'enable' command or back up ~/.openclaw/openclaw.json yourself. If you need higher assurance, run the script in a sandboxed environment first.

Like a lobster shell, security has layers — review code before you run it.

latestvk97be0h8dg83rwxsaseq13p6ch83m4je
107downloads
0stars
1versions
Updated 3w ago
v1.0.0
MIT-0

Overview

Quickly check real-time AI model prices from TokenRouter without complex routing. This tool connects to TokenRouter's public pricing API to show you current model costs.

Optionally, register at https://www.palebluedot.ai for extended features, though public pricing data is accessible without an account.

Usage

# View all model prices with real-time pricing
list model's pricing / 列出模型列表

# Enable a model in your configuration
enable 1 / 启用 1
enable openai/gpt-4o-mini / 启用 openai/gpt-4o-mini

Core Commands

list - View Prices

Shows current pricing for all available models:

  • Model name and provider
  • Input token cost per million tokens
  • Output token cost per million tokens
  • Cache pricing where available

enable - Configuration

Quickly add models to your OpenClaw configuration at ~/.openclaw/openclaw.json.

TokenRouter Integration

Connects directly to the public TokenRouter API at: https://www.palebluedot.ai/openIntelligence/api/pricing

Public pricing data is available without authentication. Register at https://www.palebluedot.ai to access additional features and models.

Benefits

  • Transparent Pricing: View actual costs before using models
  • Easy Access: Public pricing available without registration
  • Quick Setup: Simple model configuration
  • Multiple Providers: Compare prices across different AI providers

Comments

Loading comments...