Install
openclaw skills install @kyma-api/kyma-send-a-test-completionRun one real, billed chat completion through Kyma API with the user's explicit approval and report back the output and what it cost. Use when the user asks to test a model, check that a model actually answers, compare two models on the same prompt, or says something like "reply with pong via <model>".
openclaw skills install @kyma-api/kyma-send-a-test-completionsend_message is the only billed tool in this plugin. It runs a real completion against a real model and charges the account.
send_message requires allow=true. Never pass it without the user's go-ahead in this conversation.get_model if the user gave a friendly name or an alias, so you bill the model they meant.get_credits and get_spend — and say the remaining amount out loud. See the check-spend-and-credits skill.list_pricing for that model.send_message with allow=true. Keep max_tokens small for a smoke test; a "reply with pong" check does not need a long ceiling.Run the same prompt against each model as separate approved calls, with the same max_tokens. Put the replies side by side with each one's cost and latency. Do not judge a model on a single short completion — say what the sample does and does not show.
send_message for work the user did not ask to be billed for, such as summarizing, checking a fact, or reformatting something.