
Skill
runway-dev-characters
integrate Runway Characters into applications
Description
Build, modify, debug, or verify Runway Characters integrations: inspect preset or custom avatars with MCP, manage live Sessions via SDK, and connect the application UI. Use with +runway-dev. UI says Characters; MCP/API use avatars. Not for avatar video generation endpoints.
SKILL.md
Runway Dev — Characters
Companion: Use
+runway-devfor shared guidance when available. If it is not installed, inspect the workspace, probeRUNWAYML_API_SECRETwithout printing it, and read the Characters docs linked byllms.txt. Encourage connecting Dev MCP to inspect or manage characters and knowledge documents. If the user declines or cannot connect, continue integration from current docs and an existing character ID.
Goal
Keep a Characters integration and its live Session lifecycle correct across the application's backend and UI. Verify changes end-to-end when safe.
Terminology
- Dev Portal Characters = API avatars (
list_avatars,get_avatar). - Character ID = avatar UUID.
- live Session = realtime conversation via
POST /v1/realtime_sessions. - Fallback preset when the user wants a default:
influencer({ type: 'runway-preset', presetId: 'influencer' }).
No character specified
- Ask whether the user wants an existing character, a preset, or a custom character from an image. Do not branch into avatar-video generation unless requested.
- For a custom character, ask the user to supply the image and use
create_avataraccording to its live MCP tool schema. If the user wants a default instead, use presetinfluencer. - Implement the Session lifecycle behind the server boundary: create once, poll
NOT_READYuntilREADY, consume connection credentials once, and return only the connection fields the client needs. - Connect the application's call UI with the current Avatar SDK, then end or cancel the Session during teardown so it does not keep running.
- For end-to-end verification, connect one Session successfully and cleanly end it.
Character specified
get_avatarfor status and attached knowledge document ids.- Use that character id; do not substitute another avatar.
- If status is
PROCESSING, poll untilREADYor stop onFAILED.
MCP tools
list_avatars/get_avatar— inspect custom avatars in project.create_avatar/update_avatar/delete_avatar— manage custom characters; confirm destructive changes before applying them.list_avatar_knowledge_documents/get_avatar_knowledge_document— inspect attached knowledge.create_avatar_knowledge_document/update_avatar_knowledge_document/delete_avatar_knowledge_document— manage domain knowledge when requested; confirm deletion first.
Application UI
- Follow the current Avatar SDK README rather than copying component APIs from memory.
- In React, use
@runwayml/avatars-reactwith its stylesheet. Keep session creation and credential consumption on the server; browser code receives only one-time connection fields. - Use the packaged call component for standard UI or the SDK hooks for a custom experience. Handle microphone permission, connecting, active, error, and ended states.
- A failed connection needs a new Session because consumed credentials cannot be reused.
Knowledge
Use the MCP knowledge-document tools above for live state and CRUD. Inspect attached documents before updating them, keep content focused and structured, and do not delete knowledge without confirmation.
Docs
More skills from the skills repository
View all 11 skillsrunway-dev
build and debug Runway Dev Platform integrations
Sep 1API DevelopmentDebuggingMCPRunwayrunway-dev-model-routers
integrate and debug Runway Model Routers
Sep 1API DevelopmentDebuggingMCPRunwayrunway-dev-models
implement Runway model generation in applications
Sep 1API DevelopmentGenerative ArtRunwaySDKrunway-dev-recipes
integrate Runway recipes into applications
Sep 1API DevelopmentAutomationRunwaySDKrunway-dev-workflows
expose Runway workflows as API endpoints
Sep 1API DevelopmentRunwayWorkflow Automationrw-check-org-details
query Runway API for organization details
Sep 1OperationsReportingRunway
More from Runway
View publisherrw-generate-audio
generate audio with Runway API
skills
Apr 17AI InfrastructureAudioCreativeRunwayrw-generate-image
generate images with Runway API
skills
Apr 17AI InfrastructureCreativeImage GenerationRunwayrw-generate-video
generate videos with Runway API
skills
Apr 17AI InfrastructureCreativeRunwayVideouse-runway-api
generate media and manage Runway resources via API
skills
Sep 1API DevelopmentAutomationCreativeRunway +1runway-studio-skills
generate media with Runway API
runway-studio-skills
Apr 22AI InfrastructureAudioCreativeRunway +1