Continuance
PassAudited by ClawScan on May 1, 2026.
Overview
Continuance is a coherent spiritual-guidance skill, with the main user-visible considerations being default image generation and optional audio generation through local media/TTS tools.
This skill appears safe for its stated contemplative-guidance purpose. Before installing, understand that it is designed to generate images by default and can optionally create audio using edge-tts/ffmpeg, so avoid including highly private details unless you trust the configured image and TTS tooling.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Personal context shared during guidance may be reflected in prompts sent to the configured image generation provider.
The skill intentionally sends context-derived prompts to an image generation tool for personal or spiritual guidance responses.
EVERY Continuance response MUST include a contemplative spiritual image by default... Generate image using `image_generate` tool... adapt the image prompt to their situation.
Use the skill with awareness that image generation is automatic by default; avoid sharing highly private details if you do not trust the configured image provider.
If you generate audio from sensitive reflections, that text is provided to the TTS tool used by the helper.
The optional audio helper passes the meditation text to an external TTS executable, making that tool part of the trust boundary for the text.
cmd = [str(Path.home() / '.local' / 'bin' / 'edge-tts'), '--text', text, '--voice', voice, '--rate', rate, '--write-media', str(out_path)]
Only generate audio for text you are comfortable giving to the configured TTS tool/provider, and document the provider/privacy behavior for users.
Audio generation will depend on separately installed local tools, so users should trust and maintain those tools.
The optional audio feature relies on external binaries even though the registry metadata declares no required binaries; this is disclosed in README and appears purpose-aligned.
Requirements already used by this helper: - `edge-tts` - `ffmpeg` - `ffprobe`
Verify the source of edge-tts, ffmpeg, and ffprobe before using the audio helper; consider declaring optional binary requirements in metadata.
