Agent Skill
2/7/2026agentuity-cli-project-list
List all projects. Requires authentication. Use for project management operations
A
agentuity
4GitHub Stars
1Views
npx skills add agentuity/docs
SKILL.md
| Name | agentuity-cli-project-list |
| Description | List all projects. Requires authentication. Use for project management operations |
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 Info
Original Name:agentuity-cli-project-listAuthor:agentuity
Download