Claude技能 CLI 是 AI Skill Hub 本期精选Claude技能之一。综合评分 7.5 分,整体质量较高。我们推荐使用将其纳入你的 AI 工具库,帮助提升工作效率。
基于Claude Opus的命令行界面,提供AI技能开发和部署的便捷工具,提高开发效率和生产力。
Claude技能 CLI 是一款基于 Python 开发的开源工具,专注于 Claude、AI、技能 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
基于Claude Opus的命令行界面,提供AI技能开发和部署的便捷工具,提高开发效率和生产力。
Claude技能 CLI 是一款基于 Python 开发的开源工具,专注于 Claude、AI、技能 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 方式一:pip 安装(推荐)
pip install claude-engineer
# 方式二:虚拟环境安装(推荐生产环境)
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install claude-engineer
# 方式三:从源码安装(获取最新功能)
git clone https://github.com/bawadou/claude-engineer
cd claude-engineer
pip install -e .
# 验证安装
python -c "import claude_engineer; print('安装成功')"
# 命令行使用
claude-engineer --help
# 基本用法
claude-engineer input_file -o output_file
# Python 代码中调用
import claude_engineer
# 示例
result = claude_engineer.process("input")
print(result)
# claude-engineer 配置文件示例(config.yml) app: name: "claude-engineer" debug: false log_level: "INFO" # 运行时指定配置文件 claude-engineer --config config.yml # 或通过环境变量配置 export CLAUDE_ENGINEER_API_KEY="your-key" export CLAUDE_ENGINEER_OUTPUT_DIR="./output"
An interactive self imporving AI coding agent for creating and using AI tools with Claude.At its core, Claude Engineer introduces a dynamic tool ecosystem where the AI can autonomously create, manage, and execute its own tools during conversations. This allows the system to continuously expand its capabilities, adapting to user needs in real time and becoming more effective the more it is used.
requirements.txtCreate .env file and copy .env.example to .env and fill in your key:
ANTHROPIC_API_KEY=sk-ant-... The agent supports configuration options through the Config class:
| Option | Description |
|---|---|
CE_MODEL | Which Claude model to use for the conversation |
ANTHROPIC_API_KEY | Your Anthropic API key from [console.anthropic.com](https://console.anthropic.com/). The agent will refuse to start without it. |
CE_MAX_TOKENS | Maximum number of tokens the model is allowed to generate in a single response. Higher values allow longer outputs but cost more. |
CE_VERBOSE | When set to 1, prints every tool invocation and its arguments as they happen. Useful for debugging the agent loop. |
CE_TOOLS_DIR | Directory for tool storage |
Claude技能CLI提供了一个易于使用的命令行界面,方便开发者开发和部署AI技能,提高开发效率和生产力,但仍需要进一步优化和完善。
该工具未明确声明开源协议,商业使用前请联系原作者确认授权范围,避免侵权风险。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
经综合评估,Claude技能 CLI 在Claude技能赛道中表现稳健,质量良好。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | claude-engineer |
| 原始描述 | 开源Claude技能:A version of command line interface(CLI) that leverages the power of Claude Opus。⭐512 · Python |
| Topics | ClaudeAI技能CLI |
| GitHub | https://github.com/bawadou/claude-engineer |
| 语言 | Python |
收录时间:2026-07-04 · 更新时间:2026-07-04 · License:未公布 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端