Skip to main content
ClaudeWave
Luckycat133 avatar
Luckycat133

traecnclaw-mcp-skill

Ver en GitHub

Public TRAECNclaw MCP Agent Skill and installable server package bundle.

MCP ServersRegistry oficial0 estrellas0 forksJavaScriptMITActualizado today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/Luckycat133/traecnclaw-mcp-skill
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "traecnclaw-mcp-skill": {
      "command": "node",
      "args": ["/path/to/traecnclaw-mcp-skill/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/Luckycat133/traecnclaw-mcp-skill and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# TRAECNclaw MCP Skill

[![Glama score](https://glama.ai/mcp/servers/Luckycat133/traecnclaw-mcp-skill/badges/score.svg)](https://glama.ai/mcp/servers/Luckycat133/traecnclaw-mcp-skill)
[![Smithery](https://smithery.ai/badge/xingmiao201081/traecnclaw-mcp)](https://smithery.ai/skills/xingmiao201081/traecnclaw-mcp)
[![npm version](https://img.shields.io/npm/v/traecnclaw.svg)](https://www.npmjs.com/package/traecnclaw)
[![MCP](https://img.shields.io/badge/MCP-Compatible-blue)](https://modelcontextprotocol.io)

> Status: Thin Public Distribution Repository

This repository is a **generated public distribution mirror**.

- Canonical source: [Luckycat133/TRAECNclaw](https://github.com/Luckycat133/TRAECNclaw)
- Canonical path: `skills/traecnclaw-mcp`
- Mirrored path: `.codex/skills/traecnclaw-mcp`
- Exact source revision: [`SOURCE_REVISION`](./SOURCE_REVISION)

Do not edit the mirrored Skill by hand. Behavior, version, tests, MCP code, npm
packages, and release artifacts are produced from TRAECNclaw.

## What stays in Git

- the public Agent Skill source
- installation documentation
- source-revision metadata
- marketplace metadata and release notes
- automation that verifies the mirror

Generated `.tgz`, `.zip`, npm-ready directories, and checksum manifests belong
in [GitHub Releases](https://github.com/Luckycat133/traecnclaw-mcp-skill/releases),
not in the default branch.

## Installation

TRAECNclaw MCP is published across several channels. Pick the one that fits
your client — they all serve the same `traecnclaw-mcp` stdio server.

### Option 1 — Glama (recommended, one-click)

Open the Glama server page and click **Install**; Glama reads `glama.json`
from this repo and emits a paste-ready MCP config for Claude Desktop, Cursor,
and more.

- https://glama.ai/mcp/servers/@Luckycat133/traecnclaw-mcp-skill

### Option 2 — npm (global install)

```sh
npm install -g traecnclaw@0.3.1
```

This puts the `traecnclaw-mcp` stdio server on your `PATH`. Then register it
with your client using the config below.

### Option 3 — npx (no install)

For clients that can launch via `npx`:

```json
{
  "mcpServers": {
    "traecn": {
      "command": "npx",
      "args": ["-y", "traecnclaw@0.3.1", "traecnclaw-mcp"],
      "env": { "TRAECN_MCP_TOOL_PROFILE": "public" }
    }
  }
}
```

### Option 4 — MCP Registry

The server is indexed in the official Model Context Protocol Registry as
`io.github.Luckycat133/traecnclaw` (v0.3.1). Registry-aware clients can
discover and install it automatically.

### Option 5 — Smithery (Codex / Cursor / OpenClaw Skill)

Install the packaged Skill for AI coding clients; the page offers one-click
install for Codex, OpenClaw, Cursor, and GitHub Copilot.

- https://smithery.ai/skills/xingmiao201081/traecnclaw-mcp

### MCP client configuration

Once the server binary is available (any of Options 2–3), register it with
your client. Example `mcp.json` / `claude_desktop_config.json`:

```json
{
  "mcpServers": {
    "traecn": {
      "command": "traecnclaw-mcp",
      "env": {
        "TRAECN_HOST": "127.0.0.1",
        "TRAECN_PORT": "8788",
        "TRAECN_GATEWAY_TOKEN": "",
        "TRAECN_MCP_TOOL_PROFILE": "public"
      }
    }
  }
}
```

Keep the gateway on `127.0.0.1` unless remote access is intentional. Use a
token for any shared or non-local environment.

## Install the Skill (from a cloned checkout)

```sh
mkdir -p "${CODEX_HOME:-$HOME/.codex}/skills"
cp -R .codex/skills/traecnclaw-mcp "${CODEX_HOME:-$HOME/.codex}/skills/"
```

For release archives, download the matching asset from the Releases page and
verify it against the release checksum manifest before extracting it.

## Release provenance

Every public release must identify the canonical TRAECNclaw commit that produced
it. A mirror update is valid only when the mirrored Skill matches that canonical
path byte-for-byte.

Glama, Smithery, and the MCP Registry metadata are retained and already
deployed; this mirror stays in sync via the `Sync canonical Skill` workflow.

## License

MIT
agentmcpnpmskilltrae

Lo que la gente pregunta sobre traecnclaw-mcp-skill

¿Qué es Luckycat133/traecnclaw-mcp-skill?

+

Luckycat133/traecnclaw-mcp-skill es mcp servers para el ecosistema de Claude AI. Public TRAECNclaw MCP Agent Skill and installable server package bundle. Tiene 0 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala traecnclaw-mcp-skill?

+

Puedes instalar traecnclaw-mcp-skill clonando el repositorio (https://github.com/Luckycat133/traecnclaw-mcp-skill) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar Luckycat133/traecnclaw-mcp-skill?

+

Luckycat133/traecnclaw-mcp-skill aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene Luckycat133/traecnclaw-mcp-skill?

+

Luckycat133/traecnclaw-mcp-skill es mantenido por Luckycat133. La última actividad registrada en GitHub es de today, con 2 issues abiertos.

¿Hay alternativas a traecnclaw-mcp-skill?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega traecnclaw-mcp-skill en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: Luckycat133/traecnclaw-mcp-skill
[![Featured on ClaudeWave](https://claudewave.com/api/badge/luckycat133-traecnclaw-mcp-skill)](https://claudewave.com/repo/luckycat133-traecnclaw-mcp-skill)
<a href="https://claudewave.com/repo/luckycat133-traecnclaw-mcp-skill"><img src="https://claudewave.com/api/badge/luckycat133-traecnclaw-mcp-skill" alt="Featured on ClaudeWave: Luckycat133/traecnclaw-mcp-skill" width="320" height="64" /></a>

Más MCP Servers

Alternativas a traecnclaw-mcp-skill