yetone

Metaclaw Dist — AI skill for Claude Code

AI community

Skill-first LLM agent platform with multi-channel bridging.

How to install Metaclaw Dist

This entry records only its repository, not the path inside it, so there is no exact command to give. Open yetone/metaclaw-dist and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Metaclaw Dist does

Skill-first LLM agent platform with multi-channel bridging.

Alternatives in AI

  • WeKnora — Open-source LLM knowledge platform: turn raw documents into a queryable RAG, an autonomous reasoning agent, an 26.9k ★
  • Golutra — Multi-agent AI orchestration platform for automation, workflows, and developer tools 3.8k ★
  • Geo SEO Claude — GEO-first SEO skill for Claude Code 3.6k ★

README

MetaClaw

Skill-first LLM agent platform with multi-channel bridging. MetaClaw is a self-improving AI agent that connects to your favorite chat platforms (Slack, Discord, Telegram, WeChat, and more) and can read files, write code, run commands, and learn new skills autonomously.

Requirements

  • Python 3.10 or later
  • pip

Quick Start

# Install
pip install metaclaw-ai

# Interactive setup wizard
metaclaw init

# Start interactive agent
metaclaw run

# Or start server with channels
metaclaw start

Source Code

The full source code lives at ****.

**Reproducibility guarantee:** the source repository contains every file needed to produce **exactly** this distributed artifact. You can clone it and run `pip install -e .` to obtain an identical package. The build process is recorded and publicly verifiable — see the asciinema session below.

Build Recording

A complete, unedited terminal recording of the build from source is available here:

[![asciicast](https://asciinema.org/a/C9OwNgXVOt3cESQF.svg)](https://asciinema.org/a/C9OwNgXVOt3cESQF)

This recording demonstrates that the source code at **can and does** build this exact artifact without modification.

License

See the source repository for license details.