Back to Skills

autogpt-agents

davila7
Updated 5 days ago
285 views
18,478
1,685
18,478
View on GitHub
MetaAgentsAutoGPTAutonomous AgentsWorkflow AutomationVisual BuilderAI Platform

About

AutoGPT Agents is a platform for building and deploying persistent, autonomous AI agents using visual workflows or code. It's ideal for developers creating complex, multi-step automation systems that require continuous operation or external triggers. Key features include a drag-and-drop visual builder and support for deploying agents via webhooks and schedules.

Quick Install

Claude Code

Recommended
Primary
npx skills add davila7/claude-code-templates -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/davila7/claude-code-templates
Git CloneAlternative
git clone https://github.com/davila7/claude-code-templates.git ~/.claude/skills/autogpt-agents

Copy and paste this command in Claude Code to install this skill

GitHub Repository

davila7/claude-code-templates
Path: cli-tool/components/skills/ai-research/agents-autogpt
0
anthropicanthropic-claudeclaudeclaude-code

Related Skills

sglang

Meta

SGLang is a high-performance LLM serving framework that uses RadixAttention for automatic prefix caching, enabling significantly faster structured generation. It's ideal for developers needing JSON/regex outputs, constrained decoding, or building agentic workflows with tool calls. Use it when you require up to 5× faster inference than alternatives like vLLM in scenarios with shared prefixes.

View skill

crewai-multi-agent

Meta

CrewAI is a lightweight multi-agent orchestration framework for building teams of specialized AI agents that collaborate autonomously on complex tasks. It enables role-based agent collaboration with memory and supports sequential or hierarchical workflows for production use. The framework is built without LangChain dependencies for lean, fast execution.

View skill

llamaindex

Meta

LlamaIndex is a data framework for building RAG applications, specializing in ingesting documents from numerous sources and indexing them for querying. It provides key components like vector indices and query engines to enable document Q&A, chatbots, and knowledge retrieval over private data. Use it when you need to connect LLMs to your own data for data-centric applications.

View skill

dspy

Meta

DSPy is a framework for building complex AI systems like RAG pipelines and agents using declarative programming. It automatically optimizes prompts and LM calls based on your data, moving beyond manual prompt engineering. Use it to create modular, maintainable, and systematically improved AI applications.

View skill