by Peiiii
An open-source, extensible, self-hosted agent workspace with multi-runtime support for Codex, Claude Code, and more, plus reusable local apps for custom interfaces and services.
# Add to your Claude Code skills
git clone https://github.com/Peiiii/nextclawLast scanned: 7/14/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-07-14T06:10:37.592Z",
"npmAuditRan": false,
"pipAuditRan": true,
"promptInjectionRan": true
}nextclaw is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by Peiiii. An open-source, extensible, self-hosted agent workspace with multi-runtime support for Codex, Claude Code, and more, plus reusable local apps for custom interfaces and services. It has 253 GitHub stars.
Yes. nextclaw passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
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!
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
Your long-term personal AI partner.
Tell NextClaw what you want done. It brings the conversation, files, tools, and generated results into one workspace—and keeps working until there is something useful to deliver.
From one request to a usable result, without losing the work in between.
Download & Install · Explore Use Cases · Read the Docs
Open source · Local-first · macOS, Windows, Linux, Docker, and cloud VMs
NextClaw also treats the nextclaw CLI as a first-class way to work. Many core operations can be used from a terminal, script, CI job, or another Agent, with machine-readable output where supported.
New installations are ready for the first task without entering an API key. The built-in free trial uses a public gateway; limits and models may change, and sensitive or confidential data should not be sent through it.
Start with source material, let the Agent organize and visualize it, then inspect the result beside the conversation. Source files and project documents remain available in the same workspace.
When scheduled work, a background Agent, or a long-running monitor finishes, NextClaw can deliver the report to your inbox. Read it later, manage it with the rest of your results, or continue the conversation with the full context.
Keep an Agent's identity, workspace, memory, and skills, then run the task with Native, Codex, Claude Code, OpenCode, or Hermes. Choose the runtime when starting a task and keep the rest of the workspace unchanged.
Open code, Markdown, HTML, Word, Excel, and PowerPoint without losing the task that produced them.
Build a page with an Agent, run it beside the conversation, and keep it as a Panel App you can open and improve later.
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 and start with the built-in free-trial model. Connect your own provider when you need it.
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 download and install page.
For the current tested server baseline, idle measurements, and factors that increase memory during active work, see Runtime Resource Usage.
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
See the developer command reference for local source-runtime checks, the manual runtime-