원클릭으로
duby
Convert text to speech using Duby.so API. Supports various voices and emotions.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Convert text to speech using Duby.so API. Supports various voices and emotions.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
A fast Rust-based headless browser automation CLI with Node.js fallback that enables AI agents to navigate, click, type, and snapshot pages via structured commands.
Search and summarize papers from ArXiv. Use when the user asks for the latest research, specific topics on ArXiv, or a daily summary of AI papers.
Manages project knowledge using ByteRover context tree. Provides two operations: query (retrieve knowledge) and curate (store knowledge). Invoke when user requests information lookup, pattern discovery, or knowledge persistence. Developed by ByteRover Inc. (https://byterover.dev/)
A comprehensive skill for using the Cursor CLI agent for various software engineering tasks (updated for 2026 features, includes tmux automation guide).
Perform web searches using DuckDuckGo. Use when web search is needed and no API key is available or Brave Search is not preferred.
Essential Docker commands and workflows for container management, image operations, and debugging.
| name | duby |
| description | Convert text to speech using Duby.so API. Supports various voices and emotions. |
| tags | ["tts","audio","voice","duby"] |
Convert text to speech using Duby.so API.
Convert text to speech and return a media file path.
2719350d-9f0c-40af-83aa-b3879a115ca1 (Xinduo).# Default voice
duby_tts "Hello world"
# Specific voice
duby_tts "Hello world" "some-voice-id"
Uses tts.sh script with curl and jq.
Requires API_KEY to be set in the script.