resources

Manage external service credentials and configurations for databases and APIs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill simplifies the management of external service credentials and configurations, reducing the complexity of integrating various services into your workflows.

Core Features & Use Cases

  • Resource Configuration: Store and manage credentials for databases, APIs, and other external services.
  • Resource Types: Supports common resource types like PostgreSQL, MySQL, Slack, AWS S3, and more.
  • Custom Resource Types: Create custom resource types with JSON Schema for any service.
  • OAuth Resources: Manage OAuth resources through the Orvanta UI for seamless integration.
  • Use Case: Integrate a PostgreSQL database into your application by defining the necessary credentials and configuration in a resource file.

Quick Start

Add a new resource for a PostgreSQL database by creating a file named 'databases/postgres_prod.resource.json' with the required details.

Frequently Asked Questions about resources

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

FAQPage Schema
How do I manage external service credentials and configurations for databases and APIs?

You can manage external service credentials by defining resource types with JSON Schema, storing configurations for databases and APIs in dedicated resource files to streamline integration into your workflows.

How do I configure a PostgreSQL database connection using a resource file?

To configure a PostgreSQL database connection, create a file named 'databases/postgres_prod.resource.json' and populate it with the required database credentials and connection details to integrate the service.

Can I use OAuth for secure authentication when configuring external services?

Yes, OAuth is supported for secure authentication, allowing you to manage OAuth resources directly through the Orvanta UI for seamless and secure external service integration.

Does this resource management approach support custom services beyond PostgreSQL and Slack?

Yes, you can create custom resource types for any external service by defining the required structure and parameters using JSON Schema within your resource configuration files.

What external services are supported out of the box for resource configuration?

Supported resource types include common external services such as PostgreSQL, MySQL, Slack, AWS S3, and more, allowing you to store and manage their credentials directly in resource files.