Agora provides a top-level workflow to help users determine the best path for their specific task involving real-time communication and related services. This skill is aimed at developers who need guidance on using Agora's various products effectively.
$ npx skills add https://github.com/agoraio/skills --skill agoraThe Agora skill pack for Cursor enables developers to implement real-time communication features through guided workflows covering RTC (Real-Time Communication), RTM (Real-Time Messaging), Cloud Recording, and token generation. It provides access to Agora's complete product suite with structured guidance on selecting and configuring the right services for specific communication tasks. The skill includes CLI workflows and connects to Agora's remote MCP server, allowing developers to set up video calls, messaging systems, recording infrastructure, and secure token authentication without manual API navigation. This skill is essential for teams building video conferencing, live streaming, or messaging applications that require production-grade real-time infrastructure.
Install with the command: `$ npx skills add https://github.com/agoraio/skills --skill agora`
Identify user's primary goal for a communication task
Select the appropriate Agora product for implementation
Load specific references tailored to the chosen product
$ npx skills add https://github.com/agoraio/skills --skill agoragit clone https://github.com/agoraio/skillsCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
I need help deciding the best Agora product for [SPECIFIC_TASK] in [COMPANY]’s [INDUSTRY] workflow. My current setup is [CURRENT_TOOLS_OR_LIMITATIONS]. Recommend a product and outline the integration steps.
# Agora Product Recommendation for Real-Time Communication ## Recommended Product: Agora Video Calling SDK For [COMPANY]’s telehealth platform, the **Agora Video Calling SDK** is the optimal choice to enable HIPAA-compliant, low-latency video consultations between patients and providers. This SDK integrates seamlessly with your existing EHR system and supports up to 250 concurrent users per session. ### Key Features: - **Ultra-low latency** (<300ms) for smooth interactions - **Encryption** (AES-256) for secure patient data - **Scalability** to handle peak usage during flu season - **Cross-platform** support (iOS, Android, Web) ### Integration Steps: 1. **Sign up** for an Agora account and generate your App ID. 2. **Install the SDK** via npm (`npm install agora-rtc-sdk`) or CocoaPods for iOS. 3. **Configure** the SDK with your App ID and set up token authentication for secure access. 4. **Implement** the video UI components in your telehealth app’s patient/provider dashboards. 5. **Test** in a staging environment with simulated high traffic before deploying to production. Next steps: Would you like a sample code snippet for initializing the video call or guidance on handling network interruptions?
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan