← Back to Skills Marketplace
scikkk

Realtime Agent

by scikkk · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
253
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install realtime-agent
Description
Manage SenseAudio realtime agents by listing agents, starting or continuing sessions, querying status, and leaving sessions with proper error handling.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install realtime-agent
  3. After installation, invoke the skill by name or use /realtime-agent
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug realtime-agent
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Realtime Agent?

Manage SenseAudio realtime agents by listing agents, starting or continuing sessions, querying status, and leaving sessions with proper error handling. It is an AI Agent Skill for Claude Code / OpenClaw, with 253 downloads so far.

How do I install Realtime Agent?

Run "/install realtime-agent" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Realtime Agent free?

Yes, Realtime Agent is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Realtime Agent support?

Realtime Agent is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Realtime Agent?

It is built and maintained by scikkk (@scikkk); the current version is v1.0.1.

💬 Comments