Robuta

Sponsor of the Day: Jerkmate
https://aregistry.ai/docs/reference/cli/arctl-mcp-show/ arctl mcp show – agentregistry arctl mcpshowagentregistry https://aregistry.ai/docs/reference/cli/arctl-skill-list/ arctl skill list – agentregistry List available skills in agentregistry. Usage arctl skill list [flags] Example: arctl skill list arctl skill list --all --output json arctl skill list... arctl skilllistagentregistry https://aregistry.ai/docs/reference/cli/arctl-skill-publish/ arctl skill publish – agentregistry arctl skillpublishagentregistry https://aregistry.ai/docs/reference/cli/arctl-deployments-show/ arctl deployments show – agentregistry deployments showarctlagentregistry https://aregistry.ai/docs/reference/cli/arctl-skill-init/ arctl skill init – agentregistry Initialize a new agentic skill project. Usage arctl skill init [skill-name] [flags] Examples: arctl skill init my-skill arctl skill init my-skill --empty... arctl skillinitagentregistry https://aregistry.ai/docs/reference/cli/arctl-mcp-init-python/ arctl mcp init python – agentregistry Initialize a new MCP server project by using the fastmcp-python framework. This command creates a new directory with a basic fastmcp-python project structure,... arctl mcpinitpythonagentregistry https://aregistry.ai/docs/reference/cli/arctl-agent-delete/ arctl agent delete – agentregistry arctl agentdeleteagentregistry https://aregistry.ai/docs/reference/cli/arctl-deployments-create/ arctl deployments create – agentregistry arctldeploymentscreateagentregistry https://aregistry.ai/docs/reference/cli/arctl-embeddings-generate/ arctl embeddings generate – agentregistry Generate embeddings for existing servers and agents (backfill or refresh). Usage arctl embeddings generate [flags] Examples: arctl embeddings generate... arctlembeddingsgenerateagentregistry https://aregistry.ai/docs/reference/cli/arctl-mcp-init-go/ arctl mcp init go – agentregistry Initialize a new MCP server project using the mcp-go framework. This command creates a new directory with a basic mcp-go project structure, including a go.mod... arctl mcpinitgoagentregistry https://aregistry.ai/docs/reference/cli/arctl-version/ arctl version – agentregistry Displays the version of arctl. Usage arctl version [flags] Examples: arctl version arctl version --json Command-specific flags --json Output version... arctlversionagentregistry https://aregistry.ai/docs/reference/cli/arctl-prompt-list/ arctl prompt list – agentregistry List prompts published to agentregistry. Usage arctl prompt list [flags] Example: arctl prompt list arctl prompt list --all --output json Command-specific... prompt listarctlagentregistry https://aregistry.ai/docs/reference/cli/arctl-agent-run/ arctl agent run – agentregistry Run an agent project locally via Docker compose. If the argument is a directory, arctl uses the local files. Otherwise, it fetches the agent by name from the... arctl agentrunagentregistry https://aregistry.ai/docs/reference/cli/arctl-mcp-add-tool/ arctl mcp add-tool – agentregistry Generate an MCP tool scaffold. This command creates a new tool file in src/tools/ directory with a generic template. The tool is automatically discovered and... arctl mcpadd toolagentregistry https://aregistry.ai/docs/reference/cli/arctl-agent-list/ arctl agent list – agentregistry List agents that are published to the registry. Usage arctl agent list [flags] Example: arctl agent list arctl agent list --all --output json Command-specific... arctl agentlistagentregistry https://aregistry.ai/docs/reference/cli/arctl-agent-build/ arctl agent build – agentregistry Build Docker images for an agent project that you created with the arctl agent init command. This command looks for an agent.yaml file in the specified... arctl agentbuildagentregistry https://aregistry.ai/docs/reference/cli/arctl-agent-init/ arctl agent init – agentregistry Bootstrap a new agent project. You must specify the ADK (Agent Development Kit) framework, the programming language, and the name of the directory you want to... arctl agentinitagentregistry https://aregistry.ai/docs/reference/cli/arctl-agent-add-prompt/ arctl agent add-prompt – agentregistry arctl agentaddpromptagentregistry https://aregistry.ai/docs/reference/cli/arctl-skill-build/ arctl skill build – agentregistry arctl skillbuildagentregistry