{"id":5096,"date":"2026-05-15T16:12:55","date_gmt":"2026-05-15T07:12:55","guid":{"rendered":"https:\/\/typecast.ai\/kr\/learn\/?p=5096"},"modified":"2026-05-15T16:53:54","modified_gmt":"2026-05-15T07:53:54","slug":"claude-skill-typecast-api","status":"publish","type":"post","link":"https:\/\/typecast.ai\/kr\/learn\/claude-skill-typecast-api\/","title":{"rendered":"Claude Skill \ud55c \uc904 \uc124\uce58\ub85c AI\uc74c\uc131 API \uc5f0\ub3d9\ud558\uae30"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"5096\" class=\"elementor elementor-5096\" data-elementor-post-type=\"post\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3ec894ca e-con-full e-flex e-con e-parent\" data-id=\"3ec894ca\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f146a64 elementor-widget elementor-widget-html\" data-id=\"f146a64\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t\r\n<p><img decoding=\"async\" style=\"width: 40%;\" src=\"https:\/\/typecast.ai\/kr\/learn\/wp-content\/uploads\/2025\/07\/\ube14\ub85c\uadf8T-log-1.png\" alt=\"\" \/><\/p>\r\n\r\n\r\n\r\n<p>&nbsp;<\/p>\r\n\r\n\r\n<div class=\"typecast-blog-player\" data-character=\"\uc11c\ud604\">\r\n  <div class=\"typecast-play-btn\" onclick=\"togglePlay(this)\"><\/div>\r\n  <span class=\"typecast-title\">Typecast &nbsp;|&nbsp; \uc774\ubc88 \uc544\ud2f0\ud074, \uc81c \ucd5c\uc560 \uce90\ub9ad\ud130 <span style=\"color:#f97316;\">'\uc11c\ud604' <\/span>\ubaa9\uc18c\ub9ac\ub85c \uc77d\uc5b4\ub4dc\ub824\uc694<\/span>\r\n  <div class=\"typecast-controls\">\r\n    <button class=\"typecast-speed\" onclick=\"changeSpeed(this)\">\uc18d\ub3c4 1x<\/button>\r\n  <\/div>\r\n  <audio src=\"https:\/\/typecast.ai\/kr\/learn\/wp-content\/uploads\/2026\/05\/20260515__Claude.mp3\"><\/audio>\r\n<\/div>\r\n\r\n<style>\r\n.typecast-blog-player {\r\n  display: flex;\r\n  align-items: center;\r\n  background: #111;\r\n  border-radius: 10px;\r\n  padding: 15px 16px;\r\n  gap: 12px;\r\n  max-width: 700px;\r\n}\r\n.typecast-blog-player .typecast-play-btn {\r\n  background: #f97316;\r\n  border: none;\r\n  border-radius: 50%;\r\n  width: 32px;\r\n  height: 32px !important;\r\n  min-width: 32px;\r\n  min-height: 32px;\r\n  cursor: pointer;\r\n  flex-shrink: 0;\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n}\r\n.typecast-blog-player .typecast-play-btn::before {\r\n  content: '';\r\n  display: inline-block;\r\n  width: 0;\r\n  height: 0;\r\n  border-style: solid;\r\n  border-width: 5px 0 5px 10px;\r\n  border-color: transparent transparent transparent white;\r\n  margin-left: 2px;\r\n}\r\n.typecast-blog-player .typecast-play-btn.is-playing::before {\r\n  border-style: double;\r\n  border-width: 0 0 0 10px;\r\n  border-color: transparent transparent transparent white;\r\n  margin-left: 0;\r\n}\r\n.typecast-blog-player .typecast-title {\r\n  color: white;\r\n  font-weight: 600;\r\n  font-size: 15px;\r\n  flex: 1;\r\n}\r\n.typecast-blog-player .typecast-controls {\r\n  display: flex;\r\n  align-items: center;\r\n  gap: 12px;\r\n  flex-shrink: 0;\r\n}\r\n.typecast-blog-player .typecast-speed {\r\n  background: transparent;\r\n  border: 1.5px solid #555;\r\n  border-radius: 20px;\r\n  color: white;\r\n  padding: 4px 10px;\r\n  font-weight: 500;\r\n  font-size: 11px;\r\n  cursor: pointer;\r\n}\r\n<\/style>\r\n\r\n<script>\r\nfunction togglePlay(btn) {\r\n  const player = btn.closest('.typecast-blog-player');\r\n  const audio = player.querySelector('audio');\r\n\r\n  document.querySelectorAll('.typecast-blog-player').forEach(p => {\r\n    if (p !== player) {\r\n      p.querySelector('audio').pause();\r\n      p.querySelector('.typecast-play-btn').classList.remove('is-playing');\r\n    }\r\n  });\r\n\r\n  if (audio.paused) {\r\n    audio.play();\r\n    btn.classList.add('is-playing');\r\n\r\n    if (!player.dataset.played) {\r\n      player.dataset.played = 'true';\r\n      window.dataLayer = window.dataLayer || [];\r\n      window.dataLayer.push({\r\n                event: 'typecast_blog_audio_play',\r\n        audio_character: player.dataset.character || '',\r\n        page_url: window.location.href\r\n      });\r\n    }\r\n  } else {\r\n    audio.pause();\r\n    btn.classList.remove('is-playing');\r\n  }\r\n}\r\n\r\nfunction changeSpeed(btn) {\r\n  const player = btn.closest('.typecast-blog-player');\r\n  const audio = player.querySelector('audio');\r\n  const speeds = [1, 1.5, 2, 0.75];\r\n\r\n  let idx = parseInt(player.dataset.speedIndex || '0');\r\n  idx = (idx + 1) % speeds.length;\r\n  player.dataset.speedIndex = idx;\r\n\r\n  audio.playbackRate = speeds[idx];\r\n  btn.textContent = '\uc18d\ub3c4 ' + speeds[idx] + 'x';\r\n}\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5f9254ed elementor-widget elementor-widget-text-editor\" data-id=\"5f9254ed\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t\n<h2 class=\"wp-block-heading\">\u00a0<\/h2>\n<h2 class=\"wp-block-heading\" style=\"font-size: 24px; font-weight: bold; line-height: 1.4em; letter-spacing: -0.04em; color: #222222; margin-bottom: 40px;\"><strong>Claude Skill\ub85c AI \uc74c\uc131\uc744 Claude\u00b7Cursor\uc5d0 \uc790\uc5f0\uc5b4 \ud55c \uc904\ub85c \uc5f0\ub3d9\ud558\ub294 \ubc95<\/strong><\/h2>\n\n<p class=\"post-body\">Claude Code\ub098 Cursor\uc5d0\uc11c <strong>Skill \uc5c6\uc774<\/strong> \uc74c\uc131 \uae30\ub2a5\uc744 \uc5f0\ub3d9\ud560 \ub54c, \uc791\uc5c5\uc758 \uc808\ubc18\uc740 \uacf5\uc2dd \ubb38\uc11c\ub97c LLM\uc5d0 \uc804\ub2ec\ud558\ub294 \uc77c\uc785\ub2c8\ub2e4. API \ub808\ud37c\ub7f0\uc2a4\ub97c \ubd99\uc5ec\ub123\uace0, \uc74c\uc131 ID\ub97c \ucc3e\uc544\uc8fc\uace0, <strong>403\u00b7402 \uc624\ub958 \ucf54\ub4dc\ub97c \ub2e4\uc2dc \uc124\uba85\ud558\ub294 \uc77c<\/strong>\uc774 \ub9e4\ubc88 \ubc18\ubcf5\ub418\uc8e0.<\/p>\n\n<p>\u00a0<\/p>\n\n<p class=\"post-body\">\uc774\ub7ec\ud55c \ubc18\ubcf5 \uc791\uc5c5\uc744 \ud6a8\uc728\ud654\ud558\uae30 \uc704\ud574 <strong>\ud0c0\uc785\uce90\uc2a4\ud2b8 API \ud300\uc774 5\uc6d4 <code>typecast-api-expert<\/code> Skill\uc744 \uacf5\uac1c<\/strong>\ud588\uc2b5\ub2c8\ub2e4. Claude Code\u00b7Cursor\u00b7GitHub Copilot\uc5d0\uc11c \ud55c \uc904 \uc124\uce58\ub85c \ub3d9\uc791\ud558\ub294 Anthropic Skill \ud45c\uc900 \ud328\ud0a4\uc9c0\uc785\ub2c8\ub2e4.<\/p>\n\n<p>\u00a0<\/p>\n\n<div class=\"callout-box\">\n<p class=\"callout-title\">\uc624\ub298 \uc544\ud2f0\ud074, \uc774\ub7f0 \ubd84\ub4e4\uc5d0\uac8c \ucd94\ucc9c\ub4dc\ub9bd\ub2c8\ub2e4<\/p>\n<p>\u2705 Claude Code\u00b7Cursor\ub85c <strong>\uc74c\uc131 \uae30\ub2a5\uc744 \ubd99\uc774\ub294 \uac1c\ubc1c\uc790<\/strong><\/p>\n<p>\u2705 \uc790\uc5f0\uc5b4 \ud55c \uc904\ub85c <strong>&#8220;\uc2ac\ud508 \ud55c\uad6d\uc5b4 \uc5ec\uc131 \ubcf4\uc774\uc2a4, \uc2a4\ud2b8\ub9ac\ubc0d\uc73c\ub85c&#8221;<\/strong> \uac19\uc740 \uc9c0\uc2dc\ub97c \ub0b4\ub9ac\uace0 \ucf54\ub4dc\ub97c \ubc1b\uace0 \uc2f6\uc740 \ubd84<\/p>\n<p>\u2705 LLM\uc5d0 \ub9e4\ubc88 <strong>Typecast TTS API \ubb38\uc11c\ub97c \ubcf5\ubd99<\/strong>\ud558\ub294 \uac8c \ubc88\uac70\ub85c\uc6b4 \ucf58\ud150\uce20 \uc790\ub3d9\ud654 \ud300<\/p>\n<\/div>\n\n<p>\u00a0<\/p>\n\n<p><a style=\"display: inline-block; background-color: #fe7e43; color: #ffffff; padding: 11px 28px; border-radius: 8px; font-size: 15px; font-weight: bold; text-decoration: none;\" href=\"https:\/\/github.com\/neosapience\/typecast-skills\">Typecast \uc2a4\ud0ac \uc124\uce58\ud558\uae30<\/a><\/p>\n\n<p>\u00a0<\/p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n<p>\u00a0<\/p>\n\n<h2 class=\"wp-block-heading\" style=\"font-size: 24px; font-weight: bold; line-height: 1.4em; letter-spacing: -0.04em; color: #222222; margin-bottom: 40px;\"><strong>Skill\uc774 \ubb54\uac00\uc694?<\/strong><\/h2>\n\n<p class=\"post-body\">Skill\uc740 LLM\uc774 \ud544\uc694\ud560 \ub54c\ub9cc \ubd88\ub7ec\uc4f0\ub294 <strong>\ubaa8\ub4c8\ud654\ub41c \uc804\ubb38 \uc9c0\uc2dd \ud328\ud0a4\uc9c0<\/strong>\uc785\ub2c8\ub2e4. \ud3f4\ub354 \ud558\ub098\uc5d0 <code>SKILL.md<\/code>(\uc2dc\uc2a4\ud15c \ud504\ub86c\ud504\ud2b8 + \uc0ac\uc6a9 \uac00\uc774\ub4dc)\uc640 \ubcf4\uc870 \uc790\ub8cc(<code>scripts\/<\/code>, <code>references\/<\/code>, <code>assets\/<\/code>)\ub97c \ub2f4\uc544\ub450\uba74, Claude\uac00 \uc0ac\uc6a9\uc790\uc758 \uc758\ub3c4\ub97c \ubcf4\uace0 \uadf8 \ud3f4\ub354\ub97c \uc790\ub3d9\uc73c\ub85c \uc77d\uc5b4\uc635\ub2c8\ub2e4.<\/p>\n\n<p>\u00a0<\/p>\n\n<p class=\"post-body\">\ud575\uc2ec\uc740 \ub450 \uac00\uc9c0\uc785\ub2c8\ub2e4.<\/p>\n\n<div style=\"background-color: #fafafa; border-left: 3px solid #fe7e43; border-radius: 0 10px 10px 0; padding: 20px 24px; margin: 16px 0;\">\n<p style=\"font-size: 17px; font-weight: bold; color: #222222; margin: 0 0 10px !important;\">\ub450 \ud544\ub4dc\ub9cc\uc73c\ub85c \ud2b8\ub9ac\uac70\ub97c \uc815\uc758\ud569\ub2c8\ub2e4<\/p>\n<p style=\"font-size: 15px; font-weight: 400; line-height: 1.9em; color: #454545; margin: 0 !important;\"><code>name<\/code>\uacfc <code>description<\/code>\ub9cc \uc788\uc73c\uba74 LLM\uc774 \uc5b8\uc81c \uc774 \uc2a4\ud0ac\uc744 \ubd88\ub7ec\uc62c\uc9c0 \uc2a4\uc2a4\ub85c \uacb0\uc815\ud569\ub2c8\ub2e4. \uc0ac\uc6a9\uc790\uac00 \ub530\ub85c \ud638\ucd9c\ud558\uc9c0 \uc54a\uc544\ub3c4 <strong>\uc758\ub3c4 \ub9e4\uce6d\uc73c\ub85c \uc790\ub3d9 \ud65c\uc131\ud654<\/strong>\ub418\ub294 \uad6c\uc870\uc8e0.<\/p>\n<\/div>\n\n<div style=\"background-color: #fafafa; border-left: 3px solid #fe7e43; border-radius: 0 10px 10px 0; padding: 20px 24px; margin: 16px 0;\">\n<p style=\"font-size: 17px; font-weight: bold; color: #222222; margin: 0 0 10px !important;\">\ud544\uc694\ud55c \uc21c\uac04\uc5d0\ub9cc \uc120\ud0dd\uc801\uc73c\ub85c \ub85c\ub529\ub429\ub2c8\ub2e4<\/p>\n<p style=\"font-size: 15px; font-weight: 400; line-height: 1.9em; color: #454545; margin: 0 !important;\">\ucee8\ud14d\uc2a4\ud2b8 \ucc3d\uc5d0 \ud56d\uc0c1 \ub5a0 \uc788\ub294 \uac8c \uc544\ub2c8\ub77c, \ud544\uc694\ud55c \uc21c\uac04\uc5d0\ub9cc \ud638\ucd9c\ub429\ub2c8\ub2e4. <strong>\ud1a0\ud070 \ub0ad\ube44 \uc5c6\uc774 \ud544\uc694\ud55c \uc21c\uac04\uc5d0\ub9cc \uc804\ubb38 \uc9c0\uc2dd\uc774 \ubd99\ub294 \uad6c\uc870<\/strong>\ub77c LLM \uc751\ub2f5 \uc18d\ub3c4\u00b7\ube44\uc6a9\uc5d0 \ubd80\ub2f4\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.<\/p>\n<\/div>\n\n<p>\u00a0<\/p>\n\n<pre style=\"background-color: #1e1e1e; color: #e2e8f0; padding: 22px 28px; border-radius: 10px; font-size: 13.5px; line-height: 1.9; margin-bottom: 24px; font-family: 'Fira Code', 'Courier New', monospace; overflow-x: auto; text-align: left;\"><code><span style=\"color: #888888;\">---<\/span>\n<span style=\"color: #fe7e43; font-weight: bold;\">name<\/span>: typecast-api-expert\n<span style=\"color: #fe7e43; font-weight: bold;\">description<\/span>: Typecast TTS API expert agent. Provides API key setup,\n  code samples (Python, JavaScript, cURL), error troubleshooting, and\n  plan comparison.\n<span style=\"color: #888888;\">---<\/span><\/code><\/pre>\n\n<p class=\"post-body\">\uc704 \ud504\ub860\ud2b8\ub9e4\ud130\uac00 <code>typecast-api-expert<\/code> Skill\uc758 \uc9c4\uc785\uc810\uc785\ub2c8\ub2e4. \uc0ac\uc6a9\uc790\uac00 &#8220;TTS \ucf54\ub4dc \uc9dc\uc918&#8221;\ub77c\uace0\ub9cc \uc785\ub825\ud574\ub3c4 Claude\uac00 description\uc744 \uc77d\uace0 <strong>\uc774 Skill\uc744 \uc790\ub3d9\uc73c\ub85c \ud65c\uc131\ud654<\/strong>\ud569\ub2c8\ub2e4.<\/p>\n\n<p>\u00a0<\/p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n<p>\u00a0<\/p>\n\n<h2 class=\"wp-block-heading\" style=\"font-size: 24px; font-weight: bold; line-height: 1.4em; letter-spacing: -0.04em; color: #222222; margin-bottom: 40px;\"><strong>Typecast TTS Skill\uc774 IDE \uc548\uc5d0\uc11c \ud574\uc8fc\ub294 \uc77c<\/strong><\/h2>\n\n<p class=\"post-body\"><strong>\uc774 Skill\uc740 IDE \uc548\uc758 \ud0c0\uc785\uce90\uc2a4\ud2b8 TTS \uc804\ubb38\uac00\uc785\ub2c8\ub2e4.<\/strong> \uc790\uc5f0\uc5b4 \ud55c \uc904\ub85c \uc758\ub3c4\ub9cc \uc804\ud558\uba74, \uc801\uc808\ud55c \ubaa8\ub378\u00b7\uc74c\uc131 ID\u00b7\uac10\uc815 \ud30c\ub77c\ubbf8\ud130\uae4c\uc9c0 \uc7a1\ud78c AI \uc74c\uc131 \uc5f0\ub3d9 \ucf54\ub4dc\uac00 \ub098\uc635\ub2c8\ub2e4. \uc74c\uc131 \uc635\uc158\uc744 \uc77c\uc77c\uc774 \uac80\uc0c9\ud558\uac70\ub098 LLM\uc5d0 \ub530\ub85c \uc54c\ub824\uc904 \ud544\uc694 \uc5c6\uc5b4\uc694.<\/p>\n<p>\u00a0<\/p>\n<p class=\"post-body\">\ud55c\ub9c8\ub514\ub85c <strong>AI \uc74c\uc131\uc744 \uc790\uc5f0\uc5b4 \ud55c \uc904\ub85c \uc11c\ube44\uc2a4\uc5d0 \uc5f0\ub3d9<\/strong>\ud560 \uc218 \uc788\ub294 \uac70\uc8e0. Skill\uc774 \ucee4\ubc84\ud558\ub294 \uc601\uc5ed\uc740 \uc138 \uac00\uc9c0\ub85c \uc815\ub9ac\ub429\ub2c8\ub2e4.<\/p>\n\n<p>\u00a0<\/p>\n\n<div style=\"background-color: #fafafa; border-left: 3px solid #fe7e43; border-radius: 0 10px 10px 0; padding: 20px 24px; margin: 16px 0;\">\n<p style=\"font-size: 17px; font-weight: bold; color: #222222; margin: 0 0 10px !important;\">\u2460 \uc790\ub3d9 \ucf54\ub4dc \uc791\uc131<\/p>\n<p style=\"font-size: 15px; font-weight: 400; line-height: 1.9em; color: #454545; margin: 0 !important;\"><strong>\uc2dc\uc791\ud558\uae30<\/strong> \u00b7 API \ud0a4 \ubc1c\uae09, \ud658\uacbd\ubcc0\uc218 \uc124\uc815, \uccab \ud638\ucd9c<br \/><strong>\ucf54\ub4dc \uc0d8\ud50c<\/strong> \u00b7 Python\u00b7JavaScript\u00b7cURL \uc989\uc2dc \uc0dd\uc131<br \/><strong>Streaming TTS<\/strong> \u00b7 \ud569\uc131\uacfc \ub3d9\uc2dc\uc5d0 \uccad\ud06c \uc804\uc1a1\ud558\ub294 \ud328\ud134<br \/><strong>\uc790\ub9c9 \uc0dd\uc131<\/strong> \u00b7 SRT\u00b7VTT \ud3ec\ub9f7\uc73c\ub85c \uc74c\uc131\uacfc \ub3d9\uae30\ud654\ub41c \ucea1\uc158 \ucd9c\ub825<\/p>\n<\/div>\n\n<div style=\"background-color: #fafafa; border-left: 3px solid #fe7e43; border-radius: 0 10px 10px 0; padding: 20px 24px; margin: 16px 0;\">\n<p style=\"font-size: 17px; font-weight: bold; color: #222222; margin: 0 0 10px !important;\">\u2461 \ub514\ud14c\uc77c\ud55c \uc138\ud305 \uc790\ub3d9\uc870\uc808<\/p>\n<p style=\"font-size: 15px; font-weight: 400; line-height: 1.9em; color: #454545; margin: 0 !important;\"><strong>\uc74c\ub7c9 \uc815\uaddc\ud654<\/strong> \u00b7 <code>target_lufs<\/code> \ud30c\ub77c\ubbf8\ud130\ub85c \ubc29\uc1a1\u00b7\ud50c\ub7ab\ud3fc \uae30\uc900 \uc790\ub3d9 \ub9de\ucda4<br \/><strong>Smart Emotion<\/strong> \u00b7 \ud14d\uc2a4\ud2b8 \ub9e5\ub77d \uae30\ubc18 \uac10\uc815 \uc790\ub3d9 \uac10\uc9c0(ssfm 3.0 \uae30\uc900, 7\uac1c \ud504\ub9ac\uc14b)<br \/><strong>\ub2e4\uad6d\uc5b4 \ubd84\uae30<\/strong> \u00b7 37\uac1c \uc5b8\uc5b4 \uc911 \uc0ac\uc6a9 \ud658\uacbd\uc5d0 \ub9de\ub294 \uc5b8\uc5b4 \ucf54\ub4dc \uc790\ub3d9 \ucd94\ucc9c<\/p>\n<\/div>\n\n<div style=\"background-color: #fafafa; border-left: 3px solid #fe7e43; border-radius: 0 10px 10px 0; padding: 20px 24px; margin: 16px 0;\">\n<p style=\"font-size: 17px; font-weight: bold; color: #222222; margin: 0 0 10px !important;\">\u2462 \ud2b8\ub7ec\ube14 \uc288\ud305<\/p>\n<p style=\"font-size: 15px; font-weight: 400; line-height: 1.9em; color: #454545; margin: 0 !important;\"><strong>\uc624\ub958 \ucc98\ub9ac<\/strong> \u00b7 400\u00b7401\u00b7402\u00b7403\u00b7404\u00b7429 \uc751\ub2f5\ubcc4 \uc6d0\uc778\uacfc \ud574\uacb0 \ud750\ub984<br \/><strong>\ud50c\ub79c \ube44\uad50<\/strong> \u00b7 Web \ud50c\ub79c\uacfc API \ud50c\ub79c\uc758 \ucc28\uc774, Starter \ud0a4 \ube44\ud638\ud658(403) \uc790\ub3d9 \uc9c4\ub2e8<\/p>\n<\/div>\n\n<p>\u00a0<\/p>\n\n<p class=\"post-body\">\uc751\ub2f5 \uc5b8\uc5b4\ub294 \uc0ac\uc6a9 \uc5b8\uc5b4\uc640 \uc790\ub3d9\uc73c\ub85c \ub3d9\uae30\ud654\ub429\ub2c8\ub2e4. <strong>\ud55c\uad6d\uc5b4\ub85c \ubb3c\uc5b4\ubcf4\uba74 \ud55c\uad6d\uc5b4\ub85c, \uc601\uc5b4\ub85c \ubb3c\uc5b4\ubcf4\uba74 \uc601\uc5b4\ub85c<\/strong> \ub2f5\ud569\ub2c8\ub2e4. \ubcc4\ub3c4 \uc124\uc815\uc774 \ud544\uc694 \uc5c6\uc2b5\ub2c8\ub2e4.<\/p>\n\n<p>\u00a0<\/p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n<p>\u00a0<\/p>\n\n<h2 class=\"wp-block-heading\" style=\"font-size: 24px; font-weight: bold; line-height: 1.4em; letter-spacing: -0.04em; color: #222222; margin-bottom: 40px;\"><strong>Typecast Skill \uc124\uce58 \ubc29\ubc95 \u2014 1\ubd84\uc774\uba74 \ub429\ub2c8\ub2e4<\/strong><\/h2>\n\n<p class=\"post-body\">\uc124\uce58 \ubc29\uc2dd\uc740 IDE\u00b7\ud234 \ud658\uacbd\uc5d0 \ub530\ub77c \uc138 \uac00\uc9c0\uac00 \uc788\uc2b5\ub2c8\ub2e4. <strong>\uac00\uc7a5 \ube60\ub978 \uac74 Claude Code\uc758 \ud50c\ub7ec\uadf8\uc778 \uba85\ub839\uc5b4 \ud55c \uc904<\/strong>(<code>\/plugin install typecast-api-expert@typecast-skills<\/code>)\uc785\ub2c8\ub2e4. SKILL.md \uc6d0\ubb38\u00b7\ub77c\uc774\uc120\uc2a4\ub294 <a href=\"https:\/\/github.com\/neosapience\/typecast-skills\">GitHub \uc800\uc7a5\uc18c<\/a>, \uce74\ud0c8\ub85c\uadf8 \ud398\uc774\uc9c0\ub294 <a href=\"https:\/\/skills.sh\/neosapience\/typecast-skills\/typecast-api-expert\">skills.sh<\/a>\uc5d0\uc11c \ud655\uc778\ud560 \uc218 \uc788\uc5b4\uc694.<\/p>\n\n<p>\u00a0<\/p>\n\n<h3 class=\"wp-block-heading\" style=\"font-size: 18px; font-weight: bold; color: #222222; margin: 24px 0 12px;\">1)Claude Code (\uad8c\uc7a5)<\/h3>\n\n<pre style=\"background-color: #1e1e1e; color: #e2e8f0; padding: 22px 28px; border-radius: 10px; font-size: 13.5px; line-height: 1.9; margin-bottom: 24px; font-family: 'Fira Code', 'Courier New', monospace; overflow-x: auto; text-align: left;\"><code><span style=\"color: #fe7e43; font-weight: bold;\">\/plugin<\/span> marketplace add neosapience\/typecast-skills\n<span style=\"color: #fe7e43; font-weight: bold;\">\/plugin<\/span> install typecast-api-expert@typecast-skills<\/code><\/pre>\n\n<h3 class=\"wp-block-heading\" style=\"font-size: 18px; font-weight: bold; color: #222222; margin: 54px 0 12px;\">2)Cursor\u00b7\uae30\ud0c0 skills.sh \ud638\ud658 \uc5d0\uc774\uc804\ud2b8<\/h3>\n\n<p class=\"post-body\"><a href=\"https:\/\/skills.sh\">skills.sh<\/a>\ub294 Anthropic\uc758 Agent Skills \ud45c\uc900\uc744 \ub530\ub974\ub294 <strong>\uc624\ud508 \uc2a4\ud0ac \uce74\ud0c8\ub85c\uadf8<\/strong>\uc785\ub2c8\ub2e4. Cursor\ub97c \ube44\ub86f\ud574 \uc774 \ub514\ub809\ud1a0\ub9ac \uaddc\uc57d\uc744 \uc9c0\uc6d0\ud558\ub294 \uc5d0\uc774\uc804\ud2b8\ub77c\uba74 \uc544\ub798 \ud55c \uc904\ub85c \uc124\uce58\ud560 \uc218 \uc788\uc5b4\uc694.<\/p>\n\n<pre style=\"background-color: #1e1e1e; color: #e2e8f0; padding: 22px 28px; border-radius: 10px; font-size: 13.5px; line-height: 1.9; margin-top: 10px; margin-bottom: 20px; font-family: 'Fira Code', 'Courier New', monospace; overflow-x: auto; text-align: left;\"><code>npx skills add neosapience\/typecast-skills<\/code><\/pre>\n\n<p style=\"font-size: 14px; color: #6b7280; line-height: 1.8em; margin: 5 0 24px; padding-left: 12px; border-left: 2px solid #e5e7eb;\">\u203b Cursor\uc5d0\uc11c\ub294 <strong>Auto \ubaa8\ub4dc \uc0ac\uc6a9, Gemini 2.5 Flash\uc740 \uad8c\uc7a5\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4<\/strong>. \uc2a4\ud0ac\uc758 description \ub9e4\uce6d\uacfc \ucee8\ud14d\uc2a4\ud2b8 \ucc98\ub9ac \ud488\uc9c8 \ucc28\uc774\ub85c \uc778\ud574 \ud30c\ub77c\ubbf8\ud130 \uc790\ub3d9 \uc138\ud305\uc774\ub098 \uc624\ub958 \uc9c4\ub2e8\uc774 \ubd88\uc644\uc804\ud558\uac8c \ub3d9\uc791\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n\n<h3 class=\"wp-block-heading\" style=\"font-size: 18px; font-weight: bold; color: #222222; margin: 24px 0 12px;\">3)\uc218\ub3d9 \uc124\uce58<\/h3>\n\n<p class=\"post-body\">\uc800\uc7a5\uc18c\ub97c \ud074\ub860\ud55c \ub4a4 \ud658\uacbd\uc5d0 \ub9de\ub294 \ub514\ub809\ud1a0\ub9ac\ub85c \ubcf5\uc0ac\ud569\ub2c8\ub2e4.<\/p>\n\n<table style=\"width: 100%; border-collapse: collapse; font-size: 15px; margin: 8px 0;\">\n<thead>\n<tr>\n<th style=\"background-color: #f9fafb; padding: 12px 16px; text-align: left; font-weight: 600; color: #374151; border-bottom: 2px solid #e5e7eb;\">\ud658\uacbd<\/th>\n<th style=\"background-color: #f9fafb; padding: 12px 16px; text-align: left; font-weight: 600; color: #374151; border-bottom: 2px solid #e5e7eb;\">\uacbd\ub85c<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td style=\"padding: 12px 16px; color: #454545; border-bottom: 1px solid #f3f4f6; line-height: 1.6; vertical-align: top;\">\uac1c\uc778\uc6a9 (\uc804\uc5ed)<\/td>\n<td style=\"padding: 12px 16px; color: #454545; border-bottom: 1px solid #f3f4f6; line-height: 1.6; vertical-align: top;\"><code>~\/.claude\/skills\/typecast-api-expert\/<\/code><\/td>\n<\/tr>\n<tr>\n<td style=\"padding: 12px 16px; color: #454545; border-bottom: none; line-height: 1.6; vertical-align: top;\">\ud504\ub85c\uc81d\ud2b8 \ub2e8\uc704<\/td>\n<td style=\"padding: 12px 16px; color: #454545; border-bottom: none; line-height: 1.6; vertical-align: top;\"><code>.cursor\/skills\/typecast-api-expert\/<\/code><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n\n<p>\u00a0<\/p>\n\n<p class=\"post-body\">\uc124\uce58 \ud6c4 IDE\ub97c \uc7ac\uc2dc\uc791\ud558\uba74 description \ub9e4\uce6d\uc774 \ud65c\uc131\ud654\ub429\ub2c8\ub2e4. <strong>\ubcc4\ub3c4 \uc124\uc815 \ud654\uba74 \uc5c6\uc774, \ub2e4\uc74c \ucc44\ud305\ubd80\ud130 \ubc14\ub85c \ub3d9\uc791<\/strong>\ud569\ub2c8\ub2e4.<\/p>\n\n<p>\u00a0<\/p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n<p>\u00a0<\/p>\n\n<h2 class=\"wp-block-heading\" style=\"font-size: 24px; font-weight: bold; line-height: 1.4em; letter-spacing: -0.04em; color: #222222; margin-bottom: 40px;\"><strong>\uc2e4\uc804 \u2014 Skill \uc124\uce58 \uc804\u00b7\ud6c4 Claude Code \ube44\uad50<\/strong><\/h2>\n\n<p class=\"post-body\">\uc124\uce58 \uc804\uacfc \ud6c4\uac00 \uc5b4\ub5bb\uac8c \ub2ec\ub77c\uc9c0\ub294\uc9c0 <strong>\uac19\uc740 \uc758\ub3c4\uc758 \ud504\ub86c\ud504\ud2b8\ub85c \ube44\uad50<\/strong>\ud574\ubd24\uc2b5\ub2c8\ub2e4.<\/p>\n\n<p>\u00a0<\/p>\n\n<h3 class=\"wp-block-heading\" style=\"font-size: 18px; font-weight: bold; color: #222222; margin: 24px 0 12px;\">Before \u2014 \uc2a4\ud0ac \ubbf8\uc0ac\uc6a9 \uc2dc<\/h3>\n\n<pre style=\"background-color: #1e1e1e; color: #e2e8f0; padding: 22px 28px; border-radius: 10px; font-size: 13.5px; line-height: 1.9; margin-bottom: 24px; font-family: 'Fira Code', 'Courier New', monospace; overflow-x: auto; text-align: left;\"><code><span style=\"color: #888888;\">\ub098:<\/span> Typecast API\ub85c \uc2ac\ud508 \ud55c\uad6d\uc5b4 \uc5ec\uc131 \uc74c\uc131 \ucf54\ub4dc \uc9dc\uc918.\n\n<span style=\"color: #888888;\">Claude:<\/span> \uc5b4\ub290 \ubaa8\ub378\uc778\uac00\uc694? voice_id\ub294 \ubb34\uc5c7\uc73c\ub85c \ud560\uae4c\uc694?\n        \uacf5\uc2dd \ubb38\uc11c URL\uc744 \uc54c\ub824\uc8fc\uc2dc\uba74 \uadf8\uc5d0 \ub9de\ucdb0 \uc791\uc131\ud558\uaca0\uc2b5\ub2c8\ub2e4.<\/code><\/pre>\n\n<p class=\"post-body\">\ubb38\uc11c URL\uc744 \ub2e4\uc2dc \ub358\uc9c0\uace0, \ubaa8\ub378\uba85\uc744 \uac80\uc0c9\ud574\uc11c \uc54c\ub824\uc8fc\uace0, \uc74c\uc131 ID \ubaa9\ub85d\uc744 \ub530\ub85c \ucc3e\uc544 \ubd99\uc5ec\ub123\uc5b4\uc57c \ud569\ub2c8\ub2e4. <strong>\uadf8\uc81c\uc57c \ucf54\ub4dc\uac00 \ub098\uc635\ub2c8\ub2e4.<\/strong><\/p>\n\n<p>\u00a0<\/p>\n\n<h3 class=\"wp-block-heading\" style=\"font-size: 18px; font-weight: bold; color: #222222; margin: 24px 0 12px;\">After \u2014 \uc2a4\ud0ac \uc124\uce58 \ud6c4<\/h3>\n\n<pre style=\"background-color: #1e1e1e; color: #e2e8f0; padding: 22px 28px; border-radius: 10px; font-size: 13.5px; line-height: 1.9; margin-bottom: 24px; font-family: 'Fira Code', 'Courier New', monospace; overflow-x: auto; text-align: left;\"><code><span style=\"color: #888888;\">\ub098:<\/span> Typecast API\ub85c \uc2ac\ud508 \ud55c\uad6d\uc5b4 \uc5ec\uc131 \uc74c\uc131 \ucf54\ub4dc \uc9dc\uc918.\n\n<span style=\"color: #888888;\">Claude:<\/span> <span style=\"color: #fe7e43; font-weight: bold;\">ssfm 3.0 \ubaa8\ub378 + Smart Emotion<\/span>\uc73c\ub85c \uc791\uc131\ud569\ub2c8\ub2e4.\n        \ud55c\uad6d\uc5b4 \uc5ec\uc131 \ud654\uc790 voice_id \ucd94\ucc9c 3\uac1c \ud568\uaed8 \ub4dc\ub9b4\uac8c\uc694.\n        API \ud0a4\ub294 \ud658\uacbd\ubcc0\uc218 TYPECAST_API_KEY\ub85c \ubd84\ub9ac\ud588\uc2b5\ub2c8\ub2e4.\n        [Python \ucf54\ub4dc \ucd9c\ub825]<\/code><\/pre>\n\n<p class=\"post-body\">LLM\uc774 <strong>\ubaa8\ub378\u00b7\uac10\uc815\u00b7\ubcf4\uc548 \ud328\ud134\uae4c\uc9c0 \ud55c \ubc88\uc5d0 \uacb0\uc815<\/strong>\ud569\ub2c8\ub2e4. \uc0ac\uc6a9\uc790\uac00 \uc758\uc2dd\ud558\uc9c0 \uc54a\uc544\ub3c4 <code>target_lufs<\/code>\u00b7<code>emotion_type<\/code> \uac19\uc740 \uad8c\uc7a5 \ud30c\ub77c\ubbf8\ud130\uac00 \uc790\uc5f0\uc2a4\ub7fd\uac8c \ub4e4\uc5b4\uac00\uace0, \ud0a4\ub97c \ud074\ub77c\uc774\uc5b8\ud2b8 \ucf54\ub4dc\uc5d0 \ub178\ucd9c\ud558\uc9c0 \uc54a\ub294 \ubcf4\uc548 \ud328\ud134\uae4c\uc9c0 \uc801\uc6a9\ub429\ub2c8\ub2e4.<\/p>\n\n<p>\u00a0<\/p>\n\n<div class=\"callout-box-neutral\">\n<p class=\"callout-title-neutral\">\ud83d\udca1 \uc790\ub3d9\ud654 \ud30c\uc774\ud504\ub77c\uc778\uc5d0\uc11c\ub3c4 \ub3d9\uc77c\ud558\uac8c \ub3d9\uc791\ud569\ub2c8\ub2e4<\/p>\n<p>\ucf58\ud150\uce20 \uc790\ub3d9\ud654 \ud300\uc774 n8n\uc5d0 Claude Agent \ub178\ub4dc\ub97c \ub450\uace0 <strong>&#8220;\uc774 \uc2a4\ud06c\ub9bd\ud2b8\ub97c \uc2ac\ud508 \ud1a4\uc73c\ub85c \ud569\uc131\ud574\uc11c S3\uc5d0 \uc62c\ub824\uc918&#8221;<\/strong> \uac19\uc740 \uba85\ub839\uc744 \ub123\uc73c\uba74, \uc2a4\ud0ac\uc774 \ud569\uc131 \u2192 <code>target_lufs<\/code> \uc815\uaddc\ud654 \u2192 \uc5c5\ub85c\ub4dc \ud750\ub984\uc744 \ud55c \ubc88\uc5d0 \ucf54\ub4dc\ub85c \uc9dc\ub0c5\ub2c8\ub2e4. <strong>\ud558\ub8e8 \uc218\ubc31 \uac1c \uc20f\ud3fc\uc744 \uc790\ub3d9 \uc0dd\uc131\ud558\ub294 \ud30c\uc774\ud504\ub77c\uc778<\/strong>\uc5d0\uc11c, Skill\uc740 LLM\uc774 \ub9e4\ubc88 Typecast \ubb38\uc11c\ub97c \ub2e4\uc2dc \uc77d\uc9c0 \uc54a\uc544\ub3c4 \ub418\ub3c4\ub85d \ub9cc\ub4dc\ub294 \ud575\uc2ec \uc694\uc18c\uc8e0.<\/p>\n<\/div>\n\n<p>\u00a0<\/p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n<p>\u00a0<\/p>\n\n<h2 class=\"wp-block-heading\" style=\"font-size: 24px; font-weight: bold; line-height: 1.4em; letter-spacing: -0.04em; color: #222222; margin-bottom: 40px;\"><strong>FAQ. \uc790\uc8fc \ubb3b\ub294 \uc9c8\ubb38<\/strong><\/h2>\n\n<p>\u00a0<\/p>\n<details style=\"border-bottom: 1px solid #e5e7eb; padding: 16px 0;\">\n<summary style=\"font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; color: #374151;\">Q. Skill\uacfc MCP\ub294 \ubb50\uac00 \ub2e4\ub978\uac00\uc694? <span style=\"font-size: 20px; font-weight: 300;\">\uff0b<\/span><\/summary>\n<p style=\"margin-top: 12px; color: #374151; font-size: 15px; line-height: 1.7;\">MCP\ub294 \uc678\ubd80 \ub3c4\uad6c\ub97c LLM\uc774 \uc9c1\uc811 \ud638\ucd9c\ud558\ub294 \ud504\ub85c\ud1a0\ucf5c, Skill\uc740 LLM\uc774 \ucc38\uace0\ud558\ub294 \ub3c4\uba54\uc778 \uc9c0\uc2dd \ud328\ud0a4\uc9c0\uc785\ub2c8\ub2e4. \uac00\uc7a5 \ud070 \ucc28\uc774\ub294 <strong>\ucee8\ud14d\uc2a4\ud2b8 \uc810\uc720 \ubc29\uc2dd<\/strong>\uc785\ub2c8\ub2e4. \ubb38\uc11c\ub97c \uc218\ub3d9\uc73c\ub85c \ubd99\uc5ec\ub123\uc73c\uba74 \ud56d\uc0c1 \ucee8\ud14d\uc2a4\ud2b8\ub97c \ucc28\uc9c0\ud558\uace0, MCP\ub294 \ub3c4\uad6c \uc815\uc758\uac00 \ud56d\uc0c1 \ub5a0 \uc788\ub294 \ubc18\uba74, <strong>Skill\uc740 \ud638\ucd9c \uc804\uc5d4 0, \ud638\ucd9c \ud6c4\uc5d0\ub9cc \uc810\uc720<\/strong>\ud569\ub2c8\ub2e4. \ub450 \ubc29\uc2dd\uc740 \ud568\uaed8 \uc4f8 \uc218 \uc788\uace0, typecast-api-expert\ub294 Skill \ubc29\uc2dd\uc73c\ub85c \ubcc4\ub3c4 \uc11c\ubc84 \uc2e4\ud589 \uc5c6\uc774 \ud3f4\ub354 \uc124\uce58\ub9cc\uc73c\ub85c \ub3d9\uc791\ud569\ub2c8\ub2e4.<\/p>\n<\/details><details style=\"border-bottom: 1px solid #e5e7eb; padding: 16px 0;\">\n<summary style=\"font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; color: #374151;\">Q. Typecast API \ud0a4\ub294 \uc5b4\ub514\uc11c \ubc1c\uae09\ud558\ub098\uc694? <span style=\"font-size: 20px; font-weight: 300;\">\uff0b<\/span><\/summary>\n<p style=\"margin-top: 12px; color: #374151; font-size: 15px; line-height: 1.7;\"><a href=\"https:\/\/typecast.ai\/developers\/api?utm_source=blog&amp;utm_medium=organic&amp;utm_campaign=claude_skill&amp;utm_content=faq_api_key\">typecast.ai\/developers\/api<\/a>\uc5d0\uc11c \ubc1c\uae09\ud569\ub2c8\ub2e4. \ubb34\ub8cc \ud50c\ub79c\uc740 \uce74\ub4dc \ub4f1\ub85d \uc5c6\uc774 <strong>\uc6d4 30,000 \ud06c\ub808\ub527<\/strong>\uc774 \uc81c\uacf5\ub429\ub2c8\ub2e4. \ud0c0\uc785\uce90\uc2a4\ud2b8 \uc2a4\ud0ac\uc744 \uc4f0\uba74 \ubcf4\uc548\uc5d0 \ubbfc\uac10\ud55c API \ud0a4\ub97c \ud658\uacbd\ubcc0\uc218\ub85c \ubd84\ub9ac\u00b7\uad00\ub9ac\ud558\ub294 \ud328\ud134\uae4c\uc9c0 \uc790\ub3d9\uc73c\ub85c \uc801\uc6a9\ud574\uc90d\ub2c8\ub2e4.<\/p>\n<\/details><details style=\"border-bottom: 1px solid #e5e7eb; padding: 16px 0;\">\n<summary style=\"font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; color: #374151;\">Q. \uc5b4\ub5a4 IDE\u00b7\uc5d0\uc774\uc804\ud2b8\uc5d0\uc11c Typecast \uc2a4\ud0ac\uc774 \ub3d9\uc791\ud558\ub098\uc694? <span style=\"font-size: 20px; font-weight: 300;\">\uff0b<\/span><\/summary>\n<p style=\"margin-top: 12px; color: #374151; font-size: 15px; line-height: 1.7;\"><strong>Claude Code, Cursor, GitHub Copilot<\/strong>, \uadf8\ub9ac\uace0 skills.sh \ub514\ub809\ud1a0\ub9ac\ub97c \ub530\ub974\ub294 \ubaa8\ub4e0 \uc5d0\uc774\uc804\ud2b8\uc5d0\uc11c \ub3d9\uc791\ud569\ub2c8\ub2e4.<\/p>\n<\/details><details style=\"border-bottom: 1px solid #e5e7eb; padding: 16px 0;\">\n<summary style=\"font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; color: #374151;\">Q. Typecast TTS API \uc7a5\uc810\uc740 \ubb34\uc5c7\uc778\uac00\uc694? <span style=\"font-size: 20px; font-weight: 300;\">\uff0b<\/span><\/summary>\n<p style=\"margin-top: 12px; color: #374151; font-size: 15px; line-height: 1.7;\">\ud0c0\uc785\uce90\uc2a4\ud2b8\ub294 MRR \uae30\uc900 <strong>\uad6d\ub0b4 1\uc704 \uc74c\uc131\/\uc601\uc0c1 \uc0dd\uc131\ud615 AI SaaS \uc2a4\ud0c0\ud2b8\uc5c5<\/strong>\uc785\ub2c8\ub2e4. API \uad00\uc810\uc758 \ud575\uc2ec \uac15\uc810\uc740 \uc138 \uac00\uc9c0\ub85c \uc815\ub9ac\ub429\ub2c8\ub2e4. <strong>\u2460 \uc790\uc5f0\uc2a4\ub7ec\uc6c0<\/strong> \u2014 \uc804\ubb38 \uc131\uc6b0 \ub179\uc74c + Smart Emotion \uc790\ub3d9 \uac10\uc815(\ud14d\uc2a4\ud2b8 \ub9e5\ub77d \uc778\uc2dd) + ssfm 3.0 \ubaa8\ub378\uc774 \uacb0\ud569\ub3fc 6\uac1c \uc5b8\uc5b4\uc5d0\uc11c \uc6d0\uc5b4\ubbfc\uae09 \uc74c\uc131\uc744 \uad6c\ud604\ud569\ub2c8\ub2e4. <strong>\u2461 \ub2e4\uc591\uc131<\/strong> \u2014 500\uac1c AI \uce90\ub9ad\ud130 \ubcf4\uc774\uc2a4\uc640 37\uac1c \uc5b8\uc5b4\ub97c \ub2e8\uc77c API\uc5d0\uc11c \ud638\ucd9c\ud560 \uc218 \uc788\uc5b4 \uae00\ub85c\ubc8c \uc11c\ube44\uc2a4\uc5d0 \uadf8\ub300\ub85c \ud655\uc7a5\ub429\ub2c8\ub2e4. <strong>\u2462 \uc548\uc815\uc131<\/strong> \u2014 Streaming TTS\ub294 \uce58\uc9c0\uc9c1 \ub77c\uc774\ube0c \ud658\uacbd\uc5d0\uc11c \uac80\uc99d\ub41c \uac83\ucc98\ub7fc \uc218\ub9cc \uba85 \ub3d9\uc2dc\uc811\uc18d \ud658\uacbd\uc5d0\uc11c\ub3c4 \ub808\uc774\ud134\uc2dc \uc5c6\uc774 \ub3d9\uc791\ud569\ub2c8\ub2e4.<\/p>\n<\/details>\n<p>\u00a0<\/p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n<p>\u00a0<\/p>\n\n<h2 class=\"wp-block-heading\" style=\"font-size: 24px; font-weight: bold; line-height: 1.4em; letter-spacing: -0.04em; color: #222222; margin-bottom: 40px;\"><strong>Skill\uc740 &#8220;\ubb38\uc11c \uc77d\ub294 \uc2dc\uac04&#8221;\uc744 \ucf54\ub4dc \uc9dc\ub294 \uc2dc\uac04\uc73c\ub85c \ub3cc\ub824\uc90d\ub2c8\ub2e4<\/strong><\/h2>\n\n<p class=\"post-body\">API \ud1b5\ud569\uc5d0\uc11c \uc9c4\uc9dc \ube44\uc6a9\uc740 \ucf54\ub4dc \uc791\uc131\uc774 \uc544\ub2c8\ub77c <strong>\ubb38\uc11c\ub97c LLM\uc5d0 \uc5b4\ub5bb\uac8c \uc804\ub2ec\ud560\uc9c0\ub97c \uace0\ubbfc\ud558\ub294 \uc2dc\uac04<\/strong>\uc774\uc5c8\uc2b5\ub2c8\ub2e4. Skill \ubc29\uc2dd\uc740 \uadf8 \ub2e8\uacc4 \uc790\uccb4\ub97c \uc5c6\uc571\ub2c8\ub2e4. \ud55c \ubc88 \uc124\uce58\ud558\uba74 \ub2e4\uc74c \ud504\ub85c\uc81d\ud2b8\uc5d0\uc11c\ub3c4, \ub3d9\ub8cc\uc758 IDE\uc5d0\uc11c\ub3c4 <strong>\uac19\uc740 \uc804\ubb38\uac00\uac00 \ub298 \ud568\uaed8\ud569\ub2c8\ub2e4<\/strong>.<\/p>\n\n<p>\u00a0<\/p>\n\n<div style=\"background-color: #ffffff; border-radius: 20px; padding: 36px 40px; margin: 8px 0 24px; text-align: center;\">\n<p style=\"font-size: 22px; font-weight: bold; color: #222222; line-height: 1.5em; margin-bottom: 12px;\">\ud0c0\uc785\uce90\uc2a4\ud2b8 API,<br \/>\uc9c0\uae08 \ubc14\ub85c \uc2dc\uc791\ud574\ubcf4\uc138\uc694<\/p>\n<p style=\"font-size: 15px; margin-top: 20px; font-weight: 400; color: #666666; line-height: 1.9em; margin-bottom: 20px;\">typecast-api-expert \uc2a4\ud0ac\uc744 IDE\uc5d0 \uc124\uce58\ud558\uace0, \ubb34\ub8cc API \ud0a4\ub85c \uccab \uc74c\uc131\uc744 \ub9cc\ub4e4\uc5b4\ubcf4\uc138\uc694.<br \/>\uce74\ub4dc \ub4f1\ub85d \uc5c6\uc774 <strong>\uc6d4 30,000 \ud06c\ub808\ub527<\/strong>\uc744 \ubc14\ub85c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<a style=\"display: inline-block; background-color: #fe7e43; color: #ffffff; padding: 11px 28px; border-radius: 8px; font-size: 15px; font-weight: bold; text-decoration: none; margin-right: 8px;\" href=\"https:\/\/typecast.ai\/developers\/api\">API \ubb34\ub8cc\ub85c \uc2dc\uc791\ud558\uae30 \u2192<\/a> <a style=\"display: inline-block; background-color: #ffffff; color: #fe7e43; padding: 10px 26px; border-radius: 8px; font-size: 15px; font-weight: bold; text-decoration: none; border: 2px solid #fe7e43;\" href=\"https:\/\/github.com\/neosapience\/typecast-skills\">\uc2a4\ud0ac \uc124\uce58 \uac00\uc774\ub4dc \u2192<\/a><\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-eed580c e-flex e-con-boxed e-con e-parent\" data-id=\"eed580c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1880116 e-flex e-con-boxed e-con e-parent\" data-id=\"1880116\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0e760e6 e-flex e-con-boxed e-con e-parent\" data-id=\"0e760e6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>&nbsp; Typecast &nbsp;|&nbsp; \uc774\ubc88 \uc544\ud2f0\ud074, \uc81c \ucd5c\uc560 \uce90\ub9ad\ud130 &#8216;\uc11c\ud604&#8217; \ubaa9\uc18c\ub9ac\ub85c \uc77d\uc5b4\ub4dc\ub824\uc694 \uc18d\ub3c4 1x \u00a0 Claude Skill\ub85c AI \uc74c\uc131\uc744 Claude\u00b7Cursor\uc5d0 \uc790\uc5f0\uc5b4 \ud55c \uc904\ub85c \uc5f0\ub3d9\ud558\ub294 \ubc95 Claude Code\ub098 Cursor\uc5d0\uc11c Skill \uc5c6\uc774 \uc74c\uc131 \uae30\ub2a5\uc744 \uc5f0\ub3d9\ud560 \ub54c, \uc791\uc5c5\uc758 \uc808\ubc18\uc740 \uacf5\uc2dd \ubb38\uc11c\ub97c LLM\uc5d0 \uc804\ub2ec\ud558\ub294 \uc77c\uc785\ub2c8\ub2e4. API \ub808\ud37c\ub7f0\uc2a4\ub97c \ubd99\uc5ec\ub123\uace0, \uc74c\uc131 ID\ub97c \ucc3e\uc544\uc8fc\uace0, 403\u00b7402 \uc624\ub958 \ucf54\ub4dc\ub97c \ub2e4\uc2dc \uc124\uba85\ud558\ub294 \uc77c\uc774 \ub9e4\ubc88 \ubc18\ubcf5\ub418\uc8e0. \u00a0 &#8230; <a title=\"Claude Skill \ud55c \uc904 \uc124\uce58\ub85c AI\uc74c\uc131 API \uc5f0\ub3d9\ud558\uae30\" class=\"read-more\" href=\"https:\/\/typecast.ai\/kr\/learn\/claude-skill-typecast-api\/\" aria-label=\"Claude Skill \ud55c \uc904 \uc124\uce58\ub85c AI\uc74c\uc131 API \uc5f0\ub3d9\ud558\uae30\uc5d0 \ub300\ud574 \ub354 \uc790\uc138\ud788 \uc54c\uc544\ubcf4\uc138\uc694\">\ub354 \uc77d\uae30<\/a><\/p>\n","protected":false},"author":24,"featured_media":5098,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[5,356,40],"tags":[48,35,80,372,371,38,161,119,341,77,33,47],"class_list":{"0":"post-5096","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","6":"hentry","7":"category-aitrend","8":"category-api","9":"category-b2bbusiness","10":"tag-ai","13":"tag-claude","14":"tag-skill","15":"tag-tts","16":"tag-tts-api","17":"tag-ttsapi","18":"tag-341","19":"tag-77","20":"tag-33","21":"tag-api"},"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Claude Skill \ud55c \uc904 \uc124\uce58\ub85c AI\uc74c\uc131 API \uc5f0\ub3d9\ud558\uae30 | \ud0c0\uc785\uce90\uc2a4\ud2b8<\/title>\n<meta name=\"description\" content=\"Claude Code\u00b7Cursor\uc5d0\uc11c typecast-tts-api-expert Skill \ud55c \uc904 \uc124\uce58\ub85c AI \uc74c\uc131\uc744 \uc790\uc5f0\uc5b4\ub85c \uc5f0\ub3d9\ud558\ub294 \ubc95. SKILL.md \uad6c\uc870\u00b7\uc124\uce58 \ubc29\ubc95\u00b7Smart Emotion\u00b7\uc624\ub958 \ucc98\ub9ac\uae4c\uc9c0 \uc815\ub9ac\ud574\ub4dc\ub824\uc694.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/typecast.ai\/kr\/learn\/claude-skill-typecast-api\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Claude Skill \ud55c \uc904 \uc124\uce58\ub85c AI\uc74c\uc131 API \uc5f0\ub3d9\ud558\uae30 | \ud0c0\uc785\uce90\uc2a4\ud2b8\" \/>\n<meta property=\"og:description\" content=\"Claude Code\u00b7Cursor\uc5d0\uc11c typecast-tts-api-expert Skill \ud55c \uc904 \uc124\uce58\ub85c AI \uc74c\uc131\uc744 \uc790\uc5f0\uc5b4\ub85c \uc5f0\ub3d9\ud558\ub294 \ubc95. SKILL.md \uad6c\uc870\u00b7\uc124\uce58 \ubc29\ubc95\u00b7Smart Emotion\u00b7\uc624\ub958 \ucc98\ub9ac\uae4c\uc9c0 \uc815\ub9ac\ud574\ub4dc\ub824\uc694.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/typecast.ai\/kr\/learn\/claude-skill-typecast-api\/\" \/>\n<meta property=\"og:site_name\" content=\"\ud0c0\uc785\uce90\uc2a4\ud2b8\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/neospaienceai\/\" \/>\n<meta property=\"article:published_time\" content=\"2026-05-15T07:12:55+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-15T07:53:54+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/typecast.ai\/kr\/learn\/wp-content\/uploads\/2026\/05\/Frame-2086382797.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Heeju Choi\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\uae00\uc4f4\uc774\" \/>\n\t<meta name=\"twitter:data1\" content=\"Heeju Choi\" \/>\n\t<meta name=\"twitter:label2\" content=\"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04\" \/>\n\t<meta name=\"twitter:data2\" content=\"6\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/claude-skill-typecast-api\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/claude-skill-typecast-api\\\/\"},\"author\":{\"name\":\"Heeju Choi\",\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/#\\\/schema\\\/person\\\/ab3d5bb0cc18cbda96fccc2fb163d16b\"},\"headline\":\"Claude Skill \ud55c \uc904 \uc124\uce58\ub85c AI\uc74c\uc131 API \uc5f0\ub3d9\ud558\uae30\",\"datePublished\":\"2026-05-15T07:12:55+00:00\",\"dateModified\":\"2026-05-15T07:53:54+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/claude-skill-typecast-api\\\/\"},\"wordCount\":174,\"image\":{\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/claude-skill-typecast-api\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Frame-2086382797.png\",\"keywords\":[\"ai\ub354\ube59\",\"ai\ubcf4\uc774\uc2a4\",\"ai\uc74c\uc131\",\"claude\",\"skill\",\"tts\",\"tts api\",\"TTSAPI\",\"\ub9c8\ucf00\ud305\",\"\ucf58\ud150\uce20\ub9c8\ucf00\ud305\",\"\ud0c0\uc785\uce90\uc2a4\ud2b8\",\"\ud0c0\uc785\uce90\uc2a4\ud2b8API\"],\"articleSection\":[\"AI \ud2b8\ub80c\ub4dc\",\"API\",\"\ube44\uc988\ub2c8\uc2a4\"],\"inLanguage\":\"ko-KR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/claude-skill-typecast-api\\\/\",\"url\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/claude-skill-typecast-api\\\/\",\"name\":\"Claude Skill \ud55c \uc904 \uc124\uce58\ub85c AI\uc74c\uc131 API \uc5f0\ub3d9\ud558\uae30 | \ud0c0\uc785\uce90\uc2a4\ud2b8\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/claude-skill-typecast-api\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/claude-skill-typecast-api\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Frame-2086382797.png\",\"datePublished\":\"2026-05-15T07:12:55+00:00\",\"dateModified\":\"2026-05-15T07:53:54+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/#\\\/schema\\\/person\\\/ab3d5bb0cc18cbda96fccc2fb163d16b\"},\"description\":\"Claude Code\u00b7Cursor\uc5d0\uc11c typecast-tts-api-expert Skill \ud55c \uc904 \uc124\uce58\ub85c AI \uc74c\uc131\uc744 \uc790\uc5f0\uc5b4\ub85c \uc5f0\ub3d9\ud558\ub294 \ubc95. SKILL.md \uad6c\uc870\u00b7\uc124\uce58 \ubc29\ubc95\u00b7Smart Emotion\u00b7\uc624\ub958 \ucc98\ub9ac\uae4c\uc9c0 \uc815\ub9ac\ud574\ub4dc\ub824\uc694.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/claude-skill-typecast-api\\\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/claude-skill-typecast-api\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/claude-skill-typecast-api\\\/#primaryimage\",\"url\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Frame-2086382797.png\",\"contentUrl\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Frame-2086382797.png\",\"width\":1200,\"height\":600},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/claude-skill-typecast-api\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Claude Skill \ud55c \uc904 \uc124\uce58\ub85c AI\uc74c\uc131 API \uc5f0\ub3d9\ud558\uae30\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/#website\",\"url\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/\",\"name\":\"\ud0c0\uc785\uce90\uc2a4\ud2b8\",\"description\":\"\uc778\uacf5\uc9c0\ub2a5 \uc74c\uc131 TTS \uc11c\ube44\uc2a4\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/#\\\/schema\\\/person\\\/ab3d5bb0cc18cbda96fccc2fb163d16b\",\"name\":\"Heeju Choi\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/cropped-KakaoTalk_Photo_2026-02-18-19-52-32-1-scaled-1-96x96.jpeg\",\"url\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/cropped-KakaoTalk_Photo_2026-02-18-19-52-32-1-scaled-1-96x96.jpeg\",\"contentUrl\":\"https:\\\/\\\/typecast.ai\\\/kr\\\/learn\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/cropped-KakaoTalk_Photo_2026-02-18-19-52-32-1-scaled-1-96x96.jpeg\",\"caption\":\"Heeju Choi\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Claude Skill \ud55c \uc904 \uc124\uce58\ub85c AI\uc74c\uc131 API \uc5f0\ub3d9\ud558\uae30 | \ud0c0\uc785\uce90\uc2a4\ud2b8","description":"Claude Code\u00b7Cursor\uc5d0\uc11c typecast-tts-api-expert Skill \ud55c \uc904 \uc124\uce58\ub85c AI \uc74c\uc131\uc744 \uc790\uc5f0\uc5b4\ub85c \uc5f0\ub3d9\ud558\ub294 \ubc95. SKILL.md \uad6c\uc870\u00b7\uc124\uce58 \ubc29\ubc95\u00b7Smart Emotion\u00b7\uc624\ub958 \ucc98\ub9ac\uae4c\uc9c0 \uc815\ub9ac\ud574\ub4dc\ub824\uc694.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/typecast.ai\/kr\/learn\/claude-skill-typecast-api\/","og_locale":"ko_KR","og_type":"article","og_title":"Claude Skill \ud55c \uc904 \uc124\uce58\ub85c AI\uc74c\uc131 API \uc5f0\ub3d9\ud558\uae30 | \ud0c0\uc785\uce90\uc2a4\ud2b8","og_description":"Claude Code\u00b7Cursor\uc5d0\uc11c typecast-tts-api-expert Skill \ud55c \uc904 \uc124\uce58\ub85c AI \uc74c\uc131\uc744 \uc790\uc5f0\uc5b4\ub85c \uc5f0\ub3d9\ud558\ub294 \ubc95. SKILL.md \uad6c\uc870\u00b7\uc124\uce58 \ubc29\ubc95\u00b7Smart Emotion\u00b7\uc624\ub958 \ucc98\ub9ac\uae4c\uc9c0 \uc815\ub9ac\ud574\ub4dc\ub824\uc694.","og_url":"https:\/\/typecast.ai\/kr\/learn\/claude-skill-typecast-api\/","og_site_name":"\ud0c0\uc785\uce90\uc2a4\ud2b8","article_publisher":"https:\/\/www.facebook.com\/neospaienceai\/","article_published_time":"2026-05-15T07:12:55+00:00","article_modified_time":"2026-05-15T07:53:54+00:00","og_image":[{"width":1200,"height":600,"url":"https:\/\/typecast.ai\/kr\/learn\/wp-content\/uploads\/2026\/05\/Frame-2086382797.png","type":"image\/png"}],"author":"Heeju Choi","twitter_card":"summary_large_image","twitter_misc":{"\uae00\uc4f4\uc774":"Heeju Choi","\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"6\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/typecast.ai\/kr\/learn\/claude-skill-typecast-api\/#article","isPartOf":{"@id":"https:\/\/typecast.ai\/kr\/learn\/claude-skill-typecast-api\/"},"author":{"name":"Heeju Choi","@id":"https:\/\/typecast.ai\/kr\/learn\/#\/schema\/person\/ab3d5bb0cc18cbda96fccc2fb163d16b"},"headline":"Claude Skill \ud55c \uc904 \uc124\uce58\ub85c AI\uc74c\uc131 API \uc5f0\ub3d9\ud558\uae30","datePublished":"2026-05-15T07:12:55+00:00","dateModified":"2026-05-15T07:53:54+00:00","mainEntityOfPage":{"@id":"https:\/\/typecast.ai\/kr\/learn\/claude-skill-typecast-api\/"},"wordCount":174,"image":{"@id":"https:\/\/typecast.ai\/kr\/learn\/claude-skill-typecast-api\/#primaryimage"},"thumbnailUrl":"https:\/\/typecast.ai\/kr\/learn\/wp-content\/uploads\/2026\/05\/Frame-2086382797.png","keywords":["ai\ub354\ube59","ai\ubcf4\uc774\uc2a4","ai\uc74c\uc131","claude","skill","tts","tts api","TTSAPI","\ub9c8\ucf00\ud305","\ucf58\ud150\uce20\ub9c8\ucf00\ud305","\ud0c0\uc785\uce90\uc2a4\ud2b8","\ud0c0\uc785\uce90\uc2a4\ud2b8API"],"articleSection":["AI \ud2b8\ub80c\ub4dc","API","\ube44\uc988\ub2c8\uc2a4"],"inLanguage":"ko-KR"},{"@type":"WebPage","@id":"https:\/\/typecast.ai\/kr\/learn\/claude-skill-typecast-api\/","url":"https:\/\/typecast.ai\/kr\/learn\/claude-skill-typecast-api\/","name":"Claude Skill \ud55c \uc904 \uc124\uce58\ub85c AI\uc74c\uc131 API \uc5f0\ub3d9\ud558\uae30 | \ud0c0\uc785\uce90\uc2a4\ud2b8","isPartOf":{"@id":"https:\/\/typecast.ai\/kr\/learn\/#website"},"primaryImageOfPage":{"@id":"https:\/\/typecast.ai\/kr\/learn\/claude-skill-typecast-api\/#primaryimage"},"image":{"@id":"https:\/\/typecast.ai\/kr\/learn\/claude-skill-typecast-api\/#primaryimage"},"thumbnailUrl":"https:\/\/typecast.ai\/kr\/learn\/wp-content\/uploads\/2026\/05\/Frame-2086382797.png","datePublished":"2026-05-15T07:12:55+00:00","dateModified":"2026-05-15T07:53:54+00:00","author":{"@id":"https:\/\/typecast.ai\/kr\/learn\/#\/schema\/person\/ab3d5bb0cc18cbda96fccc2fb163d16b"},"description":"Claude Code\u00b7Cursor\uc5d0\uc11c typecast-tts-api-expert Skill \ud55c \uc904 \uc124\uce58\ub85c AI \uc74c\uc131\uc744 \uc790\uc5f0\uc5b4\ub85c \uc5f0\ub3d9\ud558\ub294 \ubc95. SKILL.md \uad6c\uc870\u00b7\uc124\uce58 \ubc29\ubc95\u00b7Smart Emotion\u00b7\uc624\ub958 \ucc98\ub9ac\uae4c\uc9c0 \uc815\ub9ac\ud574\ub4dc\ub824\uc694.","breadcrumb":{"@id":"https:\/\/typecast.ai\/kr\/learn\/claude-skill-typecast-api\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/typecast.ai\/kr\/learn\/claude-skill-typecast-api\/"]}]},{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/typecast.ai\/kr\/learn\/claude-skill-typecast-api\/#primaryimage","url":"https:\/\/typecast.ai\/kr\/learn\/wp-content\/uploads\/2026\/05\/Frame-2086382797.png","contentUrl":"https:\/\/typecast.ai\/kr\/learn\/wp-content\/uploads\/2026\/05\/Frame-2086382797.png","width":1200,"height":600},{"@type":"BreadcrumbList","@id":"https:\/\/typecast.ai\/kr\/learn\/claude-skill-typecast-api\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/typecast.ai\/kr\/learn\/"},{"@type":"ListItem","position":2,"name":"Claude Skill \ud55c \uc904 \uc124\uce58\ub85c AI\uc74c\uc131 API \uc5f0\ub3d9\ud558\uae30"}]},{"@type":"WebSite","@id":"https:\/\/typecast.ai\/kr\/learn\/#website","url":"https:\/\/typecast.ai\/kr\/learn\/","name":"\ud0c0\uc785\uce90\uc2a4\ud2b8","description":"\uc778\uacf5\uc9c0\ub2a5 \uc74c\uc131 TTS \uc11c\ube44\uc2a4","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/typecast.ai\/kr\/learn\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Person","@id":"https:\/\/typecast.ai\/kr\/learn\/#\/schema\/person\/ab3d5bb0cc18cbda96fccc2fb163d16b","name":"Heeju Choi","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/typecast.ai\/kr\/learn\/wp-content\/uploads\/2026\/03\/cropped-KakaoTalk_Photo_2026-02-18-19-52-32-1-scaled-1-96x96.jpeg","url":"https:\/\/typecast.ai\/kr\/learn\/wp-content\/uploads\/2026\/03\/cropped-KakaoTalk_Photo_2026-02-18-19-52-32-1-scaled-1-96x96.jpeg","contentUrl":"https:\/\/typecast.ai\/kr\/learn\/wp-content\/uploads\/2026\/03\/cropped-KakaoTalk_Photo_2026-02-18-19-52-32-1-scaled-1-96x96.jpeg","caption":"Heeju Choi"}}]}},"_links":{"self":[{"href":"https:\/\/typecast.ai\/kr\/learn\/wp-json\/wp\/v2\/posts\/5096","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/typecast.ai\/kr\/learn\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/typecast.ai\/kr\/learn\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/typecast.ai\/kr\/learn\/wp-json\/wp\/v2\/users\/24"}],"replies":[{"embeddable":true,"href":"https:\/\/typecast.ai\/kr\/learn\/wp-json\/wp\/v2\/comments?post=5096"}],"version-history":[{"count":22,"href":"https:\/\/typecast.ai\/kr\/learn\/wp-json\/wp\/v2\/posts\/5096\/revisions"}],"predecessor-version":[{"id":5122,"href":"https:\/\/typecast.ai\/kr\/learn\/wp-json\/wp\/v2\/posts\/5096\/revisions\/5122"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/typecast.ai\/kr\/learn\/wp-json\/wp\/v2\/media\/5098"}],"wp:attachment":[{"href":"https:\/\/typecast.ai\/kr\/learn\/wp-json\/wp\/v2\/media?parent=5096"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/typecast.ai\/kr\/learn\/wp-json\/wp\/v2\/categories?post=5096"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/typecast.ai\/kr\/learn\/wp-json\/wp\/v2\/tags?post=5096"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}