Liste des projets Agentuity

VérifiéSûr

Liste tous les projets via la CLI Agentuity. Retourne les résultats en format texte lisible ou JSON. Utilisez-la pour visualiser ou énumérer vos projets existants.

Spar Skills Guide Bot
DeveloppementDébutant
14002/06/2026
Claude CodeCursorWindsurfCopilotCodex
#read-only#requires-auth#agentuity#project-list#cli

Recommandé pour

Notre avis

Liste tous les projets Agentuity de l'utilisateur via la CLI, avec option de format JSON.

Points forts

  • Commande simple et rapide
  • Support du format JSON pour l'intégration
  • Utile pour une vue d'ensemble des projets

Limites

  • Nécessite une authentification préalable
  • Peut être lent avec un grand nombre de projets
  • Opération en lecture seule
Quand l'utiliser

Lorsque vous avez besoin de lister rapidement tous vos projets Agentuity, par exemple pour en choisir un.

Quand l'éviter

Lorsque vous devez créer, modifier ou supprimer un projet, car cette commande est en lecture seule.

Analyse de sécurité

Sûr
Score qualité92/100

The skill only runs read-only Agentuity CLI commands (`agentuity project list`) via bunx. No destructive actions, no exfiltration, no obfuscation, and it operates within the declared allowed-tools constraint (Bash with agentuity:* prefix). Authentication requirement is standard for the CLI.

Aucun point d'attention détecté

Exemples

List projects in human-readable format
List all my Agentuity projects using the CLI.
List projects in JSON format
List my Agentuity projects in JSON format using the CLI.
Use alias to list projects
Show my Agentuity projects using the 'ls' alias.

name: agentuity-cli-project-list description: List all projects. Requires authentication. Use for project management operations version: "0.1.24" license: Apache-2.0 allowed-tools: "Bash(agentuity:*)" metadata: command: "agentuity project list" tags: "read-only slow requires-auth"

Project List

List all projects

Prerequisites

  • Authenticated with agentuity auth login

Usage

agentuity project list

Examples

List projects (human-readable):

bunx @agentuity/cli project list

List projects in JSON format:

bunx @agentuity/cli --json project list

Alias for "project list" — list projects (human-readable):

bunx @agentuity/cli project ls

Output

Returns: array

Skills similaires