depot-general

Automates Depot CLI installation, authentication, and project/org management.

357|255|Updated Nov 1, 2019
One-click install
npx skills add https://github.com/Agoric/agoric-sdk --skill depot-general
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: depot-general
Source: https://github.com/Agoric/agoric-sdk/tree/main/.agents/skills/depot-general
Command: npx skills add https://github.com/Agoric/agoric-sdk --skill depot-general

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

This Skill orchestrates Depot CLI installation, authentication, and project/organization setup to streamline onboarding and CI/CD workflows.

Core Features & Use Cases

  • CLI Installation: Install and configure the Depot CLI across environments (local, CI, and Docker) with best practices.
  • Authentication & Access: Log in, manage tokens, and switch organizations for scoped access to projects and APIs.
  • Project & Org Management: Create, list, switch, and delete projects; manage organizations and trust relationships for CI workflows.

Quick Start

Install the Depot CLI, log in to your org, and create your first project with the projects create command.

Frequently Asked Questions about depot-general

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

FAQPage Schema
How do I install and authenticate the Depot CLI in a CI/CD pipeline?

Install the Depot CLI in your CI/CD environment, authenticate using token management or OIDC trusts, and configure organization switching to ensure scoped access for pipeline workflows.

What is the best way to manage Depot projects and organizations for engineering teams?

Managing Depot projects and organizations involves using CLI commands to create, list, switch, and delete projects, while configuring trust relationships to streamline team onboarding and access.

Can I configure OIDC trusts for Depot authentication in local development?

Yes, you can configure OIDC trusts for Depot authentication in local development. The CLI supports setting up trust relationships and managing tokens to provision projects and manage API access.

How do I handle token management and organization switching with the Depot CLI?

Handle Depot CLI token management by logging in, generating access tokens, and switching organizations to maintain scoped access to specific projects and APIs across different environments.

Does the Depot CLI work across local, Docker, and CI environments?

Yes, the Depot CLI works across local, Docker, and CI environments. It applies best practices for CLI installation and configuration to streamline onboarding and CI/CD workflows consistently across all setups.