write-script-csharp

Create, deploy, and manage C# scripts in Orvanta workspace with NuGet integration.

Updated May 28, 2026
One-click install
npx skills add https://github.com/Orvanta-Cloud/orvanta-cli-docs --skill write-script-csharp-orvanta-cloud
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: write-script-csharp
Source: https://github.com/Orvanta-Cloud/orvanta-cli-docs/tree/main/skills/write-script-csharp
Command: npx skills add https://github.com/Orvanta-Cloud/orvanta-cli-docs --skill write-script-csharp-orvanta-cloud

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Newtonsoft.Json, RestSharp, and includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of writing C# scripts and deploying them to your Orvanta workspace.

Core Features & Use Cases

  • C# Scripting: Create C# scripts to perform a wide range of tasks.
  • Deployment: Deploy scripts to your workspace directly from your local environment.
  • NuGet Packages: Integrate NuGet packages for additional functionality.
  • Use Case: For example, if you need to fetch data from an API and process it within a C# script, this Skill can help you achieve that efficiently.

Quick Start

Start by creating a new C# script file in your local workspace and use the following command to generate the necessary metadata: orvanta generate-metadata.

Frequently Asked Questions about write-script-csharp

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

FAQPage Schema
How do I write and deploy C# scripts to my Orvanta workspace?

To write and deploy C# scripts, create a local script file and run `orvanta generate-metadata` to generate necessary metadata, then deploy directly to your Orvanta workspace.

Can I use NuGet packages in C# scripts deployed to Orvanta?

Yes, you can integrate NuGet packages into your C# scripts for additional functionality, such as using RestSharp and Newtonsoft.Json to fetch and process API data.

How do I generate metadata for C# scripts in my local environment?

Generate metadata for C# scripts by running the `orvanta generate-metadata` command in your local workspace, which manages the creation and configuration required for deployment.

What is the best way to fetch and process API data using a C# script?

The best way to fetch API data in a C# script is integrating NuGet packages like RestSharp for requests and Newtonsoft.Json for processing, then deploying it via the Orvanta workspace.

Do I need Newtonsoft.Json and RestSharp to run C# scripts in Orvanta?

You do not strictly need Newtonsoft.Json and RestSharp, but these dependencies are supported to easily handle API data fetching and JSON processing within your C# scripts.