sdk

Creates and manages Cursor agents programmatically using TypeScript and Python SDKs.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/TheFVG/proof-deals --skill sdk-thefvg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sdk
Source: https://github.com/TheFVG/proof-deals/tree/main/docs/agent-index/snapshots/skills-cursor/sdk
Command: npx skills add https://github.com/TheFVG/proof-deals --skill sdk-thefvg

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @cursor/sdk, cursor-sdk, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps users integrate and automate applications, scripts, and automations using the Cursor SDK, simplifying the process of leveraging Cursor's capabilities in different programming languages.

Core Features & Use Cases

  • Cross-Language Integration: Supports TypeScript and Python, providing a consistent experience across different environments.
  • Local and Cloud Runtimes: Offers flexibility in choosing between local execution and cloud-based VMs for different use cases.
  • Streamlined Workflow: Enables users to create, send, and manage Cursor agents programmatically, with clear guidance on best practices and avoiding common pitfalls.

Quick Start

Use the cursor-sdk skill to create a new agent that prompts Cursor to refactor your code.

Frequently Asked Questions about sdk

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Cursor agents programmatically in a CI/CD pipeline?

You can automate Cursor agents programmatically by using the TypeScript and Python SDKs to create, send, and manage agents within CI/CD pipelines and backend services. This streamlines integrating automated code refactoring and analysis directly into your workflows.

Does the Cursor SDK support both Python and TypeScript for backend automation?

Yes, the Cursor SDK supports both Python and TypeScript for backend automation, providing a consistent experience across different programming environments. This allows you to integrate agent management into your existing backend services regardless of your preferred language.

What's the best way to run Cursor agents in cloud-based VMs versus local execution?

The best way to run Cursor agents is by utilizing the SDK's flexible runtime options to choose between local execution and cloud-based VMs. Selecting the right runtime depends on your specific CI/CD pipeline requirements and backend service infrastructure.

Do I need an API key to create and manage Cursor agents in GitHub Actions?

Yes, you need an API key for authentication to create and manage Cursor agents in GitHub Actions. The SDK requires this key alongside the Cursor SDK dependency to successfully authenticate and execute automated agent tasks within your pipelines.

Can I prompt Cursor to refactor code automatically using a script?

Yes, you can prompt Cursor to refactor code automatically by creating a new agent through the SDK within a script. This enables you to programmatically define refactoring tasks and execute them seamlessly across your local or cloud environments.