Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Story Listen

ASecurity

Converts one chapter into spoken audio via Microsoft Edge TTS (male voice by default, female via --voice), so the author can listen for flow problems. Writes _listens/<ch-XX>.mp3 in the story folder and prints its path. Never edits the chapter.

2 stars
0 votes
0 copies
0 views
Added 9/23/2026
toolsbash

Security Analysis

A100/100

Scanned 9/23/2026

Install to Claude Code

$npx -y skills add gsarig/publishing-house --skill story-listen --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Story Listen?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Story Listen
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/gsarig-story-listen/badge)](https://www.skillsdirectory.com/skills/gsarig-story-listen)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: story-listen
description: "Converts one chapter into spoken audio via Microsoft Edge TTS (male voice by default, female via --voice), so the author can listen for flow problems. Writes _listens/<ch-XX>.mp3 in the story folder and prints its path. Never edits the chapter."
when_to_use: "Use when the author invokes /story-listen with a chapter reference (e.g. /story-listen ch-01). This is the human flow-check gate between copy-edit (stage 5) and proofread (stage 6). Do NOT use it to edit prose or as a review pass; it only produces an audio file for the author to listen to. Follow all steps in order."
argument-hint: "ch-XX"
model: haiku
disable-model-invocation: true
---

## Steps

1. Parse the argument for a chapter reference (e.g. "ch-01"). If none is given, ask which chapter and stop until answered.

2. From inside the story folder, run the co-located script, passing the reference and any `--voice` flag:

```
bash ../.claude/skills/story-listen/story-listen.sh <ref> [--voice <voice>]
```

Default voice is `en-US-GuyNeural` (male). The female option is `en-US-AriaNeural`.

edge-tts streams from `speech.platform.bing.com`. The script routes it through the sandbox proxy, so it runs sandboxed; the host is allowlisted in the vault's `.claude/settings.json`. If it still fails with `Temporary failure in name resolution`, rerun the identical command with the sandbox disabled.

Run this Bash call with a timeout of 600000 ms: generation runs roughly 10x real-time, so a full chapter takes a couple of minutes and the default 2-minute Bash timeout is too short.

3. The script prints the output MP3 path. Relay that one path to the author, and nothing else.

Attribution

gsariggsarig
View sourceMore from gsarig →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

ucoz-landing-skill

Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...

107 votes

Paperclip

Interact with the Paperclip control plane API for task coordination and governance. Use when checking assignments, updating issue status, posting comments, delegating work, managing routines, or calling Paperclip API endpoints.

813271 votes

Instantly Rdsthomas Mission Control

Instantly.ai cold email outreach API - manage campaigns, leads, accounts, and analytics. Use for cold email automation, lead management, campaign creation/monitoring, and email account warmup.

761 votes

Daw Music

Digital Audio Workstation usage, music composition, interactive music systems, and game audio implementation for immersive soundscapes.

761 votes

Caveman Compress

Compress natural language memory files (CLAUDE.md, todos, preferences) into caveman format to save input tokens. Preserves all technical substance, code, URLs, and structure. Compressed version overwrites the original file. Human-readable backup saved as FILE.original.md. Trigger: /caveman-compress FILEPATH or "compress memory file"

1074700 votes
View all in tools →