by Luckycat133
Public TRAECNclaw MCP Agent Skill and installable server package bundle.
# Add to your Claude Code skills
git clone https://github.com/Luckycat133/traecnclaw-mcp-skillGuides for using ai agents skills like traecnclaw-mcp-skill.
traecnclaw-mcp-skill is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by Luckycat133. Public TRAECNclaw MCP Agent Skill and installable server package bundle. It has 0 GitHub stars.
traecnclaw-mcp-skill'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/Luckycat133/traecnclaw-mcp-skill" and add it to your Claude Code skills directory (see the Installation section above).
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 traecnclaw-mcp-skill 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.
Public distribution bundle for the TRAECNclaw Agent Skill and stdio MCP server package.
TRAECNclaw MCP lets MCP-capable AI agents operate TraeCN through a local, auditable stdio MCP server instead of GUI automation. The bundled skill teaches agents how to configure the server, choose the right tool profile, run readiness checks, delegate tasks, handle dialogs, and use unattended workflows.
.codex/skills/traecnclaw-mcp: portable Agent Skilldist/traecnclaw-mcp-skill.tgz: skill archive for direct installdist/traecnclaw-mcp-skill.zip: skill archive for manual downloaddist/traecnclaw-0.3.0.tgz: installable TRAECNclaw MCP server packagedist/traecnclaw-mcp-release.json: checksum and install metadatadocs/LAUNCH-KIT.md: announcement and listing copyFrom a cloned checkout:
mkdir -p "${CODEX_HOME:-$HOME/.codex}/skills"
cp -R .codex/skills/traecnclaw-mcp "${CODEX_HOME:-$HOME/.codex}/skills/"
From the archive:
mkdir -p "${CODEX_HOME:-$HOME/.codex}/skills"
tar -xzf dist/traecnclaw-mcp-skill.tgz -C "${CODEX_HOME:-$HOME/.codex}/skills"
Restart your agent client after installing the skill.
Install the included package tarball globally:
npm install -g ./dist/traecnclaw-0.3.0.tgz
traecnclaw --help
traecnclaw-mcp
For a GitHub Release download, use the release asset URL:
npm install -g https://github.com/Luckycat133/traecnclaw-mcp-skill/releases/download/v0.3.0-mcp-skill.1/traecnclaw-0.3.0.tgz
Use this config when the traecnclaw-mcp bin is on PATH:
{
"mcpServers": {
"traecn": {
"command": "traecnclaw-mcp",
"env": {
"TRAECN_HOST": "127.0.0.1",
"TRAECN_PORT": "8788",
"TRAECN_GATEWAY_TOKEN": "",
"TRAECN_MCP_TOOL_PROFILE": "public"
}
}
}
}
Tool profiles:
public: 20 common tools for normal agent integrationsops: recovery, cleanup, Solo conversation control, and long-queue proof toolsfull: every explicit shortcut for compatibility and audits7d1a7751428f94721ae22ddf4db264654432c5aa0f3340f90eccd611bb855bb3 dist/traecnclaw-mcp-skill.tgz
5d5a281bb52bc9426a428b8d62c826802f0e80a8ed4270e4add3c0941c5b25dc dist/traecnclaw-mcp-skill.zip
0abc67f3fad36e166a56c2e8a0db1f7461915c23a4e366721e6f137b0a614ebf dist/traecnclaw-0.3.0.tgz
Bind the TRAECNclaw gateway to 127.0.0.1 unless remote access is intentional.
Use TRAECN_GATEWAY_TOKEN for shared or non-local environments.
MIT