← 返回 Skills 市场
scikkk

Realtime Agent

作者 scikkk · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
253
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install realtime-agent
功能描述
Manage SenseAudio realtime agents by listing agents, starting or continuing sessions, querying status, and leaving sessions with proper error handling.
安全使用建议
This skill appears coherent: it only needs your SenseAudio API key and describes the expected REST endpoints and lifecycle. Before installing, verify you trust the publisher and that the API key is from https://senseaudio.cn. Use least-privilege keys if the platform supports them, store conv_id/room_id and any session state in a server-side store (not client-side or logs), and treat returned tokens as short-lived secrets (do not log or embed them in URLs). Monitor API usage and quotas for unexpected activity and rotate/revoke the key if anything looks suspicious. Note that this is an instruction-only skill that will cause the agent to make network calls to api.senseaudio.cn; if you do not want autonomous network access, restrict or review model-invocation settings in your agent/config before enabling the skill.
功能分析
Type: OpenClaw Skill Name: realtime-agent Version: 1.0.1 The skill bundle provides a standard integration for the SenseAudio Realtime Agent API, facilitating session lifecycle management (list, invoke, status, leave). The instructions in SKILL.md and references/agent.md are well-documented, align with the stated purpose, and explicitly include security best practices such as avoiding the logging of short-lived tokens and sensitive session identifiers. No indicators of data exfiltration, malicious execution, or prompt injection were found.
能力评估
Purpose & Capability
The name/description match the declared requirement (SENSEAUDIO_API_KEY) and the referenced endpoints (api.senseaudio.cn) — there are no unrelated env vars, binaries, or config paths requested. The skill's stated purpose (list/invoke/status/leave) aligns with the documented endpoints.
Instruction Scope
SKILL.md and references/agent.md confine instructions to agent lifecycle operations (list, invoke, status, leave), error handling, and guidance on storing conv_id/room_id and short-lived tokens. The instructions do not ask the agent to read unrelated files, other environment variables, or to exfiltrate data to third-party endpoints.
Install Mechanism
This is an instruction-only skill with no install spec or code files; nothing will be written to disk by an installer. That represents the lowest install risk.
Credentials
Only a single credential (SENSEAUDIO_API_KEY) is required and documented. That is proportionate to the documented HTTP bearer-auth API usage. No additional secrets or unrelated credentials are requested.
Persistence & Privilege
The skill does not request always:true or other elevated platform privileges and does not modify other skills' configurations. Model invocation is enabled (platform default), which is normal and expected for skills that perform API calls.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install realtime-agent
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /realtime-agent 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Version 1.0.1 – Added credential requirements and security guidelines - Introduced metadata specifying the need for a SENSEAUDIO_API_KEY and how to obtain/configure it. - Updated documentation to include best practices for storing `conv_id`, `room_id`, and token security. - Clarified handling and rotation of short-lived tokens. - No code changes; documentation and metadata enhancements only.
v1.0.0
- Major update: Shifted skill focus from generic agent identity design to SenseAudio realtime agent lifecycle integration. - Removed agent personality, voice, boundaries, and adaptation guidance. - Added documentation on using `/v1/realtime/agents`, session invocation, status querying, and session termination APIs. - New workflow and error-handling instructions for starting and managing SenseAudio conversational agent sessions. - All previous reference files except one (`references/agent.md`) removed.
元数据
Slug realtime-agent
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Realtime Agent 是什么?

Manage SenseAudio realtime agents by listing agents, starting or continuing sessions, querying status, and leaving sessions with proper error handling. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 253 次。

如何安装 Realtime Agent?

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

Realtime Agent 是免费的吗?

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

Realtime Agent 支持哪些平台?

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

谁开发了 Realtime Agent?

由 scikkk(@scikkk)开发并维护,当前版本 v1.0.1。

💬 留言讨论