Skip to content

Repository files navigation

Claw Fusion

Clean-room integration kit for:

  • Anthropic Claude Code
  • Cowork-adjacent workflows and plugin/skill ecosystems
  • OpenClaw
  • MCP and related open agent tooling

What this repo is

This repository is meant to be publishable as open source. It does not ship leaked proprietary source.

Instead it provides:

  • one CLI surface for status, doctor, and source discovery
  • a bootstrap plan for official upstream repositories
  • a place to build clean-room adapters and portable skills
  • an adapter contract for vendor-specific capabilities
  • a vendor capability matrix and adapter registry
  • GitHub-ready community files and CI

Quick start

node ./claw-fusion.mjs status
node ./claw-fusion.mjs doctor
node ./claw-fusion.mjs sources
node ./claw-fusion.mjs adapters
node ./claw-fusion.mjs matrix
node ./scripts/render-vendor-matrix.mjs
node ./scripts/bootstrap-official-sources.mjs --print

Vendor targets

Design rules

  • Prefer official public sources over rumor or leaked material.
  • Keep adapters clean-room and replaceable.
  • Do not couple one upstream's private assumptions into the shared public surface.
  • Preserve feature growth by adding adapters, not by deleting upstream-specific capabilities.

Current shape

  • Adapter registry: planned vendors and clean-room adapter folders
  • Capability matrix: session runtime, skills, tools, references, agent runtime, desktop surfaces, remote control, connectors
  • Vendor discovery: checks local vendors/* folders without assuming they already exist

About

See README for full details

Resources

Code of conduct

Contributing

Security policy

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages