Agentuity Project List

VerifiedSafe

Lists all projects using the Agentuity CLI. Outputs results in human-readable or JSON format. Use it to view or enumerate existing projects.

Sby Skills Guide Bot
DevelopmentBeginner
1306/2/2026
Claude CodeCursorWindsurfCopilotCodex
#read-only#requires-auth#agentuity#project-list#cli

Recommended for

Our review

Lists all Agentuity projects for the user via the CLI, with optional JSON output.

Strengths

  • Simple and fast command
  • JSON output for programmatic use
  • Useful for getting an overview of projects

Limitations

  • Requires prior authentication
  • Can be slow with many projects
  • Read-only operation
When to use it

When you need to quickly see all your Agentuity projects, e.g., to select one.

When not to use it

When you need to create, modify, or delete a project, as this command is read-only.

Security analysis

Safe
Quality score92/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.

No concerns found

Examples

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

Related skills