A powerful command-line interface to scaffold, manage, build, and deploy AI Agents and Skills for the GoClaw platform.
CLI for AgentForge to scaffold TypeScript AI agent projects, generate boilerplate, and manage local development workflows.
CLI tool for creating, running, and managing AgentForge projects
Composable skill system for building modular TypeScript AI agents: author skills, register capabilities, and compose behaviors.
Analyze projects, suggest agents, skills, flows, and policies, and compile clean agent-ready bootloaders
Tool library for TypeScript AI agents: web, data, file, and integration tools (HTTP, scraping, CSV, XML/JSON, Slack, databases).
NestJS bindings for AgentForge — `AgentForgeModule.forRoot/forRootAsync` plus controllers, guards and decorators. Wraps @agentforge-io/core.
Testing utilities for TypeScript AI agents, including mock LLMs, mock tools, state builders, fixtures, and workflow assertions.
Production-ready agent workflow patterns for TypeScript including ReAct and Planner-Executor, built on LangGraph.
Production-ready TypeScript agent framework built on LangGraph with orchestration, middleware, and typed abstractions.
MCP server for AgentForge — turn rough requests into tool-tuned, quality-checked prompts for AI coding agents.
Default TypeORM-backed persistence for AgentForge. Ships entities + repository implementations of @agentforge-io/core's repository contracts. Drop-in alternative: write your own Prisma/Drizzle/raw-SQL implementation of the same contracts.
Autonomous red team tool for MCP servers. Finds exploitable vulnerabilities before attackers do.
A CLI for managing and syncing skills across Claude Code, Codex, Gemini CLI, OpenClaw, Cursor, OpenCode, Qoder, and project workspaces.
Multi-repo + git-worktree workspace bootstrapper for Claude Code, Cursor, and OpenAI Codex CLI
HTTP server, WebSocket bridge, A2A protocol, and CLI for AgentForge.
Universal CLI to manage, sync and export AI agents, prompts and skills across every coding platform
Core agent primitives, sandbox integration, and MCP server for AgentForge
Mastra persistent daemon runtime for AgentForge
Production-ready Agent framework with MPU (Minimum Production Usable) modules - RxJS event stream + Zod type safety
Multi-agent CLI: Worker + Evaluator agents collaborate in a loop to achieve your goal
SquatGuard MCP Template for Python
HubSpot connector for AgentForge — contacts, deals, and engagement tools wired to per-user OAuth2 credentials managed by the core ConnectorRegistryService.
Slack connector for AgentForge — post messages, read channels, search, DM, react, and upload files on behalf of the authorized user. Wired to the core ConnectorRegistryService for per-user OAuth.