
agentuity/sdk-explorer
2 skills2 installsGitHub
Install
npx skills add https://github.com/agentuity/sdk-explorerSkills in this repo
1Agentuity Cli Cloud Sandbox Execution Listagentuity-cli-cloud-sandbox-execution-list is a Claude Code skill documenting the Agentuity CLI command that lists executions for a given sandbox. It takes a sandboxId argument, supports a --limit option (default 50, max 100), and requires authentication plus organization context, returning a JSON object with an executions array. A developer uses it to review a sandbox's execution history from the terminal.1installs2Agentuity Cli Project Createagentuity-cli-project-create is a Claude Code skill documenting the Agentuity CLI command that creates a new project. It scaffolds from a chosen template into a target directory, runs bun install and bun run build by default (toggleable with --no-install and --no-build), and can register the project when authenticated. It returns a JSON result including the project name, path, projectId, and template. A developer uses it to bootstrap a new Agentuity project from the terminal.1installs