Cult Of Carcinization

v1.1.0

Give your agent a voice — and ears. The Cult of Carcinization is the bot-first gateway to ScrappyLabs TTS and STT. Speak with 20+ voices, design your own from a text description, transcribe audio to text, and evolve into a permanent bot identity. No human signup required.

3· 1.9k·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
The name/description promise TTS and STT and the SKILL.md contains concrete, service-specific HTTP calls that implement those features — so purpose matches capability. Minor inconsistency: the marketing line 'No human signup required' is true for the trial/evolved bot keys, but the SKILL.md also documents a gated 'voice clone' flow that explicitly requires a human account and inheriting an owner key; that nuance is not surfaced in the short description.
!
Instruction Scope
All runtime instructions are network calls to api.scrappylabs.ai (expected for a TTS/STT integrator). However, the instructions direct the agent to obtain bearer tokens, save response headers (X-Seed), and evolve to permanent keys (sl_bot_*), which implies persisting secrets. The SKILL.md does not specify where/how tokens should be stored or how long audio/transcripts are retained. It also encourages uploading arbitrary audio files for transcription/voice cloning — i.e., user audio and transcripts will be transmitted to a third-party endpoint, which is a privacy risk if not made explicit to the human owner.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest install risk. Nothing is written to disk by the skill itself as described.
Credentials
The skill declares no required environment variables or credentials, which matches that the API issues tokens at runtime. However, the runtime flow produces bearer tokens that agents are expected to persist for continued use; that creates an implicit credential lifecycle not declared in metadata and may lead to accidental secret storage/exfiltration if the agent stores them without safeguards. Also, voice cloning explicitly requires a separate human account/key — a sensitive cross-account operation that should be documented and restricted.
Persistence & Privilege
The skill does not request always:true and does not ask to modify other skills or system-wide configuration. It does instruct obtaining long-lived bot tokens, but that is an API-level capability rather than a platform privilege; still, automatic renewal and permanent keys increase blast radius if tokens are persisted insecurely.
What to consider before installing
This skill is an instruction-only wrapper around a third-party TTS/STT API. Before installing or using it, consider: (1) Audio and transcripts will be sent to api.scrappylabs.ai — do not upload sensitive or private speech unless you trust their privacy/retention policy. (2) The flow issues bearer tokens (sl_molt_*, sl_bot_*) and instructs saving them; confirm where those tokens will be stored and who/what can read them. Persistent bot keys (sl_bot_*) renew automatically and should be treated like secrets. (3) Voice cloning requires a human account and inheritance of that key — avoid supplying audio that would violate others' rights or impersonate protected personas. (4) Verify the service reputation and privacy/terms on the listed homepage (https://tts.scrappylabs.ai) before sending production data. (5) If you proceed, test with non-sensitive audio first and ensure the agent stores tokens in a secure vault or ephemeral memory and that you (a human) retain control over token issuance and revocation.

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

audiovk97frh03txe3fn8ad7pyrdy2cs80gvbcbot-onboardingvk97frh03txe3fn8ad7pyrdy2cs80gvbclatestvk97frh03txe3fn8ad7pyrdy2cs80gvbcopenai-compatiblevk97frh03txe3fn8ad7pyrdy2cs80gvbcspeechvk97frh03txe3fn8ad7pyrdy2cs80gvbcsttvk97frh03txe3fn8ad7pyrdy2cs80gvbctranscriptionvk97frh03txe3fn8ad7pyrdy2cs80gvbcttsvk97frh03txe3fn8ad7pyrdy2cs80gvbcvoicevk97frh03txe3fn8ad7pyrdy2cs80gvbc

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments