Manage your AI agents, contexts, and prompts from the terminal.
Fast, simple, and powerful.
A lightweight CLI tool that helps you organize and access your AI workflow resources. Store agent configurations, context libraries, and reusable prompt templates in three simple JSON files. Copy any resource to your clipboard instantly or browse them with a beautiful interactive UI.
curl -fsSL https://raw.githubusercontent.com/cedefrespo/agenco-cli/main/install.sh | bashOr install manually:git clone https://github.com/cedefrespo/agenco-cli.git ~/agenco-cli
Agenco CLI provides an interactive terminal interface to manage your AI workflow. Navigate through menus, view resources, and copy content to clipboard instantly.
Welcome to Agenco CLI Interactive Demo
Type "agenco --help" to see available commands
Agenco CLI stores your resources in three simple JSON files
agents.jsonStore agent configurations with references to markdown files. Perfect for managing different AI personalities and roles.
contexts.jsonBuild your knowledge base by linking documentation, architecture files, and project-specific information.
prompts.jsonSave reusable prompt templates for common tasks. Content is stored directly in the JSON file.
Location: All files are stored in ~/agenco-cli/. Edit them manually or use the CLI to manage resources interactively.
Beautiful terminal UI with rich colors and tables
Instant access to your agents, contexts, and prompts
One command to copy any resource to clipboard
Search across all resources with fuzzy matching
Reference files from anywhere in your system
Share your agents, contexts, and prompts globally
Store and access your AI agent configurations
agenco agentsList all agents
agenco agents copy marcoCopy agent to clipboard
Build your personal knowledge base
agenco contextsList all contexts
agenco contexts show backendView context details
Publish your resources to the global marketplace
agenco publish agent marcoPublish agent
agenco publish prompt fix-bugPublish prompt
agenco agentsList all agents
agenco agents show <name>Show agent details
agenco agents copy <name>Copy agent content to clipboard
agenco agents add <name> <files...>Add new agent
agenco agents remove <name>Remove agent