← Back to Skills Marketplace
Audio2Text
by
tinrec-com
· GitHub ↗
· v1.0.0
· MIT-0
194
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tinrec-audio2text
Description
将音频转文字,并提供 AI 总结、录音要点与发言人区分。 音频转文字:云端转写,支持多格式(mp3/wav/m4a 等)。 AI 总结:自动生成摘要与纪要。 录音要点:章节、待办、推荐等结构化要点。 发言人区分:转写结果带发言人标识,便于会议/对话场景。
Usage Guidance
This skill is coherent with its stated purpose (cloud transcription): it uploads a local audio file to a Tinrec endpoint, submits a transcription job, polls for completion, and returns transcript, summary, chapters, todos, and speaker data. Before installing/using it consider: 1) Privacy: your audio is uploaded to the Tinrec service (default base URL https://api.tinrec.com/api). Only proceed if you trust that service and its privacy/retention policies. 2) API key handling: the SKILL.md recommends saving user-provided API keys into a local 'api-keys' file; the script also accepts TINREC_API_KEY. Storing secrets on disk can be risky—prefer using short-lived or scoped keys, and avoid leaving keys in plaintext if possible. 3) Manifest mismatch: the skill metadata lists no required env vars, but the code requires an API key; treat that as a minor inconsistency and ensure you supply a valid key via CLI/env when using. 4) Source/trust: the registry entry has no homepage and the owner is an opaque ID — if you need stronger assurance, obtain the script from a known repository or contact the publisher for provenance. If you accept the privacy implications and provide a dedicated API key, the skill appears suitable for its stated use. If you cannot trust the destination service or cannot risk uploading audio, do not use this skill.
Capability Analysis
Type: OpenClaw Skill
Name: tinrec-audio2text
Version: 1.0.0
The skill provides a legitimate utility for transcribing local audio files using the Tinrec API. The Python script (audio2text_cli.py) uses standard libraries to upload audio to the service's storage and retrieve transcription results, with no evidence of malicious execution, data exfiltration beyond the intended purpose, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description (audio→text, summaries, speaker separation) align with the code and SKILL.md: the CLI uploads a local audio file to a Tinrec API, submits a transcription job, polls status, and returns transcript/summary/speaker info. No unexpected third-party services beyond the stated Tinrec endpoints are used.
Instruction Scope
SKILL.md and the CLI instruct the agent/operator to read a local audio file and to persist a user-provided API key in an 'api-keys' file (or provide via env/CLI). The skill will upload the audio and metadata to the Tinrec service (external network transmission) — this is expected for a cloud transcription service, but it is a privacy-sensitive operation and the instructions explicitly require writing/storing API keys locally.
Install Mechanism
No install/spec—instruction-only plus a single Python script that uses only the standard library (urllib/json). Nothing is downloaded or installed by the skill itself; there is no extract or external package install step.
Credentials
Registry metadata lists no required env vars, but the CLI reads an API key from: (1) the --api-key argument, (2) environment variable TINREC_API_KEY, or (3) an api-keys file. The skill therefore effectively requires a service credential, but the manifest did not declare that. This mismatch (undeclared required secret) is an inconsistency to note. The number and scope of environment accesses themselves are otherwise proportionate to the stated purpose (one service API key).
Persistence & Privilege
always:false and no system-wide modifications. The skill asks the operator/agent to save an API key to a local file if desired, but it does not request persistent platform privileges or modify other skills or system configurations.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tinrec-audio2text - After installation, invoke the skill by name or use
/tinrec-audio2text - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
将音频转文字,并提供 AI 总结、录音要点与发言人区分。 音频转文字:云端转写,支持多格式(mp3/wav/m4a 等)。 AI 总结:自动生成摘要与纪要。 录音要点:章节、待办、推荐等结构化要点。 发言人区分:转写结果带发言人标识,便于会议/对话场景。
api-keys,获取地址[https://tinrec.com/api-keys](https://tinrec.com/api-keys),注册账号后即可免费获取 Key
- 支持多格式音频(如 mp3/wav/m4a)转文字,云端转写速度快
- 新增 AI 自动摘要与音频纪要生成功能
- 增加章节、待办事项、推荐等结构化录音要点输出
- 可区分发言人,会议/对话场景效果更佳
- 优化 CLI 用法,支持传入 API Key 文件或直接传递 Key
- 输出格式包括完整转写结果、要点和发言人信息
Convert audio to text, with AI-powered summaries, key points extraction, and speaker diarization.
**Audio-to-Text:** Cloud-based transcription supporting multiple formats (mp3/wav/m4a, etc.).
**AI Summary:** Automatically generates summaries and meeting notes.
**Key Points:** Structured outputs including chapters, to-dos, and recommendations.
**Speaker Diarization:** Transcriptions include speaker labels, ideal for meetings and conversations.
**API Keys:** Get yours at [https://tinrec.com/api-keys](https://tinrec.com/api-keys) — register an account to receive a free key.
* Supports multi-format audio (e.g., mp3/wav/m4a) for fast cloud transcription
* Adds AI-powered automatic summaries and audio-based meeting notes
* Provides structured outputs such as chapters, action items, and recommendations
* Enables speaker diarization for better clarity in meetings and conversations
* Improves CLI usage with support for API Key files or direct key input
* Output includes full transcripts, key points, and speaker information
Metadata
Frequently Asked Questions
What is Audio2Text?
将音频转文字,并提供 AI 总结、录音要点与发言人区分。 音频转文字:云端转写,支持多格式(mp3/wav/m4a 等)。 AI 总结:自动生成摘要与纪要。 录音要点:章节、待办、推荐等结构化要点。 发言人区分:转写结果带发言人标识,便于会议/对话场景。 It is an AI Agent Skill for Claude Code / OpenClaw, with 194 downloads so far.
How do I install Audio2Text?
Run "/install tinrec-audio2text" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Audio2Text free?
Yes, Audio2Text is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Audio2Text support?
Audio2Text is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Audio2Text?
It is built and maintained by tinrec-com (@tinrec-com); the current version is v1.0.0.
More Skills