Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

senseaudio-conversation-rehearsal

v1.0.2

Use when a user wants to rehearse a high-pressure conversation such as a performance review, reporting meeting, promotion defense, difficult manager conversa...

0· 221·0 current·0 all-time
byWu Ruixiao@kikidouloveme79

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for kikidouloveme79/senseaudio-conversation-rehearsal.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "senseaudio-conversation-rehearsal" (kikidouloveme79/senseaudio-conversation-rehearsal) from ClawHub.
Skill page: https://clawhub.ai/kikidouloveme79/senseaudio-conversation-rehearsal
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install senseaudio-conversation-rehearsal

ClawHub CLI

Package manager switcher

npx clawhub@latest install senseaudio-conversation-rehearsal
Security Scan
VirusTotalVirusTotal
Suspicious
View report →
OpenClawOpenClaw
Suspicious
medium confidence
!
Purpose & Capability
The skill claims to be an instruction-only rehearsal helper and the description matches the code's functionality (build blueprints, run ASR/TTS, debrief). However the package metadata declares no required env vars/credentials while the SKILL.md and multiple scripts rely on SENSEAUDIO_API_KEY, SENSEAUDIO_PLATFORM_TOKEN, and optionally Feishu app credentials/config. That mismatch (metadata says none required, code actually expects secrets) is incoherent and could trick users into granting access unexpectedly.
!
Instruction Scope
SKILL.md instructs the agent to run many local scripts that do network calls to senseaudio.cn and Feishu, synthesize audio, and optionally create voice clones. The code includes flows that (a) attempt to resolve a platform token from environment or by executing AppleScript that runs JS in Chrome to read localStorage/sessionStorage, and (b) use that token to create clones on the remote platform. Reading browser storage and deriving tokens is outside the expected scope of a 'rehearsal' CLI unless explicitly documented and consented to. The instructions also recommend defaulting to sending counterpart audio to Feishu; Feishu integration requires app credentials/config which are not listed in the declared requirements.
Install Mechanism
There is no install spec or remote download — this is an instruction+script package. No archives are fetched at install time. Risk comes from what the included scripts do at runtime rather than from a suspicious install mechanism.
!
Credentials
Although registry metadata lists no required env vars, the SKILL.md and scripts expect SENSEAUDIO_API_KEY, SENSEAUDIO_PLATFORM_TOKEN (and SENSEAUDIO_ASR_MODEL optional), and Feishu config (app_id/app_secret) via helper modules. The skill contains code to extract tokens from Chrome localStorage and to read workspace files (~/.audioclaw/workspace/state/senseaudio_credentials.json) — access to browser/local storage and unrelated platform tokens is disproportionate for a simple rehearsal tool and increases credential exfiltration risk if misused.
Persistence & Privilege
The skill is not flagged as always:true and does not self-enable other skills. However it requests the agent run OS-level tooling (osascript on macOS), inspects the browser session, and accesses local workspace state. Those runtime privileges are significant: while not permanent, they broaden the blast radius when the skill is executed (especially the Chrome-localStorage token extraction flow).
What to consider before installing
What to consider before installing or running this skill: - Declared vs actual requirements: The registry lists no credentials, but the skill expects SENSEAUDIO_API_KEY and may attempt to find a SENSEAUDIO_PLATFORM_TOKEN and Feishu credentials at runtime. Treat the package as needing secrets unless you audit and disable those flows. - Chrome token access: The included code can run osascript/AppleScript to execute JavaScript in Chrome tabs and read localStorage/sessionStorage to extract tokens. This is a sensitive operation — only run it if you understand and consent to the skill reading your browser session. If you won't supply tokens explicitly, disable or remove the Chrome-resolution paths. - Voice cloning flow: The package includes an automated 'clone' path that will upload audio to a remote platform if you enable create-clone. Do not enable clone creation unless you control the sample and have explicit consent from the person whose voice is used. - Feishu integration: The send-to-Feishu flow will require Feishu app credentials and may upload and send audio. The skill does not declare these requirements in metadata — review and control any Feishu app_id/app_secret used. - Mitigations: (1) Prefer running scripts with explicit --api-key and avoid using the platform-token/browser-token automation. (2) Run in an isolated environment (VM/container) and inspect network calls with e.g., a proxy if you are unsure. (3) If you don't need cloning, avoid the create-clone/authorized_clone paths or remove scripts senseaudio_clone_workspace.py and senseaudio_platform_token.py. (4) Audit any code that loads other skill modules (e.g., Feishu helper) to ensure it doesn't escalate privileges. (5) If you don't trust the remote AudioClaw/SenseAudio endpoints, do not provide SENSEAUDIO_API_KEY and stick to proxy_voice mode. If you want, I can point out the exact lines that perform Chrome localStorage extraction and where tokens/paths are referenced so you can remove or sandbox them.

Like a lobster shell, security has layers — review code before you run it.

latestvk978dc4e2cvh9hffjhqn235dv583capp
221downloads
0stars
3versions
Updated 23h ago
v1.0.2
MIT-0

AudioClaw Conversation Rehearsal

What this skill is for

This skill is for realistic conversation rehearsal in high-pressure situations:

  • 汇报述职
  • 向上沟通
  • 绩效面谈
  • 晋升答辩
  • 难搞老板或强势同事沟通
  • 需要脱敏的正式谈话

It is designed to simulate the other person speaking back, not just generate a script.

Default stance

Use two voice modes:

  • proxy_voice
    • Recommended default
    • Use a role-appropriate system voice and behavior style
  • authorized_clone
    • Only use when the voice sample is explicitly authorized for rehearsal or internal training
    • Best official path: clone on the AudioClaw platform first, then pass the prepared clone voice_id
    • A prepared cloned voice id commonly looks like vc-..., and can be passed directly with --prepared-clone-voice-id

Do not default to cloning a real person's voice without clear permission.

Workflow

  1. Define the rehearsal:
    • scenario
    • counterpart role
    • relationship
    • talk topic
    • desired outcome
    • fear triggers
    • difficulty
  2. Run scripts/build_rehearsal_blueprint.py.
  3. Decide voice mode:
    • proxy voice
    • authorized clone
  4. Run the live loop in your agent stack:
    • counterpart turn via TTS
    • user spoken reply via ASR
    • if you want faster perceived intake, enable stream ASR
    • agent judges tone, structure, and progress
    • use scripts/build_counterpart_turn.py to generate the next counterpart reply
    • use scripts/senseaudio_counterpart_tts.py to synthesize that reply
    • official clone chain: prepare the clone on the AudioClaw platform first and pass the resulting voice_id
    • if that voice_id is a clone id like vc-..., counterpart TTS now auto-routes to SenseAudio-TTS-1.5
    • optional experimental path: if an authorized platform token is available, use scripts/senseaudio_clone_workspace.py to inspect clone slots or attempt a rehearsal-only clone from an authorized sample
    • if the user wants to actually hear the counterpart turns in Feishu or AudioClaw, use --send-feishu-audio or run scripts/send_rehearsal_counterparts_to_feishu.py
  5. After the session, run scripts/analyze_rehearsal_transcript.py.
  6. Produce a debrief:
    • weak openings
    • over-explaining
    • vague asks
    • missing evidence
    • apologetic or defensive tone
    • better rewrites

AudioClaw Trigger Pattern

Use this skill as a structured multi-turn rehearsal mode.

Recommended user trigger:

开始演练,用 $senseaudio-conversation-rehearsal。
场景:manager_update
对方身份:strict_manager
主题:项目延期说明
目标:获得补救方案认可
害怕点:被打断,被质疑执行力
难度:medium
prepared clone voice_id:your_clone_voice_id
后面我发语音,和我进行多轮演练,最后给我复盘。

The agent should:

  1. Collect the rehearsal slots first.
  2. Build the blueprint.
  3. Enter rehearsal mode, with reply mode defaulting to voice.
  4. Start the scene with the opening counterpart turn as voice, not text.
  5. For every later rehearsal turn:
    • transcribe with scripts/senseaudio_asr.py
    • generate the next counterpart turn
    • synthesize that turn with proxy voice or the prepared clone voice_id
    • in ongoing rehearsal mode, default to --send-feishu-audio so the counterpart turns are sent as Feishu audio messages without needing the user to repeat that request
    • only fall back to text-first replies if the user explicitly asks for text-only output or the channel cannot play voice
  6. End with scripts/analyze_rehearsal_transcript.py and return a concrete debrief.

Rehearsal mode should be sticky inside the same session:

  • Keep the same scenario, counterpart role, relationship, topic, desired outcome, fear triggers, difficulty, and chosen voice_id
  • Keep voice reply as the default from the opening turn onward until the user explicitly says to switch back to text replies or exit rehearsal mode
  • If the user says "直接发语音给我练" or "每轮都发语音", treat that as confirming the same sticky voice mode rather than a one-turn exception

If the user asks to "use the cloned voice", interpret that as:

  • use a platform-prepared clone voice_id when available
  • otherwise pause and ask for the clone voice_id or fall back to proxy_voice

Design rules

  • Prioritize behavior realism over exact voice likeness.
  • Treat the public documented clone flow and the experimental workspace automation flow as separate paths.
  • For scary-counterpart scenarios, structure the rehearsal in phases:
    • opening pressure
    • pushback
    • challenge question
    • close
  • Evaluate both:
    • what the user said
    • how the user said it
  • Keep debrief concrete and operational.

API key lookup

For this skill, use SENSEAUDIO_API_KEY as the default API key source again.

Practical rule:

  • scripts/run_live_rehearsal_session.py, scripts/run_complete_rehearsal_service.py, and scripts/senseaudio_counterpart_tts.py now default to SENSEAUDIO_API_KEY
  • If the host app injects SENSEAUDIO_API_KEY as a login token such as v2.public..., the shared bootstrap replaces it with the real sk-... value from ~/.audioclaw/workspace/state/senseaudio_credentials.json before the rehearsal call starts

Resources

  • scripts/build_rehearsal_blueprint.py
    • Builds a structured rehearsal plan and counterpart persona
  • scripts/build_counterpart_turn.py
    • Generates the next counterpart turn from rehearsal state and the user's latest reply
  • scripts/senseaudio_asr.py
    • Transcribes user spoken rehearsal turns with the official AudioClaw HTTP ASR API
  • scripts/senseaudio_counterpart_tts.py
    • Synthesizes a counterpart turn using a safe proxy voice or an explicitly authorized clone voice_id
  • scripts/run_live_rehearsal_session.py
    • Runs a multi-turn live rehearsal session from user audio replies, counterpart generation, TTS, and automatic debrief
    • Supports --stream-asr and --send-feishu-audio
  • scripts/send_rehearsal_counterparts_to_feishu.py
    • Reuses the Feishu voice delivery path to send the generated counterpart turns one by one as audio messages
  • scripts/senseaudio_clone_workspace.py
    • Lists clone slots, lists available voices, and creates an authorized rehearsal clone through the official AudioClaw workspace endpoints, preferring a platform token and otherwise trying a logged-in Chrome browser session
  • scripts/senseaudio_platform_token.py
    • Resolves an AudioClaw workspace platform token from env or a logged-in Chrome AudioClaw tab when Apple Events JavaScript is enabled
  • scripts/run_complete_rehearsal_service.py
    • One entry point that builds the blueprint, optionally resolves a prepared clone voice_id or attempts experimental workspace clone automation, runs the live rehearsal session, and writes a summary bundle
    • Supports --send-feishu-audio so the rehearsal counterpart can proactively send voice turns to Feishu or AudioClaw-linked chats
  • scripts/analyze_rehearsal_transcript.py
    • Scores a rehearsal transcript for tone and communication risks
  • references/live_rehearsal_loop.md
    • A minimal multi-turn runtime pattern for AudioClaw or another agent orchestrator
  • references/rehearsal_design.md
    • Product design, safety policy, and rollout plan

Comments

Loading comments...