codexclaw
一款功能强大的 Telegram 机器人,可远程访问 CodeX,让开发者随时随地与项目交互,并获得完整的 AI 辅助与会话持久化能力。
Telegram 机器人
远程开发
AI 辅助
会话持久化
CodeX
开发者工具
⭐ 18⬇️ 0🏷️ main📦 2
codexclaw-main.zip
165.7 KB下载
安装与使用说明
Codex
- 先下载 ZIP 包(例如:codexclaw-main.zip)。
- 解压后放到 $CODEX_HOME/skills/ 目录下。
- 如果没有设置 $CODEX_HOME,通常可放到 ~/.codex/skills/。
- 确保目录内有 SKILL.md,然后重开会话即可使用。
源码目录预览
├── .github │ └── workflows │ ├── ci.yml │ ├── release.yml │ └── telegram-smoke.yml ├── docs │ ├── superpowers │ │ ├── plans │ │ │ ├── 2026-03-14-tests-scripts-typescript-migration.md │ │ │ ├── 2026-03-14-typescript-runtime-migration.md │ │ │ ├── 2026-03-15-frontend-dev-layer.md │ │ │ └── 2026-03-15-release-standard-hardening.md │ │ └── specs │ │ ├── 2026-03-14-tests-scripts-typescript-migration-design.md │ │ ├── 2026-03-14-typescript-runtime-migration-design.md │ │ ├── 2026-03-15-frontend-dev-layer-design.md │ │ └── 2026-03-15-release-standard-hardening-design.md │ ├── enterprise-architecture.md │ ├── operations.md │ ├── phase-1-roadmap.md │ └── release.md ├── scripts │ ├── healthcheck.ts │ └── telegramSmoke.ts ├── src │ ├── bot │ │ ├── commandUtils.ts │ │ ├── formatter.ts │ │ ├── handlers.ts │ │ ├── i18n.ts │ │ └── middleware.ts │ ├── cron │ │ └── scheduler.ts │ ├── lib │ │ ├── errors.ts │ │ └── telegramApi.ts │ ├── ops │ │ └── healthcheck.ts │ ├── orchestrator │ │ ├── skills │ │ │ ├── githubSkill.ts │ │ │ └── mcpSkill.ts │ │ ├── mcpClient.ts │ │ ├── router.ts │ │ └── skillRegistry.ts │ ├── runner │ │ ├── commandLine.ts │ │ ├── devServerManager.ts │ │ ├── ptyManager.ts │ │ ├── ptyPreflight.ts │ │ └── shellManager.ts │ ├── config.ts │ ├── index.ts │ └── runtimeStateStore.ts ├── tests │ ├── typecheck │ │ ├── github-skill-types.ts │ │ ├── i18n-locale.ts │ │ ├── mcp-skill-types.ts │ │ ├── runtime-services.ts │ │ └── utility-module-types.ts │ ├── commandUtils.test.ts │ ├── config-files.test.ts │ ├── config.test.ts │ ├── devServerManager.test.ts │ ├── errors.test.ts │ ├── formatter.test.ts │ ├── githubSkill.test.ts │ ├── handlers.test.ts │ ├── healthcheck.test.ts │ ├── i18n.test.ts │ ├── mcpClient.test.ts │ ├── mcpSkill.test.ts │ ├── middleware.test.ts │ ├── ptyManager.test.ts │ ├── ptyPreflight.test.ts │ ├── router.test.ts │ ├── runtimeStateStore.test.ts │ ├── scheduler.test.ts │ ├── shellManager.test.ts │ ├── skillRegistry.test.ts │ ├── telegramApi.test.ts │ └── telegramSmoke.test.ts ├── .env.example ├── .gitignore ├── .prettierignore ├── .prettierrc.json ├── AGENTS.md ├── README.md ├── SKILL.md ├── ecosystem.config.cjs ├── ecosystem.config.ts ├── eslint.config.js ├── eslint.config.ts ├── package-lock.json ├── package.json └── tsconfig.json
元数据
Slug: codexclaw
作者: MackDing
协议: 未声明
包大小: 165.7 KB
SHA256: 047acaca9d9a32271ed2160c2a41e800ad014842adcf5c9683ce39cbadf0ef2c