← Back to Skills Marketplace
1008
Downloads
1
Stars
12
Active Installs
1
Versions
Install in OpenClaw
/install meeting-assistant
Description
用于构建和排查 SenseAudio 会议助手,覆盖实时会议转写、说话人区分、实时翻译、会议纪要生成、行动项提取与转录导出。Build and troubleshoot SenseAudio meeting assistants for live meeting transcription, speaker-aw...
Usage Guidance
This skill appears internally consistent and will send meeting audio and transcript data to SenseAudio endpoints using the SENSEAUDIO_API_KEY you provide. Before installing, confirm you trust https://nightly.senseaudio.cn, review its data-retention and privacy policy, and avoid uploading highly sensitive audio unless the vendor's handling meets your requirements. Protect and rotate the API key like any secret. If you need the skill to avoid sending raw audio to an external service, request an offline/local-only workflow or inspect for a local-processing variant.
Capability Analysis
Type: OpenClaw Skill
Name: meeting-assistant
Version: 1.0.0
The skill bundle provides comprehensive instructions and API references for building a meeting assistant using the SenseAudio ASR service. It includes well-documented workflows for realtime and offline transcription, meeting note generation, and action item extraction, with no evidence of malicious intent, data exfiltration, or harmful prompt injection.
Capability Assessment
Purpose & Capability
Name/description match the required credential and documented endpoints. The single required env var SENSEAUDIO_API_KEY and the referenced API URLs (api.senseaudio.cn / wss://api.senseaudio.cn) are appropriate for a meeting transcription/assistant skill.
Instruction Scope
SKILL.md and reference files instruct the agent to upload audio, open WebSocket sessions, and persist session identifiers and final segments for summarization. These actions are expected for the stated purpose, but they do involve transmitting user audio and metadata to the SenseAudio service and optionally storing logs/session ids—users should be aware of privacy/retention implications.
Install Mechanism
Instruction-only skill with no install spec or code to write to disk. This is the lowest-risk install model and matches the skill content.
Credentials
Only one required environment variable (SENSEAUDIO_API_KEY) is declared and used. That credential is necessary and proportionate for calling the documented SenseAudio REST/WebSocket APIs.
Persistence & Privilege
always is false and the skill does not request any elevated platform privileges or modify other skills. It allows autonomous invocation by default, which is standard for skills and consistent with its purpose.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install meeting-assistant - After installation, invoke the skill by name or use
/meeting-assistant - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial public release of SenseAudio Meeting Assistant skill.
- Enables building and troubleshooting meeting workflows with SenseAudio ASR, including live transcription, speaker diarization, real-time translation, summary generation, action item extraction, and transcript export.
- Detailed workflow guidance for both live and recorded meetings with model and feature selection advice.
- Provides implementation rules, interface/model selection, minimal request examples, and limitations/caveats for typical meeting scenarios.
- Includes output checklist and common pitfalls to guide users in best practices and avoid frequent errors.
Metadata
Frequently Asked Questions
What is Meeting Assistant?
用于构建和排查 SenseAudio 会议助手,覆盖实时会议转写、说话人区分、实时翻译、会议纪要生成、行动项提取与转录导出。Build and troubleshoot SenseAudio meeting assistants for live meeting transcription, speaker-aw... It is an AI Agent Skill for Claude Code / OpenClaw, with 1008 downloads so far.
How do I install Meeting Assistant?
Run "/install meeting-assistant" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Meeting Assistant free?
Yes, Meeting Assistant is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Meeting Assistant support?
Meeting Assistant is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Meeting Assistant?
It is built and maintained by scikkk (@scikkk); the current version is v1.0.0.
More Skills