Centralized operations dashboard for OpenClaw agent fleets — orchestrate boards and tasks, manage agent lifecycles, enforce approval-driven governance, and operate gateway-connected runtimes from a single UI and API.
Equips AI coding agents with reusable AWS skills (deployment, serverless, Amplify, SageMaker) by packaging agent skills, MCP servers, hooks, and references so agents invoke vetted workflows instead of bloating prompts.
Turns natural-language directions into end-to-end video editing workflows: LLM-powered planning, media search/organization, ASR rough-cut, and reusable Style Skills for consistent storytelling. Integrates agent Skills (OpenClaw/Claude Code) and optional AIGC transitions.
A TypeScript framework for building programmable, headless autonomous agents with a harness-centric runtime. Includes an SDK and CLI, virtual sandboxes (just-bash) with optional full container sandboxes, provider-agnostic model settings, and connectors for CI/Daytona/MCP—suited for deployable agent runtimes.
Local integration layer that lets AI agents discover and securely call OpenAPI, MCP, GraphQL, or custom JavaScript functions. Centralizes a shared tool catalog, auth, and policy surface across multiple agents, with a local web UI and CLI for runtime control.
Local LLM inference server for Apple Silicon that exposes an OpenAI-compatible API and a macOS menubar app. Uses continuous batching and a two-tier KV cache (RAM + SSD in safetensors) to persist context across restarts, enabling practical multi-model serving and fast local coding workflows.
Acts as an OpenAI‑compatible local and cloud gateway that routes requests across 100+ LLM providers with smart routing, load balancing, retries and fallbacks. Adds policies, rate limits, semantic caching and observability for reliable, cost‑aware inference in Docker, Electron or npm installs.
Provides a workspace-first, Kanban-backed multi-agent coordination platform that routes goals through specialist lanes (Backlog→Todo→Dev→Review→Done), enforces evidence-based review gates and traces, and runs on both web and desktop runtimes.
Provides reusable “skill” instruction bundles that teach AI coding tools how to author, query, and operate Microsoft Fabric workloads via REST APIs, T-SQL, KQL and notebooks. Includes Copilot CLI/Claude/Cursor integrations, workload-focused bundles, and optional MCP configurations for live data access.
Aggregates and deduplicates stories from Hacker News, Reddit, RSS, Telegram, GitHub and more, then uses LLMs to score, enrich, and produce bilingual (EN/CN) daily briefings. Supports customizable sources, comment summarization, multi-provider scoring, and delivery via GitHub Pages, email, or webhooks — designed for self-hosted, configurable news digests.
Desktop app that orchestrates teams of AI agents: agents autonomously create, assign, and complete tasks while messaging and reviewing each other on a Kanban board. Includes local/no-auth models, provider runtime auto-detection, per-task logs, and hunk-level code review.
Dramatically reduces AI agents' context usage by sandboxing large tool outputs and indexing only relevant snippets into a searchable SQLite FTS5 (BM25) knowledge base, improving session continuity and privacy. Deploys cross-platform hooks and sandbox tools to cut context size by ~98% and avoid dumping raw logs into the model's window. ([github.com](https://github.com/mksglu/context-mode/blob/main/README.md?utm_source=openai))