by Peiiii
Local-first AI workspace for agents, skills, files, browser tools, automations, and messaging channels.
# Add to your Claude Code skills
git clone https://github.com/Peiiii/nextclawnextclaw is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by Peiiii. Local-first AI workspace for agents, skills, files, browser tools, automations, and messaging channels. It has 219 GitHub stars.
nextclaw's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/Peiiii/nextclaw" and add it to your Claude Code skills directory (see the Installation section above).
nextclaw is primarily written in TypeScript. It is open-source under Peiiii on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh nextclaw against similar tools.
No comments yet. Be the first to share your thoughts!
Unlocks once the catalog security scan passes (runs nightly).
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
Get real work done with AI on the computer you control.
Tell NextClaw what you want done. It brings files, models, agents, skills, browser tools, local apps, automations, and messaging channels into one task, then keeps working toward a usable result.
Website · Download · Install · Documentation · Releases

NextClaw is a local-first AI workspace for tasks that need more than a single answer. A conversation can keep its files, references, tools, generated results, and follow-up work together instead of making you restart in separate apps.
The desktop app is the easiest way to start on macOS, Windows, or Linux.
Download the latest stable desktop release
Install Node.js LTS first, then run:
npm install -g nextclaw
nextclaw start
Open http://127.0.0.1:55667, choose a model provider, and start a task.
If npm is unavailable, install or reinstall Node.js LTS and reopen the terminal. On a remote host, port 55667 serves plain HTTP. Use it directly only for a quick check; terminate HTTPS with Nginx or Caddy for regular access.
nextclaw stop
For a long-running server or cloud VM deployment:
curl -fsSL https://nextclaw.io/install-docker.sh | bash
See the Docker deployment guide for reverse proxy, domain, and remote access setup. You can compare every supported path on the install options page.
Open local HTML, code, Markdown, and project files in the right-side workspace while the conversation remains available.

Create agents with separate roles, memory, skills, runtimes, and workspaces, then start the right one from the same interface.

Create visuals for articles, product drafts, or source material, then continue using the result in the same task.

Browse and install skills from the workspace. Skill details, docs, and other references can stay open in the global side browser while you work.

From the repository root:
pnpm install
pnpm dev start
The development stack prints its local URLs in the terminal and uses ~/.nextclaw by default. Set NEXTCLAW_HOME=/path/to/home to use an isolated data directory.
To run only one side:
pnpm dev:backend
pnpm dev:frontend
To refresh the repository and website screenshot set:
pnpm run screenshots:refresh
Repository planning: Roadmap · TODO
Contributions are welcome. Open an issue to discuss a bug or proposal, or submit a pull request with a focused change and its relevant verification.
NextClaw was inspired by these projects: