[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-daxaur-c-voice-zh-CN":3,"guides-for-daxaur-c-voice":677,"similar-k17e69ew61t1yn58nb6f6d9r9586mrga-zh-CN":678},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":243,"isFallback":225,"parentExtension":248,"providers":249,"relations":254,"repo":256,"tags":674,"workflow":675},1778686012417.834,"k17e69ew61t1yn58nb6f6d9r9586mrga",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Convert speech to text using `sag` (ElevenLabs STT) and synthesize speech using `say` (macOS built-in TTS). Enables voice input transcription and audio output.",{"claudeCode":12},"daxaur/openpaw","c-voice","https://github.com/daxaur/openpaw",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":223,"workflow":241},1778686962243.373,"kn778z1nd6nz3mxg36gk6xghas86m763","en",{"checks":20,"evaluatedAt":194,"extensionSummary":195,"features":196,"nonGoals":201,"promptVersionExtension":204,"promptVersionScoring":205,"purpose":206,"rationale":207,"score":208,"summary":209,"tags":210,"targetMarket":217,"tier":218,"useCases":219},[21,26,29,33,37,41,45,48,52,56,60,63,66,69,73,76,79,83,86,89,93,97,100,104,107,110,113,116,119,122,126,129,133,137,141,144,147,150,155,158,161,164,167,170,173,177,181,184,187,191],{"category":22,"check":23,"severity":24,"summary":25},"Invocation","Precise Purpose","pass","The skill clearly states its purpose, listing the tools used (sag, say) and their functions (transcription, synthesis), along with enabling voice input/output. It provides clear triggers and boundaries.",{"category":22,"check":27,"severity":24,"summary":28},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the skill's core capability within the character limit.",{"category":30,"check":31,"severity":24,"summary":32},"Documentation","Concise Body","The SKILL.md body is concise and well-structured, delegating detailed usage to separate sections and examples.",{"category":34,"check":35,"severity":24,"summary":36},"Context","Progressive Disclosure","The SKILL.md outlines the flow and provides clear examples and usage guidelines without embedding excessive bulk material.",{"category":34,"check":38,"severity":39,"summary":40},"Forked exploration","not_applicable","This skill is not an exploration-focused skill and does not require forked context.",{"category":42,"check":43,"severity":24,"summary":44},"Practical Utility","Usage examples","The SKILL.md provides clear, ready-to-use examples for both the `sag` and `say` tools, demonstrating input and expected outcomes.",{"category":42,"check":46,"severity":24,"summary":47},"Edge cases","The skill documentation mentions supported audio formats and API key requirements, implicitly handling some edge cases. It also notes platform specifics for `say`.",{"category":49,"check":50,"severity":39,"summary":51},"Code Execution","Tool Fallback","The skill uses internal macOS commands (`say`) and a standalone CLI tool (`sag`), not relying on an external MCP server with a fallback.",{"category":53,"check":54,"severity":24,"summary":55},"Safety","Halt on unexpected state","The skill explicitly lists prerequisites like API keys and mentions platform requirements, implying a halt on unexpected pre-state.",{"category":57,"check":58,"severity":24,"summary":59},"Portability","Cross-skill coupling","The skill is self-contained and does not appear to rely on other specific skills being loaded.",{"category":42,"check":61,"severity":24,"summary":62},"Problem relevance","The description clearly states the problem of enabling voice input and output for Claude Code.",{"category":42,"check":64,"severity":24,"summary":65},"Unique selling proposition","The skill provides distinct capabilities (ElevenLabs STT, macOS TTS) that go beyond default LLM behavior, enabling voice interaction.",{"category":42,"check":67,"severity":24,"summary":68},"Production readiness","The skill is production-ready, providing tools for both transcription and speech synthesis with clear usage guidelines and prerequisites.",{"category":70,"check":71,"severity":24,"summary":72},"Scope","Single responsibility principle","The skill focuses solely on voice input (STT) and output (TTS) functionalities.",{"category":70,"check":74,"severity":24,"summary":75},"Description quality","The displayed description accurately reflects the skill's functionality, mentioning both speech-to-text and text-to-speech capabilities.",{"category":22,"check":77,"severity":24,"summary":78},"Scoped tools","The skill exposes two well-defined, narrow tools: `sag` for STT and `say` for TTS.",{"category":30,"check":80,"severity":81,"summary":82},"Configuration & parameter reference","warning","While tools are documented, the explicit requirement for an ElevenLabs API key and its configuration is mentioned in 'Notes' and not as a formal parameter or prerequisite.",{"category":70,"check":84,"severity":24,"summary":85},"Tool naming","The tool names `sag` and `say` are descriptive and relevant to their functions within the voice domain.",{"category":70,"check":87,"severity":24,"summary":88},"Minimal I/O surface","The tool parameters are specific (e.g., `--file`, `--language`, `--v`, `-r`) and the outputs are well-defined (transcription to stdout/file, synthesized audio to file).",{"category":90,"check":91,"severity":24,"summary":92},"License","License usability","The license is MIT, a permissive open-source license, clearly indicated in the README and LICENSE file.",{"category":94,"check":95,"severity":81,"summary":96},"Maintenance","Commit recency","The last commit was over 2 months ago (March 6, 2026), indicating potential lack of recent maintenance.",{"category":94,"check":98,"severity":24,"summary":99},"Dependency Management","The skill's direct dependencies (sag, say) are either standard OS tools or external CLIs managed by the user via installation instructions, and the README mentions updating these.",{"category":101,"check":102,"severity":81,"summary":103},"Security","Secret Management","The skill requires an ElevenLabs API key, which is mentioned as an environment variable in the notes but not explicitly detailed in the setup or prerequisites regarding secure handling.",{"category":101,"check":105,"severity":24,"summary":106},"Injection","The skill's tools (`sag`, `say`) operate on provided files and text, and there's no indication of executing untrusted external code or data as instructions.",{"category":101,"check":108,"severity":24,"summary":109},"Transitive Supply-Chain Grenades","The skill relies on local CLIs and macOS built-ins; there's no evidence of runtime fetching of code or instructions from external, uncommitted sources.",{"category":101,"check":111,"severity":24,"summary":112},"Sandbox Isolation","The tools operate on specific input files and standard output/error streams, with no indication of attempting to modify files outside their designated scope.",{"category":101,"check":114,"severity":24,"summary":115},"Sandbox escape primitives","No detached processes or retry loops around denied calls were detected in the skill's description or provided examples.",{"category":101,"check":117,"severity":24,"summary":118},"Data Exfiltration","The skill processes audio and text locally. While an API key is required for `sag`, there's no indication of submitting confidential data upstream beyond what's necessary for the STT service.",{"category":101,"check":120,"severity":24,"summary":121},"Hidden Text Tricks","The bundled content and descriptions are free of hidden text tricks, invisible characters, or suspicious formatting.",{"category":123,"check":124,"severity":24,"summary":125},"Hooks","Opaque code execution","The skill uses standard CLI tools and macOS commands; there is no obfuscated code, base64 payloads, or runtime script fetching.",{"category":57,"check":127,"severity":24,"summary":128},"Structural Assumption","The skill assumes the presence of the `sag` CLI and macOS's `say` command, which are clearly stated in the prerequisites and notes.",{"category":130,"check":131,"severity":81,"summary":132},"Trust","Issues Attention","There is 1 open issue from the last 90 days and 0 closed issues, indicating slow or no maintainer response to recent issues.",{"category":134,"check":135,"severity":81,"summary":136},"Versioning","Release Management","The extension uses the `main` branch for installation and does not declare a specific version in its frontmatter or manifests, making version pinning difficult.",{"category":138,"check":139,"severity":24,"summary":140},"Execution","Validation","Tool parameters like file paths and language hints appear to be handled directly by the underlying CLIs, which typically have their own validation.",{"category":101,"check":142,"severity":24,"summary":143},"Unguarded Destructive Operations","The skill's operations (transcription, speech synthesis) are not destructive and do not require confirmation gates.",{"category":49,"check":145,"severity":24,"summary":146},"Error Handling","The skill relies on the error handling of the underlying `sag` and `say` CLIs, which are expected to provide meaningful errors on failure.",{"category":49,"check":148,"severity":39,"summary":149},"Logging","The skill itself does not perform destructive actions or outbound calls that require local audit logging beyond what the underlying CLIs might provide.",{"category":151,"check":152,"severity":153,"summary":154},"Compliance","GDPR","info","The skill processes audio and text, which could potentially include personal data if spoken. However, it does not submit this data to a third party without explicit use of the ElevenLabs API.",{"category":151,"check":156,"severity":24,"summary":157},"Target market","The skill is globally applicable as it relies on standard CLIs and a macOS built-in, with no regional restrictions detected.",{"category":57,"check":159,"severity":81,"summary":160},"Runtime stability","The skill explicitly states `say` is macOS built-in, implying it may not function on other operating systems. The `sag` tool's cross-platform compatibility is not detailed.",{"category":30,"check":162,"severity":24,"summary":163},"README","The README provides a comprehensive overview of the OpenPaw project, including detailed sections on skills, features, and commands, which indirectly supports the `c-voice` skill's context.",{"category":70,"check":165,"severity":39,"summary":166},"Tool surface size","This is a single-tool extension with two distinct functions exposed as commands, not a large set of tools.",{"category":22,"check":168,"severity":24,"summary":169},"Overlapping near-synonym tools","The two tools, `sag` (STT) and `say` (TTS), have distinct and non-overlapping functions.",{"category":30,"check":171,"severity":24,"summary":172},"Phantom features","All features advertised in the SKILL.md (transcription and speech synthesis) have corresponding tools (`sag`, `say`) and examples.",{"category":174,"check":175,"severity":81,"summary":176},"Install","Installation instruction","The SKILL.md details how to use the tools but assumes the user will install `sag` and have macOS for `say`. It mentions an ElevenLabs API key requirement but lacks explicit installation and setup instructions for `sag` or API key configuration verification.",{"category":178,"check":179,"severity":24,"summary":180},"Errors","Actionable error messages","The skill relies on the underlying CLIs (`sag`, `say`) for error reporting, which are generally expected to provide actionable messages.",{"category":138,"check":182,"severity":81,"summary":183},"Pinned dependencies","The skill relies on external CLIs (`sag`) and macOS built-ins (`say`). While `sag` might be installed via a package manager, there's no explicit pinning or lockfile mentioned for it, and no side-effect headers are applicable to these non-script tools.",{"category":70,"check":185,"severity":39,"summary":186},"Dry-run preview","The skill's operations (speech-to-text and text-to-speech) are not state-changing or data-sending operations that would benefit from a dry-run.",{"category":188,"check":189,"severity":39,"summary":190},"Protocol","Idempotent retry & timeouts","The skill operates locally and does not involve remote calls or state-changing operations that require idempotency or timeouts.",{"category":151,"check":192,"severity":24,"summary":193},"Telemetry opt-in","There is no indication of telemetry being emitted by this skill; it relies on local CLIs and macOS built-ins.",1778686961333,"This skill enables voice input transcription using the `sag` CLI (ElevenLabs STT) and voice output synthesis using the macOS built-in `say` command. It allows for processing audio files or capturing microphone input and reading text aloud.",[197,198,199,200],"Speech-to-text transcription via sag (ElevenLabs STT)","Text-to-speech synthesis via say (macOS built-in TTS)","Recording audio from microphone","Processing various audio file formats (MP3, WAV, M4A, FLAC)",[202,203],"Real-time voice chat","Cross-platform speech synthesis (beyond macOS for `say`)","3.0.0","4.4.0","To integrate voice input and output capabilities into Claude Code, allowing for spoken audio transcription and synthesized speech responses.","The skill has a strong feature set and clear documentation, but lacks explicit installation/setup for the `sag` tool and its API key requirement, and the commit recency is a concern.",75,"A capable voice processing skill for transcription and synthesis, with minor setup and maintenance concerns.",[211,212,213,214,215,216],"voice","speech","tts","stt","audio","macos","global","community",[220,221,222],"Transcribing spoken commands or dictation into text","Reading Claude's responses or summaries aloud","Capturing audio for analysis or documentation",{"codeQuality":224,"collectedAt":226,"documentation":227,"maintenance":230,"popularity":236,"security":238,"testCoverage":240},{"hasLockfile":225},true,1778686947089,{"descriptionLength":228,"readmeSize":229},159,10094,{"closedIssues90d":8,"forks":231,"hasChangelog":232,"openIssues90d":233,"pushedAt":234,"stars":235},5,false,1,1772755947000,137,{"npmDownloads":237},103,{"hasNpmPackage":225,"license":239,"smitheryVerified":232},"MIT",{"hasCi":225,"hasTests":232},{"updatedAt":242},1778686962243,{"basePath":244,"githubOwner":245,"githubRepo":246,"locale":18,"slug":13,"type":247},"skills/c-voice","daxaur","openpaw","skill",null,{"evaluate":250,"extract":252},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":251,"targetMarket":217,"tier":218},[211,212,213,214,215,216],{"commitSha":253},"HEAD",{"repoId":255},"kd7bwdbyne8rrdfxt9ahxb6ved86mk9b",{"_creationTime":257,"_id":255,"identity":258,"providers":259,"workflow":669},1778686001339.4075,{"githubOwner":245,"githubRepo":246,"sourceUrl":14},{"classify":260,"discover":648,"extract":651,"github":652,"npm":668},{"commitSha":253,"extensions":261},[262,273,281,289,297,305,313,321,329,337,345,353,361,369,377,385,393,401,409,417,425,433,441,449,457,465,473,481,489,497,505,513,521,529,537,545,553,561,569,577,585,590,598],{"basePath":263,"description":264,"displayName":265,"installMethods":266,"rationale":267,"selectedPaths":268,"source":272,"sourceLanguage":18,"type":247},"skills/c-ai","Query LLMs from the CLI — pipe text for summarization, chat interactively, use local or cloud models with llm or aichat.","c-ai",{"claudeCode":12},"SKILL.md frontmatter at skills/c-ai/SKILL.md",[269],{"path":270,"priority":271},"SKILL.md","mandatory","rule",{"basePath":274,"description":275,"displayName":276,"installMethods":277,"rationale":278,"selectedPaths":279,"source":272,"sourceLanguage":18,"type":247},"skills/c-apps","Install, update, and search Mac App Store apps from the command line using mas.","c-apps",{"claudeCode":12},"SKILL.md frontmatter at skills/c-apps/SKILL.md",[280],{"path":270,"priority":271},{"basePath":282,"description":283,"displayName":284,"installMethods":285,"rationale":286,"selectedPaths":287,"source":272,"sourceLanguage":18,"type":247},"skills/c-bluetooth","Manage Bluetooth devices on macOS using the blucli (`blu`) CLI. List paired and available devices, connect to headphones/speakers/keyboards, and disconnect devices by name or MAC address.","c-bluetooth",{"claudeCode":12},"SKILL.md frontmatter at skills/c-bluetooth/SKILL.md",[288],{"path":270,"priority":271},{"basePath":290,"description":291,"displayName":292,"installMethods":293,"rationale":294,"selectedPaths":295,"source":272,"sourceLanguage":18,"type":247},"skills/c-briefing","Daily briefing — morning summary of email, calendar, tasks, weather. Can run on a schedule via launchd/cron.","c-briefing",{"claudeCode":12},"SKILL.md frontmatter at skills/c-briefing/SKILL.md",[296],{"path":270,"priority":271},{"basePath":298,"description":299,"displayName":300,"installMethods":301,"rationale":302,"selectedPaths":303,"source":272,"sourceLanguage":18,"type":247},"skills/c-browser","Headless browser automation — navigate pages, click elements, fill forms, take screenshots, scrape content using agent-browser or playwright-cli.","c-browser",{"claudeCode":12},"SKILL.md frontmatter at skills/c-browser/SKILL.md",[304],{"path":270,"priority":271},{"basePath":306,"description":307,"displayName":308,"installMethods":309,"rationale":310,"selectedPaths":311,"source":272,"sourceLanguage":18,"type":247},"skills/c-calendar","View and create calendar events via gog (Google Calendar) or icalBuddy (Apple Calendar). Check availability, list upcoming events, create/update/delete events, and manage multiple calendars.","c-calendar",{"claudeCode":12},"SKILL.md frontmatter at skills/c-calendar/SKILL.md",[312],{"path":270,"priority":271},{"basePath":314,"description":315,"displayName":316,"installMethods":317,"rationale":318,"selectedPaths":319,"source":272,"sourceLanguage":18,"type":247},"skills/c-clipboard","System clipboard — copy, paste, transform content between clipboard and files.","c-clipboard",{"claudeCode":12},"SKILL.md frontmatter at skills/c-clipboard/SKILL.md",[320],{"path":270,"priority":271},{"basePath":322,"description":323,"displayName":324,"installMethods":325,"rationale":326,"selectedPaths":327,"source":272,"sourceLanguage":18,"type":247},"skills/c-contacts","macOS Contacts — search, list, and look up contact details via AppleScript.","c-contacts",{"claudeCode":12},"SKILL.md frontmatter at skills/c-contacts/SKILL.md",[328],{"path":270,"priority":271},{"basePath":330,"description":331,"displayName":332,"installMethods":333,"rationale":334,"selectedPaths":335,"source":272,"sourceLanguage":18,"type":247},"skills/c-core","OpenPaw coordinator — routes requests to skills, manages memory, knows what's installed. Use /c for any task.","c",{"claudeCode":12},"SKILL.md frontmatter at skills/c-core/SKILL.md",[336],{"path":270,"priority":271},{"basePath":338,"description":339,"displayName":340,"installMethods":341,"rationale":342,"selectedPaths":343,"source":272,"sourceLanguage":18,"type":247},"skills/c-cron","Manage cron jobs and macOS launchctl services — schedule recurring tasks, start/stop services using lunchy-go.","c-cron",{"claudeCode":12},"SKILL.md frontmatter at skills/c-cron/SKILL.md",[344],{"path":270,"priority":271},{"basePath":346,"description":347,"displayName":348,"installMethods":349,"rationale":350,"selectedPaths":351,"source":272,"sourceLanguage":18,"type":247},"skills/c-display","Control display brightness and safely move files to trash instead of permanently deleting with rm.","c-display",{"claudeCode":12},"SKILL.md frontmatter at skills/c-display/SKILL.md",[352],{"path":270,"priority":271},{"basePath":354,"description":355,"displayName":356,"installMethods":357,"rationale":358,"selectedPaths":359,"source":272,"sourceLanguage":18,"type":247},"skills/c-email","Read, send, search, and label email via gog (Gmail CLI) or himalaya (IMAP). Supports inbox management, drafting replies, thread viewing, and label/folder operations across Gmail and standard IMAP accounts.","c-email",{"claudeCode":12},"SKILL.md frontmatter at skills/c-email/SKILL.md",[360],{"path":270,"priority":271},{"basePath":362,"description":363,"displayName":364,"installMethods":365,"rationale":366,"selectedPaths":367,"source":272,"sourceLanguage":18,"type":247},"skills/c-files","Sync files to Google Drive, S3, Dropbox, OneDrive, and 70+ cloud providers using rclone.","c-files",{"claudeCode":12},"SKILL.md frontmatter at skills/c-files/SKILL.md",[368],{"path":270,"priority":271},{"basePath":370,"description":371,"displayName":372,"installMethods":373,"rationale":374,"selectedPaths":375,"source":272,"sourceLanguage":18,"type":247},"skills/c-github","Interact with GitHub using the `gh` CLI and `jq`. Manage PRs, issues, repositories, and Actions workflows. Make raw API calls with `gh api` for anything not covered by built-in commands.","c-github",{"claudeCode":12},"SKILL.md frontmatter at skills/c-github/SKILL.md",[376],{"path":270,"priority":271},{"basePath":378,"description":379,"displayName":380,"installMethods":381,"rationale":382,"selectedPaths":383,"source":272,"sourceLanguage":18,"type":247},"skills/c-jira","Manage Jira issues using `jira` (jira-cli). List and filter issues, create new tickets, transition issue status, manage sprints, and add comments — all from the terminal without opening a browser.","c-jira",{"claudeCode":12},"SKILL.md frontmatter at skills/c-jira/SKILL.md",[384],{"path":270,"priority":271},{"basePath":386,"description":387,"displayName":388,"installMethods":389,"rationale":390,"selectedPaths":391,"source":272,"sourceLanguage":18,"type":247},"skills/c-lights","Control Philips Hue smart lights using the `openhue` CLI. Turn lights on/off, adjust brightness and color, activate scenes, and manage rooms and groups.","c-lights",{"claudeCode":12},"SKILL.md frontmatter at skills/c-lights/SKILL.md",[392],{"path":270,"priority":271},{"basePath":394,"description":395,"displayName":396,"installMethods":397,"rationale":398,"selectedPaths":399,"source":272,"sourceLanguage":18,"type":247},"skills/c-linear","Manage Linear issues and projects using the `linear` CLI. List and filter issues, create new issues, update status, start work on a branch, and create linked pull requests directly from the terminal.","c-linear",{"claudeCode":12},"SKILL.md frontmatter at skills/c-linear/SKILL.md",[400],{"path":270,"priority":271},{"basePath":402,"description":403,"displayName":404,"installMethods":405,"rationale":406,"selectedPaths":407,"source":272,"sourceLanguage":18,"type":247},"skills/c-location","Search Apple Maps, find nearby places, and get directions using the `goplaces` CLI. Supports keyword searches, category filters (restaurants, coffee, gas), and turn-by-turn directions by driving, walking, or transit.","c-location",{"claudeCode":12},"SKILL.md frontmatter at skills/c-location/SKILL.md",[408],{"path":270,"priority":271},{"basePath":410,"description":411,"displayName":412,"installMethods":413,"rationale":414,"selectedPaths":415,"source":272,"sourceLanguage":18,"type":247},"skills/c-lockin","Lock In Mode — orchestrate distraction blocking, environment setup, and session tracking.","c-lockin",{"claudeCode":12},"SKILL.md frontmatter at skills/c-lockin/SKILL.md",[416],{"path":270,"priority":271},{"basePath":418,"description":419,"displayName":420,"installMethods":421,"rationale":422,"selectedPaths":423,"source":272,"sourceLanguage":18,"type":247},"skills/c-memory","Persistent memory across Claude Code sessions — remember facts, preferences, and context","c-memory",{"claudeCode":12},"SKILL.md frontmatter at skills/c-memory/SKILL.md",[424],{"path":270,"priority":271},{"basePath":426,"description":427,"displayName":428,"installMethods":429,"rationale":430,"selectedPaths":431,"source":272,"sourceLanguage":18,"type":247},"skills/c-messaging","Send and read messages via imsg (iMessage) and wacli (WhatsApp). Supports sending to individuals or groups, reading recent conversations, and checking unread messages across both platforms.","c-messaging",{"claudeCode":12},"SKILL.md frontmatter at skills/c-messaging/SKILL.md",[432],{"path":270,"priority":271},{"basePath":434,"description":435,"displayName":436,"installMethods":437,"rationale":438,"selectedPaths":439,"source":272,"sourceLanguage":18,"type":247},"skills/c-music","Control Spotify playback using the `spogo` CLI. Play, pause, skip, search tracks/albums/playlists, manage the queue, and browse your library.","c-music",{"claudeCode":12},"SKILL.md frontmatter at skills/c-music/SKILL.md",[440],{"path":270,"priority":271},{"basePath":442,"description":443,"displayName":444,"installMethods":445,"rationale":446,"selectedPaths":447,"source":272,"sourceLanguage":18,"type":247},"skills/c-network","DNS lookups with doggo and readable HTTP requests with httpie — modern networking tools for the terminal.","c-network",{"claudeCode":12},"SKILL.md frontmatter at skills/c-network/SKILL.md",[448],{"path":270,"priority":271},{"basePath":450,"description":451,"displayName":452,"installMethods":453,"rationale":454,"selectedPaths":455,"source":272,"sourceLanguage":18,"type":247},"skills/c-notes","Manage Apple Notes and Apple Reminders from the CLI. Uses memo for Notes and remindctl for Reminders. Supports listing, searching, reading, creating notes, and adding/completing reminders.","c-notes",{"claudeCode":12},"SKILL.md frontmatter at skills/c-notes/SKILL.md",[456],{"path":270,"priority":271},{"basePath":458,"description":459,"displayName":460,"installMethods":461,"rationale":462,"selectedPaths":463,"source":272,"sourceLanguage":18,"type":247},"skills/c-notify","Send native macOS notification center alerts from the command line using terminal-notifier.","c-notify",{"claudeCode":12},"SKILL.md frontmatter at skills/c-notify/SKILL.md",[464],{"path":270,"priority":271},{"basePath":466,"description":467,"displayName":468,"installMethods":469,"rationale":470,"selectedPaths":471,"source":272,"sourceLanguage":18,"type":247},"skills/c-notion","Manage Notion pages and databases from the CLI using notion-cli. Create, read, search, and update pages. Query databases, add entries, and manage blocks and properties.","c-notion",{"claudeCode":12},"SKILL.md frontmatter at skills/c-notion/SKILL.md",[472],{"path":270,"priority":271},{"basePath":474,"description":475,"displayName":476,"installMethods":477,"rationale":478,"selectedPaths":479,"source":272,"sourceLanguage":18,"type":247},"skills/c-obsidian","Obsidian vault as persistent memory — daily notes, session logs, knowledge capture, and search across your entire vault.","c-obsidian",{"claudeCode":12},"SKILL.md frontmatter at skills/c-obsidian/SKILL.md",[480],{"path":270,"priority":271},{"basePath":482,"description":483,"displayName":484,"installMethods":485,"rationale":486,"selectedPaths":487,"source":272,"sourceLanguage":18,"type":247},"skills/c-research","Summarize web URLs, PDFs, YouTube videos, and podcasts using the `summarize` CLI. Instantly extract key points from any content type without manual reading. Useful for research, link digests, and media review.","c-research",{"claudeCode":12},"SKILL.md frontmatter at skills/c-research/SKILL.md",[488],{"path":270,"priority":271},{"basePath":490,"description":491,"displayName":492,"installMethods":493,"rationale":494,"selectedPaths":495,"source":272,"sourceLanguage":18,"type":247},"skills/c-schedule","Smart scheduling — automate recurring Claude tasks with cost control. Deliver results to Telegram, file, or notification. Built into OpenPaw.","c-schedule",{"claudeCode":12},"SKILL.md frontmatter at skills/c-schedule/SKILL.md",[496],{"path":270,"priority":271},{"basePath":498,"description":499,"displayName":500,"installMethods":501,"rationale":502,"selectedPaths":503,"source":272,"sourceLanguage":18,"type":247},"skills/c-screen","Capture screenshots and extract text via OCR using `peekaboo`, and capture webcam images using `camsnap`. Enables visual analysis of screen content and camera input.","c-screen",{"claudeCode":12},"SKILL.md frontmatter at skills/c-screen/SKILL.md",[504],{"path":270,"priority":271},{"basePath":506,"description":507,"displayName":508,"installMethods":509,"rationale":510,"selectedPaths":511,"source":272,"sourceLanguage":18,"type":247},"skills/c-secrets","Look up and manage secrets using 1Password CLI (`op`) or Bitwarden CLI (`bw`). Retrieve passwords, generate new passwords, and copy credentials to clipboard. CRITICAL: Never display passwords in plain text — always copy to clipboard.","c-secrets",{"claudeCode":12},"SKILL.md frontmatter at skills/c-secrets/SKILL.md",[512],{"path":270,"priority":271},{"basePath":514,"description":515,"displayName":516,"installMethods":517,"rationale":518,"selectedPaths":519,"source":272,"sourceLanguage":18,"type":247},"skills/c-slack","Send messages and upload files to Slack channels using the `slack` CLI. Supports direct messages, channel posts, file uploads, and thread replies.","c-slack",{"claudeCode":12},"SKILL.md frontmatter at skills/c-slack/SKILL.md",[520],{"path":270,"priority":271},{"basePath":522,"description":523,"displayName":524,"installMethods":525,"rationale":526,"selectedPaths":527,"source":272,"sourceLanguage":18,"type":247},"skills/c-speakers","Control Sonos speakers using the `sonos` CLI (sonoscli). Play, pause, adjust volume, manage groups, and play favorites across rooms and speaker zones.","c-speakers",{"claudeCode":12},"SKILL.md frontmatter at skills/c-speakers/SKILL.md",[528],{"path":270,"priority":271},{"basePath":530,"description":531,"displayName":532,"installMethods":533,"rationale":534,"selectedPaths":535,"source":272,"sourceLanguage":18,"type":247},"skills/c-system","macOS Swiss Army Knife — control volume, wifi, battery, dock, display, trash, firewall, screensaver, shutdown, and more via m-cli.","c-system",{"claudeCode":12},"SKILL.md frontmatter at skills/c-system/SKILL.md",[536],{"path":270,"priority":271},{"basePath":538,"description":539,"displayName":540,"installMethods":541,"rationale":542,"selectedPaths":543,"source":272,"sourceLanguage":18,"type":247},"skills/c-tasks","Manage tasks across Todoist (todoist-cli), Things 3 (things-cli), and Taskwarrior (task). Detects which tool is installed. Supports adding, listing, completing, and filtering tasks across all three managers.","c-tasks",{"claudeCode":12},"SKILL.md frontmatter at skills/c-tasks/SKILL.md",[544],{"path":270,"priority":271},{"basePath":546,"description":547,"displayName":548,"installMethods":549,"rationale":550,"selectedPaths":551,"source":272,"sourceLanguage":18,"type":247},"skills/c-telegram","Bidirectional Telegram bridge — talk to Claude from your phone. Built into OpenPaw.","c-telegram",{"claudeCode":12},"SKILL.md frontmatter at skills/c-telegram/SKILL.md",[552],{"path":270,"priority":271},{"basePath":554,"description":555,"displayName":556,"installMethods":557,"rationale":558,"selectedPaths":559,"source":272,"sourceLanguage":18,"type":247},"skills/c-timer","Timers, alarms, and pomodoro — set countdowns with native notifications.","c-timer",{"claudeCode":12},"SKILL.md frontmatter at skills/c-timer/SKILL.md",[560],{"path":270,"priority":271},{"basePath":562,"description":563,"displayName":564,"installMethods":565,"rationale":566,"selectedPaths":567,"source":272,"sourceLanguage":18,"type":247},"skills/c-tracking","Track packages across UPS, FedEx, USPS, and DHL using the `ordercli` CLI. Look up tracking numbers, get current status, estimated delivery dates, and shipment history without visiting carrier websites.","c-tracking",{"claudeCode":12},"SKILL.md frontmatter at skills/c-tracking/SKILL.md",[568],{"path":270,"priority":271},{"basePath":570,"description":571,"displayName":572,"installMethods":573,"rationale":574,"selectedPaths":575,"source":272,"sourceLanguage":18,"type":247},"skills/c-video","Download videos, extract audio, convert formats, and clip segments using `yt-dlp` and `ffmpeg`. Supports YouTube, Vimeo, and hundreds of other sites.","c-video",{"claudeCode":12},"SKILL.md frontmatter at skills/c-video/SKILL.md",[576],{"path":270,"priority":271},{"basePath":578,"description":579,"displayName":580,"installMethods":581,"rationale":582,"selectedPaths":583,"source":272,"sourceLanguage":18,"type":247},"skills/c-video-edit","Programmatic video creation using Remotion (React-based) and Editly (JSON-based declarative). Create, render, and compose videos from code.","c-video-edit",{"claudeCode":12},"SKILL.md frontmatter at skills/c-video-edit/SKILL.md",[584],{"path":270,"priority":271},{"basePath":244,"description":10,"displayName":13,"installMethods":586,"rationale":587,"selectedPaths":588,"source":272,"sourceLanguage":18,"type":247},{"claudeCode":12},"SKILL.md frontmatter at skills/c-voice/SKILL.md",[589],{"path":270,"priority":271},{"basePath":591,"description":592,"displayName":593,"installMethods":594,"rationale":595,"selectedPaths":596,"source":272,"sourceLanguage":18,"type":247},"skills/c-weather","Weather forecasts and conditions — current, hourly, multi-day. No API key needed.","c-weather",{"claudeCode":12},"SKILL.md frontmatter at skills/c-weather/SKILL.md",[597],{"path":270,"priority":271},{"basePath":599,"description":600,"displayName":601,"installMethods":602,"license":239,"rationale":603,"selectedPaths":604,"source":272,"sourceLanguage":18,"type":647},"","Open-source Personal Assistant Wizard for Claude Code. Turn Claude Code into your PA with CLI tools and skills.","pawmode",{"npm":601},"cli ecosystem detected at /",[605,607,609,612,615,617,619,621,623,625,627,629,631,633,635,637,639,641,643,645],{"path":606,"priority":271},"package.json",{"path":608,"priority":271},"README.md",{"path":610,"priority":611},"LICENSE","high",{"path":613,"priority":614},"src/index.ts","low",{"path":616,"priority":614},"src/commands/add.ts",{"path":618,"priority":614},"src/commands/configure.ts",{"path":620,"priority":614},"src/commands/dashboard.ts",{"path":622,"priority":614},"src/commands/doctor.ts",{"path":624,"priority":614},"src/commands/export.ts",{"path":626,"priority":614},"src/commands/list.ts",{"path":628,"priority":614},"src/commands/lockin.ts",{"path":630,"priority":614},"src/commands/remove.ts",{"path":632,"priority":614},"src/commands/reset.ts",{"path":634,"priority":614},"src/commands/schedule.ts",{"path":636,"priority":614},"src/commands/setup.ts",{"path":638,"priority":614},"src/commands/soul.ts",{"path":640,"priority":614},"src/commands/status.ts",{"path":642,"priority":614},"src/commands/telegram.ts",{"path":644,"priority":614},"src/commands/theme.ts",{"path":646,"priority":614},"src/commands/update.ts","cli",{"sources":649},[650],"manual",{"npmPackage":601},{"closedIssues90d":8,"description":653,"forks":231,"homepage":654,"license":239,"openIssues90d":233,"pushedAt":234,"readmeSize":229,"stars":235,"topics":655},"Personal Assistant Wizard for Claude Code — npx pawmode","https://www.npmjs.com/package/pawmode",[656,657,658,659,660,647,216,661,662,663,664,665,666,667],"ai-agent","anthropic","automation","claude","claude-code","open-source","personal-assistant","productivity","smart-home","telegram","typescript","vibecoding",{"downloads":237},{"classifiedAt":670,"discoverAt":671,"extractAt":672,"githubAt":672,"npmAt":673,"updatedAt":670},1778686011878,1778686001339,1778686007840,1778686010039,[215,216,212,214,213,211],{"evaluatedAt":242,"extractAt":676,"updatedAt":242},1778686012417,[],[679,708,735,762,786,814],{"_creationTime":680,"_id":681,"community":682,"display":683,"identity":689,"providers":693,"relations":701,"tags":704,"workflow":705},1778696833339.6235,"k173202da6bz9n3t2ytqn33f3h86n9e0",{"reviewCount":8},{"description":684,"installMethods":685,"name":687,"sourceUrl":688},"Convert documents and text to audio using Google Cloud Text-to-Speech.\nUse this skill when the user wants to: narrate a document, read aloud text,\ngenerate audio from a file, convert text to speech, create a recording\nof documentation or analysis, create a podcast from a document, or use\nGoogle TTS/text-to-speech. Trigger phrases: \"read this aloud\", \"narrate this\",\n\"create a recording\", \"text to speech\", \"TTS\", \"convert to audio\",\n\"audio from document\", \"listen to this\", \"generate audio\", \"google tts\",\n\"create a podcast\".\n",{"claudeCode":686},"sanjay3290/ai-skills","google-tts","https://github.com/sanjay3290/ai-skills",{"basePath":690,"githubOwner":691,"githubRepo":692,"locale":18,"slug":687,"type":247},"skills/google-tts","sanjay3290","ai-skills",{"evaluate":694,"extract":700},{"promptVersionExtension":204,"promptVersionScoring":205,"score":695,"tags":696,"targetMarket":217,"tier":699},100,[213,212,215,697,698],"google-cloud","python","verified",{"commitSha":253},{"parentExtensionId":702,"repoId":703},"k17es37z10n1sw6t2m3f0vsydx86mnje","kd71np0fyqg23qg8w2hcfw0h0h86nkn0",[215,697,698,212,213],{"evaluatedAt":706,"extractAt":707,"updatedAt":706},1778697061989,1778696833339,{"_creationTime":709,"_id":710,"community":711,"display":712,"identity":718,"providers":722,"relations":729,"tags":731,"workflow":732},1778695021936.5625,"k1703jnec5x3fdsmasfekwt56s86m8bv",{"reviewCount":8},{"description":713,"installMethods":714,"name":716,"sourceUrl":717},"Use when the user asks for text-to-speech narration or voiceover, accessibility reads, audio prompts, or batch speech generation via the OpenAI Audio API; run the bundled CLI (`scripts/text_to_speech.py`) with built-in voices and require `OPENAI_API_KEY` for live calls. Custom voice creation is out of scope.",{"claudeCode":715},"openai/skills","Speech Generation Skill","https://github.com/openai/skills",{"basePath":719,"githubOwner":720,"githubRepo":721,"locale":18,"slug":212,"type":247},"skills/.curated/speech","openai","skills",{"evaluate":723,"extract":727},{"promptVersionExtension":204,"promptVersionScoring":205,"score":695,"tags":724,"targetMarket":217,"tier":699},[212,215,720,213,725,726],"text-to-speech","narration",{"commitSha":253,"license":728},"Apache-2.0",{"repoId":730},"kd75n2zj3yh472p25zffgycved86mnpx",[215,726,720,212,725,213],{"evaluatedAt":733,"extractAt":734,"updatedAt":733},1778695652845,1778695021936,{"_creationTime":736,"_id":737,"community":738,"display":739,"identity":744,"providers":748,"relations":754,"tags":757,"workflow":758},1778694901888.4358,"k170z0g9nga3h72a52d5d5vm4x86mrkc",{"reviewCount":8},{"description":740,"installMethods":741,"name":213,"sourceUrl":743},"当用户想要将文本转换为语音、从文本生成音频或制作配音时，请使用此技能。触发词包括：提及 'TTS'、'text to speech'、'speak'、'say'、'voice'、'read aloud'、'audio narration'、'voiceover'、'dubbing'，或要求将书面内容转换为口头音频。在将 EPUB/PDF/SRT/文章转换为音频、从参考音频克隆声音、控制语音中的情感或语速、将语音与字幕时间线对齐或生成每个片段的语音映射音频时，也请使用。",{"claudeCode":742},"NoizAI/skills","https://github.com/NoizAI/skills",{"basePath":745,"githubOwner":746,"githubRepo":721,"locale":747,"slug":213,"type":247},"skills/tts","NoizAI","zh-CN",{"evaluate":749,"extract":753},{"promptVersionExtension":204,"promptVersionScoring":205,"score":750,"tags":751,"targetMarket":217,"tier":218},96,[213,212,215,211,726,752],"dubbing",{"commitSha":253},{"repoId":755,"translatedFrom":756},"kd76ab29g8nkd2m33vabs03ybx86my58","k1780m9bym6pcnr3yx322hj5ah86n6y7",[215,752,726,212,213,211],{"evaluatedAt":759,"extractAt":760,"updatedAt":761},1778694818344,1778694659798,1778694901888,{"_creationTime":763,"_id":764,"community":765,"display":766,"identity":770,"providers":772,"relations":780,"tags":782,"workflow":783},1778694863325.3723,"k17d17p1m0fcmn49hnmzhr7w7n86mes5",{"reviewCount":8},{"description":767,"installMethods":768,"name":769,"sourceUrl":743},"每当用户希望语音听起来更具人情味、伙伴感或情感表现力时，请使用此技能。触发词包括：任何提及“说得像”、“像...一样说话”、“听起来像”、“伙伴声音”、“安慰我”、“让我开心”、“听起来更像人”、“晚安语音”、“早安语音”，或要求为生成的语音添加填充词、情感或个性。当用户希望模仿特定角色的声音、应用说话风格预设（晚安、早安、安慰、庆祝、聊天）、调整语气等情感参数（如温暖或温柔），或使文本转语音输出听起来像真人说话时，也请使用此技能。如果用户要求“语音消息”、“伙伴音频”、“角色声音”，或者想要带有叹息、笑声、犹豫或真正温暖的声音，请使用此技能。请勿用于没有个性的纯文本转语音、音乐生成、音效或与表情语音无关的常规编码任务。",{"claudeCode":742},"characteristic-voice",{"basePath":771,"githubOwner":746,"githubRepo":721,"locale":747,"slug":769,"type":247},"skills/characteristic-voice",{"evaluate":773,"extract":779},{"promptVersionExtension":204,"promptVersionScoring":205,"score":774,"tags":775,"targetMarket":217,"tier":218},95,[213,211,212,776,777,778],"emotion","character","nlp",{"commitSha":253},{"repoId":755,"translatedFrom":781},"k170p7rk3v2rqw6qxbn248pbt986nhzb",[777,776,778,212,213,211],{"evaluatedAt":784,"extractAt":760,"updatedAt":785},1778694682312,1778694863325,{"_creationTime":787,"_id":788,"community":789,"display":790,"identity":796,"providers":800,"relations":808,"tags":810,"workflow":811},1778697652123.8977,"k17dredz1hs8xzqz5p5er1qsgh86n8x6",{"reviewCount":8},{"description":791,"installMethods":792,"name":794,"sourceUrl":795},"Local text-to-speech via sherpa-onnx (offline, no cloud)",{"claudeCode":793},"steipete/clawdis","sherpa-onnx-tts","https://github.com/steipete/clawdis",{"basePath":797,"githubOwner":798,"githubRepo":799,"locale":18,"slug":794,"type":247},"skills/sherpa-onnx-tts","steipete","clawdis",{"evaluate":801,"extract":807},{"promptVersionExtension":204,"promptVersionScoring":205,"score":802,"tags":803,"targetMarket":217,"tier":699},99,[213,804,805,806,215],"local","offline","sherpa-onnx",{"commitSha":253},{"repoId":809},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[215,804,805,806,213],{"evaluatedAt":812,"extractAt":813,"updatedAt":812},1778698917372,1778697652123,{"_creationTime":815,"_id":816,"community":817,"display":818,"identity":824,"providers":827,"relations":834,"tags":836,"workflow":837},1778690923100.0378,"k17cvy6yv9xmtby9b03sb83ep586n46a",{"reviewCount":8},{"description":819,"installMethods":820,"name":822,"sourceUrl":823},"ElevenLabs text-to-speech with 22+ premium voices, multilingual support, and voice tuning via inference.sh CLI. Models: eleven_multilingual_v2 (highest quality), eleven_turbo_v2_5 (low latency), eleven_flash_v2_5 (ultra-fast). Capabilities: text-to-speech, voice selection, stability/style control, 32 languages. Use for: voiceovers, audiobooks, video narration, podcasts, accessibility, IVR. Triggers: elevenlabs, eleven labs, elevenlabs tts, premium tts, professional voice, ai voice, high quality tts, multilingual tts, eleven labs voice, voice generation, natural speech, realistic voice, voice over, speech synthesis",{"claudeCode":821},"inferen-sh/skills","elevenlabs-tts","https://github.com/inferen-sh/skills",{"basePath":825,"githubOwner":826,"githubRepo":721,"locale":18,"slug":822,"type":247},"tools/audio/elevenlabs-tts","inferen-sh",{"evaluate":828,"extract":833},{"promptVersionExtension":204,"promptVersionScoring":205,"score":802,"tags":829,"targetMarket":217,"tier":699},[725,213,830,215,831,832],"elevenlabs","voice-generation","multilingual",{"commitSha":253},{"repoId":835},"kd75bmkxfkvvw504knzzpkzjph86n71t",[215,830,832,725,213,831],{"evaluatedAt":838,"extractAt":839,"updatedAt":838},1778692055679,1778690923100]