Run a personal AI assistant across your devices and messaging channels
Project overview
OpenClaw is a personal AI assistant that runs on your own devices and connects to common messaging channels such as WhatsApp, Telegram, Slack, and WeChat. It also supports voice and a controllable Canvas across Apple and Android surfaces. The onboarding command guides setup of the gateway, workspace, channels, and skills on macOS, Linux, or Windows.
Collection or directorySoftware developmentClaude Code
superpowers↗
@obra·Shell
Guides coding agents through clarification, planning, implementation, testing, review, and branch completion.
Project overview
Superpowers is a composable skill framework and development methodology for coding agents. It prompts clarification before implementation, confirms a specification in readable chunks, and guides worktrees, plans, TDD, subagent execution, two-stage reviews, and branch finishing. It supports several agent harnesses, including Claude Code, Codex, Cursor, and OpenCode, but must be installed separately for each one.
Add modular agents, skills, rules, memory, and security hooks to coding assistants.
Project overview
ECC provides a modular environment of specialized subagents, development skills, rules, commands, session state, and security hooks for planning, testing, review, debugging, and reusable knowledge. It is primarily distributed as a Claude Code plugin, with adapters and configuration for Codex, OpenCode, Cursor, and other assistants. Its selective installer lets advanced users add only the components needed for their workflow rather than adopting the entire collection.
General agentPersonal and daily lifeCLI integration
hermes-agent↗
@NousResearch·Python
Run a self-improving agent across sessions and remote machines
Project overview
Hermes Agent is designed to retain useful context across sessions by creating skills from experience, searching past conversations, and nudging knowledge to persist. It can run on a small VPS, a GPU cluster, or serverless infrastructure, and Telegram access lets you interact with a cloud instance while it works away from your laptop.
Build and inspect an agent-maintained Rust experiment around the `claw` CLI.
Project overview
Claw Code contains a Rust implementation of the `claw` terminal agent harness that can be built from source and used for diagnostics, one-shot prompts, and interactive sessions with an API key. The repository presents itself as an agent-planned and maintained museum exhibit, warns that the same-named crates.io package is the wrong install, and points practical users to LazyCodex or Gajae-Code.
Build, deploy, and monitor continuously running agents with visual blocks.
Project overview
AutoGPT’s current platform uses a low-code block builder to create agents and workflows, manage deployments, and run automations continuously from external triggers. The repository also retains classic tooling such as Forge and an agent benchmark. Self-hosting is a technical Docker-based setup, the hosted service remains a closed beta, and licensing differs between the Polyform Shield platform directory and the MIT-licensed classic components.
Runs an open-source coding agent in your terminal with build and read-only planning modes.
Project overview
OpenCode is an open-source coding agent for the terminal. Its built-in build agent handles development work, the plan agent is read-only for analysis and exploration, and a general subagent supports complex searches and multistep tasks. The project also offers a beta desktop app for macOS, Windows, and Linux, so users can choose a CLI or desktop workflow.
Collection or directoryAI and agent developmentClaude
skills↗
@anthropics·Python
Provides Claude skill examples, the Agent Skills specification, and a template for custom skills.
Project overview
Anthropic Skills collects Claude skill examples, the Agent Skills specification, and a starter template for document, development, enterprise, communication, and creative tasks. The repository can be registered as a Claude Code plugin marketplace, and its example skills can also be used through Claude.ai or the API. A custom skill is a directory containing a SKILL.md file with YAML frontmatter and instructions. Most examples use Apache 2.0, while the document-creation skills are source-available rather than open source.
Design agent workflows visually and expose them as APIs or MCP tools.
Project overview
Langflow lets developers assemble models, retrieval, vector databases, and multi-agent steps on a visual canvas, while retaining Python access for custom components. Flows can be tested interactively, exported as JSON, deployed behind an API, or served as MCP tools for other applications. A bundled desktop edition is available for Windows and macOS, alongside Python and Docker installations.
Build LLM apps with visual workflows, RAG, agents, and APIs.
Project overview
Dify combines visual AI workflows, model management, prompt testing, document-based RAG, agent tools, and operational logs in one application-development platform. Each application is exposed through APIs for integration with existing products. Teams can use Dify Cloud or self-host the Community Edition with Docker Compose; the repository uses the Dify Open Source License, based on Apache 2.0 with additional conditions.
Combine interchangeable models, data sources, and tools in LLM applications.
Project overview
LangChain provides common interfaces and modular components for building agents and other LLM-powered applications. Developers can connect models, embeddings, vector stores, retrievers, and third-party tools while swapping providers without rebuilding the whole application. The core framework works on its own; LangGraph handles lower-level orchestration, while LangSmith products support debugging, evaluation, and deployment workflows.
Handle coding tasks through natural language in the terminal, IDE, or GitHub.
Project overview
Claude Code is an agentic coding tool that works with the surrounding codebase to carry out routine tasks, explain complex code, and manage Git workflows from natural-language instructions. It can be used in a terminal or IDE and can participate on GitHub when tagged as @claude. The repository also includes plugins that add custom commands and specialized agents.
Collection or directorySoftware developmentClaude Code
gstack↗
@garrytan·TypeScript
Run product work from discovery through review, QA, and release in Claude Code.
Project overview
gstack organizes product discovery, planning, design critique, code review, browser QA, security checks, release, and retrospectives as connected Claude Code slash commands. Each stage passes artifacts such as design documents and test plans to the next, giving founders and engineering teams a repeatable way to run one or many development sprints.
Use Gemini from the terminal to inspect code, make changes, and automate development tasks.
Project overview
Gemini CLI lets developers work with Gemini directly from a terminal to inspect repositories, generate or edit code, debug issues, and run tool-assisted workflows. It includes file, shell, web, and search tools, supports MCP extensions and non-interactive scripting, and offers Google sign-in, API key, or Vertex AI authentication. A personal Google account can use the documented free tier.
Run the Codex coding agent locally from your terminal.
Project overview
Codex CLI provides a local command-line entry point to OpenAI's coding agent. After installing the binary or package, run `codex` to begin working from a project terminal on macOS, Linux, or Windows. The repository focuses on the CLI while directing users to separate IDE, desktop, and web experiences when those interfaces are preferable.
Preserve and retrieve agent context across coding sessions
Project overview
claude-mem captures tool-use observations, creates semantic summaries, and makes relevant project context available in later sessions. It adds layered retrieval, history search, a web viewer, and private tags for excluding sensitive content; installation must register its hooks and worker through the provided installer or plugin flow, not only install the SDK.
Run, switch, and automate coding agents across local and remote backends.
Project overview
OpenHands Agent Canvas is a self-hosted control center for running OpenHands, Claude Code, Codex, Gemini, and other ACP-compatible coding agents from one interface. It can switch among local, Docker, virtual-machine, and cloud backends and trigger engineering workflows on schedules or webhooks. A direct host installation grants full filesystem access. The code is currently moving to the software-agent-sdk and agent-canvas repositories.
Build, schedule, and monitor an AI team composed of multiple collaborating agents.
Project overview
LobeHub treats agents as the units of work, allowing users to describe a role, create an agent, connect models, skills, and MCP-compatible plugins, and organize ongoing collaboration. It is designed for people who want one place to operate and review a persistent AI team rather than hand off tasks between isolated chats. The project remains under active development, and self-hosting requires a model API key.