---
title: "Sync cloud and SaaS inventory into SQL tables for audits with CloudQuery"
description: "Extract cloud and SaaS configuration data into queryable tables so agents can run audits, drift checks, and evidence collection with SQL."
verification: "listed"
source: "https://github.com/cloudquery/cloudquery"
author: "cloudquery"
publisher_type: "organization"
category:
  - "Data Extraction & Transformation"
framework:
  - "Multi-Framework"
tool_ecosystem:
  github_repo: "cloudquery/cloudquery"
  github_stars: 6375
---

# Sync cloud and SaaS inventory into SQL tables for audits with CloudQuery

Extract cloud and SaaS configuration data into queryable tables so agents can run audits, drift checks, and evidence collection with SQL.

## Prerequisites

CloudQuery CLI, configured source plugins, configured destination database or warehouse, credentials for the target cloud or SaaS systems

## Installation

Choose whichever fits your setup:

1. Copy this skill folder into your local skills directory.
2. Clone the repo and symlink or copy the skill into your agent workspace.
3. Add the repo as a git submodule if you manage shared skills centrally.
4. Install it through your internal provisioning or packaging workflow.
5. Download the folder directly from GitHub and place it in your skills collection.

Install command or upstream instructions:

```
Install CloudQuery with the upstream package or release instructions, configure the needed source and destination plugins, then run a sync to materialize cloud or SaaS inventory into the chosen SQL destination for audit queries.
```

## Documentation

- https://www.cloudquery.io/docs

## Source

- [Agent Skill Exchange](https://agentskillexchange.com/skills/sync-cloud-and-saas-inventory-into-sql-tables-for-audits-with-cloudquery/)
