╔══════════════════════════════════════════════════════════╗
║ ║
║ ██████╗ ██████╗ █████╗ ███╗ ██╗██╗███████╗ ║
║ ██╔══██╗██╔══██╗██╔══██╗████╗ ██║██║██╔════╝ ║
║ ██████╔╝██████╔╝███████║██╔██╗ ██║██║███████╗ ║
║ ██╔═══╝ ██╔══██╗██╔══██║██║╚██╗██║██║╚════██║ ║
║ ██║ ██║ ██║██║ ██║██║ ╚████║██║███████║ ║
║ ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝╚══════╝ ║
║ Claws of Intelligence ║
║ ║
║ has evolved — and so has its home. ║
║ ║
╚══════════════════════════════════════════════════════════╝
This repository is no longer the active source code repository for ManusClaw. The entire codebase — every line, every feature, every test — has been permanently migrated to a dedicated organization repository under ManusAgents.
|
|
https://github.com/ManusAgents/manusclawThis is the new canonical home of the ManusClaw autonomous AI agent framework.
ManusClaw started as a personal project in a single developer's GitHub account. It grew — from a simple CLI agent into a production-grade omnichannel AI platform with 14+ feature categories, 210 passing tests, 12+ messaging channels, voice I/O, SSH gateway, webhooks, multi-agent orchestration, and a thriving community.
That kind of growth demands a proper home. ManusAgents is that home — a dedicated GitHub organization built to house the framework's present and future. The migration ensures long-term stability, better collaboration tooling, proper team management, and a clean separation between the project (ManusAgents) and the creator (The-JDdev).
| Aspect | Before (This Repo) | After (New Repo) |
|---|---|---|
| Owner | The-JDdev (personal account) |
ManusAgents (organization) |
| URL | github.com/The-JDdev/manusclaw |
github.com/ManusAgents/manusclaw |
| Status | Archived — read-only redirect | Active — all development here |
| Issues & PRs | Closed | Open at ManusAgents/manusclaw |
| Releases | Frozen | Published at ManusAgents/manusclaw/releases |
| Stars & Forks | Preserved for history | Fresh start at ManusAgents/manusclaw |
If you have this repo cloned locally:
# Remove the old clone
rm -rf manusclaw
# Clone from the new home
git clone https://github.com/ManusAgents/manusclaw.git
cd manusclaw
# Install (same as before — nothing changes)
pip install -e ".[all-plus]"If you have a fork of this repo:
# Add the new upstream
cd your-fork
git remote add upstream https://github.com/ManusAgents/manusclaw.git
git fetch upstream
git checkout main
git reset --hard upstream/main
git push origin main --forceIf you referenced this repo in documentation, CI/CD, or dockerfiles:
# Find all old references
rg "The-JDdev/manusclaw" --type md --type yaml --type yml --type toml --type sh --type Dockerfile
# Replace them everywhere
find . -type f \( -name "*.md" -o -name "*.yml" -o -name "*.yaml" -o -name "*.toml" -o -name "*.sh" -o -name "Dockerfile" \) \
-exec sed -i 's|The-JDdev/manusclaw|ManusAgents/manusclaw|g' {} +If you depend on this repo via requirements.txt or pyproject.toml:
# OLD (will stop receiving updates)
manusclaw @ git+https://github.com/The-JDdev/manusclaw.git@main
# NEW (active development)
manusclaw @ git+https://github.com/ManusAgents/manusclaw.git@main
ManusClaw is now a multi-repository ecosystem:
| Repository | URL | Purpose |
|---|---|---|
| Core Engine | ManusAgents/manusclaw |
Source code — the agent framework itself |
| Setup & Docs | The-JDdev/manusclaw-setup |
Installation guides, configuration reference, platform tutorials |
Setup guide: For the complete production-grade setup and usage documentation, visit The-JDdev/manusclaw-setup.
This isn't just a URL change. It's an evolution:
-
Organizational Identity — ManusClaw is no longer a side project. It's a framework with a community, a roadmap, and a future. It deserves an organizational home, not a personal folder.
-
Collaboration — An organization repository enables proper team management, CODEOWNERS files, branch protection rules, and structured contribution workflows that a personal account cannot provide.
-
Separation of Concerns — The creator's personal GitHub (
The-JDdev) remains personal. The framework's home (ManusAgents) is professional and project-focused. This separation benefits both the project and the developer. -
Future-Proofing — As ManusClaw grows toward v6.0, additional repositories may be created under the
ManusAgentsorg: plugins, marketplace, benchmarks, and more. The organization structure makes this possible.
Q: Will this repo still receive updates?
A: No. This repository is permanently archived. All future development — bug fixes, features, releases — happens exclusively at ManusAgents/manusclaw.
Q: Are my old commits and history preserved? A: Yes. The full git history has been migrated to the new repository. Every commit, every contributor, every milestone is preserved.
Q: What about issues and pull requests?
A: All open issues and PRs from this repo were reviewed during migration. Any that are still relevant should be reopened at ManusAgents/manusclaw/issues.
Q: My CI/CD pipeline points to this repo. Will it break?
A: Not immediately — the code still exists here. But it will become stale. Update your pipelines to point to ManusAgents/manusclaw as soon as possible.
Q: Who is "ManusAgents"? A: ManusAgents is the GitHub organization created specifically for the ManusClaw project. It is owned and maintained by The-JDdev (SHS Lab), the original creator.
Q: Can I still contact the developer? A: Absolutely. The-JDdev can be reached at:
- GitHub: The-JDdev
- Telegram: @singularityos
- Email: thejddev.official@gmail.com
- Facebook: itsshsshobuj