AI助手 是 AI Skill Hub 本期精选Agent工作流之一。综合评分 7.5 分,整体质量较高。我们推荐使用将其纳入你的 AI 工具库,帮助提升工作效率。
AI助手 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
AI助手 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:pip 安装(推荐)
pip install ai-helpers
# 方式二:虚拟环境安装(推荐生产环境)
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install ai-helpers
# 方式三:从源码安装(获取最新功能)
git clone https://github.com/opendatahub-io/ai-helpers
cd ai-helpers
pip install -e .
# 验证安装
python -c "import ai_helpers; print('安装成功')"
# 命令行使用
ai-helpers --help
# 基本用法
ai-helpers input_file -o output_file
# Python 代码中调用
import ai_helpers
# 示例
result = ai_helpers.process("input")
print(result)
# ai-helpers 配置文件示例(config.yml) app: name: "ai-helpers" debug: false log_level: "INFO" # 运行时指定配置文件 ai-helpers --config config.yml # 或通过环境变量配置 export AI_HELPERS_API_KEY="your-key" export AI_HELPERS_OUTPUT_DIR="./output"
This repository is a collaborative place hosting collections of AI plugins to automate and assist with various tasks.
[!NOTE] Right now the focus is to support Claude Code, OpenCode.ai, Gemini Gems, and Cursor AI. Other tools are welcome here, please submit Pull Requests.
[!NOTE] This project was inspired by the OpenShift AI helpers.
1. Add the marketplace:
/plugin marketplace add opendatahub-io/ai-helpers
2. Install a plugin:
/plugin install odh-ai-helpers
[!TIP] To browse and install multiple plugins interactively, use /plugin after adding the marketplace. This will show you all available plugins and allow you to install them selectively. For a complete list of all available tools, see categories.yaml or visit our website.
3. Use the commands:
/hello-world:echo Hello from OpenDataHub!
1. Clone the helpers repository:
git clone https://github.com/opendatahub-io/ai-helpers.git
cd ai-helpers
2. Install globally:
mkdir -p ~/.config/opencode/skills ~/.config/opencode/commands
ln -sf $(pwd)/helpers/skills/* ~/.config/opencode/skills/
ln -sf $(pwd)/helpers/commands/* ~/.config/opencode/commands/
These helpers are available when loading the odh-ai-helpers plugin from the marketplace as instructed above.
claude/plugin marketplace add .//plugin then install the local pluginThis project follows strict ethical guidelines for AI tool development, particularly regarding the use of real people's names and personas.
For detailed ethical guidelines and best practices, see ETHICS.md.
For additional validation, the repository includes .pre-commit-config.yaml with Red Hat security and AI-readiness hooks:
pre-commit install
pre-commit install --hook-type pre-push
pre-commit run --all-files # Test all files
This automatically scans all tools and regenerates the complete documentation and website data.
A container image is also available with the Cursor Agent CLI and all development tools pre-installed: ghcr.io/opendatahub-io/ai-helpers-cursor:latest
You can also build it yourself by running:
podman build -f images/cursor/Containerfile -t ai-helpers-cursor .
Or using make:
make build-cursor
To use the Cursor Agent CLI, you need to pass your CURSOR_API_KEY:
podman run -it --rm \
--pull newer \
--userns=keep-id \
-e CURSOR_API_KEY=your-api-key \
-v $(pwd):$(pwd):z \
-w $(pwd) \
ghcr.io/opendatahub-io/ai-helpers-cursor:latest
Environment Variables:
CURSOR_API_KEY - Your Cursor API key (required for authentication)Add this to your ~/.bashrc for easy launching of the container:
cursor-container() {
podman run -it --rm \
--pull newer \
--userns=keep-id \
-e CURSOR_API_KEY="${CURSOR_API_KEY}" \
-v "$(pwd):$(pwd):z" \
-w "$(pwd)" \
ghcr.io/opendatahub-io/ai-helpers-cursor:latest "$@"
}
高质量的AI工作流项目
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
经综合评估,AI助手 在Agent工作流赛道中表现稳健,质量良好。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | ai-helpers |
| 原始描述 | 开源AI工作流:AI Helpers — collections of Skills, Commands, Agents (compatible with Claude Cod。⭐30 · Python |
| Topics | aiclaude-codepython |
| GitHub | https://github.com/opendatahub-io/ai-helpers |
| License | Apache-2.0 |
| 语言 | Python |
收录时间:2026-05-28 · 更新时间:2026-05-30 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端