@tokenmf/tmf
v0.2.3
Published
tokenmf – Spin up any LLM provider in one CLI command.
Maintainers
Readme
Tokenmf CLI (tmf)
Spin up any LLM provider in one CLI command.
Installation
Recommended global install:
npm install -g @tokenmf/tmfAfter installation, the tmf command is available:
tmf --helpFile I/O Permissions
tmf requires the following filesystem permissions:
- Read
~/.codex/,~/.claude/,~/.openclaw/and other AI app config directories for automatic app detection - Write
~/.tmf/directory for saving detection reports and runtime configuration - Read/Write target application config files (creates
.bakbackups duringuse/rollback)
Run as a normal user to avoid sudo causing config file permission issues.
Usage
# Show help
tmf --help
# Browse available providers
tmf list
# Show all providers
tmf list --all
# Switch provider
tmf use openai -k sk-xxx -m gpt-4o
# Rollback config
tmf rollback
# Test provider latency
tmf test openai
# Query provider details
tmf ask openai