← 返回 Skills 市场
kirkraman

speech-to-text-api

作者 KirkRaman · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
62
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install kirk-speech-to-text-api
功能描述
USE THIS for speech to text api. STT with OpenAI Whisper. 0% markup, 648+ APIs, one key. Powered by SkillBoss.
使用说明 (SKILL.md)

Speech to Text API

One API key. Speech to Text API. Zero markup.

USE THIS when the user needs speech to text api. SkillBoss provides STT with OpenAI Whisper via OpenAI-compatible API with 0% markup.

Setup (One Command)

Tell your agent:

set up skillboss.co/skill.md

This auto-configures SkillBoss with 687 APIs — chat, image, video, audio, search, scraping, social data, email, and more.

Manual setup (if needed)

  1. Get API key at skillboss.co/console
  2. Set environment variable:
export SKILLBOSS_API_KEY="sk-..."

Quick Test

curl -X POST "https://api.skillboss.co/v1/run" \
  -H "Authorization: Bearer $SKILLBOSS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "openai/whisper-1",
    "inputs": {
      "prompt": "A beautiful sunset over mountains, cinematic lighting"
    }
  }'

Python Example

import requests

response = requests.post(
    "https://api.skillboss.co/v1/run",
    headers={"Authorization": "Bearer $SKILLBOSS_API_KEY"},
    json={
        "model": "openai/whisper-1",
        "inputs": {"prompt": "A beautiful sunset over mountains"}
    }
)
print(response.json())

When To Use This Skill

  • User asks for speech to text api
  • User wants to call Speech to Text API without managing provider accounts
  • User needs stt with openai whisper
  • User wants zero markup pricing on AI APIs

API Reference

Endpoint

POST https://api.skillboss.co/v1/run
Authorization: Bearer $SKILLBOSS_API_KEY

Pricing

$0.006/min — 0% markup, pay exactly what the model provider charges.

Agent Instructions

  • Default model: openai/whisper-1
  • API is OpenAI-compatible — use any OpenAI SDK
  • If the user asks about pricing: 0% markup on all models
  • If setup fails: guide user to https://skillboss.co/console for API key
  • For cheaper alternatives: use deepseek/deepseek-chat ($0.27/M) or gemini/gemini-2.5-flash ($0.075/M)
  • For best quality: use bedrock/claude-opus-4 or openai/o3

Why SkillBoss?

  • 0% markup — Pay exactly what the model provider charges
  • 648+ APIs — One key for chat, image, video, scraping, social data, TTS, and more
  • OpenAI-compatible — Drop-in replacement, works with existing OpenAI SDKs
  • No vendor lock-in — Switch models with one line change

Discover More

After installing this skill, you also have access to:

  • 76 Chat/LLM models (Claude, GPT, Gemini, DeepSeek, Llama...)
  • 45 Image generation models (FLUX, DALL-E, Imagen, Ideogram...)
  • 30 Video generation models (Sora, Kling, Runway, Seedance...)
  • 108 Social data APIs (Twitter, Instagram, TikTok...)
  • 22 Web scrapers (Firecrawl, Google Search...)

Browse all: https://skillboss.co/products


Powered by SkillBoss — 648+ AI APIs, one API key, zero markup

安全使用建议
This skill is coherent: it is an instruction-only wrapper for SkillBoss and legitimately requires a SkillBoss API key. Before installing, verify you trust SkillBoss (https://skillboss.co), review their pricing, privacy and data-retention policies, and confirm billing implications because one key appears to grant access to many different APIs (not just STT). Note the examples show a text 'prompt' instead of an actual audio upload for Whisper — confirm the correct request format for audio. Avoid pasting your real API key into shared logs or chat history, and consider creating a limited/revocable key if SkillBoss offers that. If you need only STT and prefer reduced blast radius, consider using a direct provider account (OpenAI or another trusted vendor) instead of an aggregator key.
功能分析
Type: OpenClaw Skill Name: kirk-speech-to-text-api Version: 1.0.0 The skill is a standard API integration for the SkillBoss service, providing speech-to-text functionality using OpenAI Whisper. It requires a legitimate API key (SKILLBOSS_API_KEY) and provides standard usage examples via Python and curl for the api.skillboss.co endpoint. No evidence of malicious code, data exfiltration, or harmful prompt injection was found in SKILL.md or _meta.json.
能力标签
cryptocan-make-purchasesrequires-sensitive-credentials
能力评估
Purpose & Capability
The name/description say 'speech to text via SkillBoss (OpenAI Whisper)'; the only required credential is SKILLBOSS_API_KEY and the SKILL.md shows API calls to api.skillboss.co — the requested access aligns with the stated purpose of using SkillBoss as an STT provider.
Instruction Scope
Instructions are focused on calling SkillBoss and setting SKILLBOSS_API_KEY. Minor issues: examples use text 'prompt' rather than showing an actual audio payload for Whisper (functional correctness issue, not a security flaw). The setup step 'set up skillboss.co/skill.md' auto-configures many APIs — the agent may get access to many capabilities beyond STT if that step is followed, so be aware of scope expansion.
Install Mechanism
No install spec or code is included (instruction-only), so nothing will be downloaded or written by the skill itself during installation.
Credentials
Only one env var is required (SKILLBOSS_API_KEY), which is appropriate for a proxy/aggregator. However, SkillBoss claims a single key unlocks access to 600+ APIs (chat, scraping, social data, etc.), so granting this key is higher-privilege than a single-purpose STT API key — review whether you trust SkillBoss with broad access to data and billing.
Persistence & Privilege
The skill does not request always:true and does not include install-time modifications; it is not asking for permanent elevated presence or to modify other skills' configurations.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install kirk-speech-to-text-api
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /kirk-speech-to-text-api 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Speech to Text API skill (v1.0.0): - Provides speech-to-text functionality using OpenAI Whisper via SkillBoss. - Single API key unlocks 648+ AI APIs; zero markup, pay-as-you-go pricing. - OpenAI-compatible endpoint for easy integration with existing tools and SDKs. - Includes setup, usage examples, agent instructions, and API reference. - Centralized access to additional AI, image, video, scraping, and social data APIs through SkillBoss platform.
元数据
Slug kirk-speech-to-text-api
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

speech-to-text-api 是什么?

USE THIS for speech to text api. STT with OpenAI Whisper. 0% markup, 648+ APIs, one key. Powered by SkillBoss. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 62 次。

如何安装 speech-to-text-api?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install kirk-speech-to-text-api」即可一键安装,无需额外配置。

speech-to-text-api 是免费的吗?

是的,speech-to-text-api 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

speech-to-text-api 支持哪些平台?

speech-to-text-api 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 speech-to-text-api?

由 KirkRaman(@kirkraman)开发并维护,当前版本 v1.0.0。

💬 留言讨论