AI Skill Hub 推荐使用:Cortex代码技能 是一款优质的Agent工作流。AI 综合评分 7.5 分,在同类工具中表现稳健。如果你正在寻找可靠的Agent工作流解决方案,这是一个值得深入了解的选择。
Cortex代码技能 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
Cortex代码技能 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:pip 安装(推荐)
pip install cortex-code-skills
# 方式二:虚拟环境安装(推荐生产环境)
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install cortex-code-skills
# 方式三:从源码安装(获取最新功能)
git clone https://github.com/Snowflake-Labs/cortex-code-skills
cd cortex-code-skills
pip install -e .
# 验证安装
python -c "import cortex_code_skills; print('安装成功')"
# 命令行使用
cortex-code-skills --help
# 基本用法
cortex-code-skills input_file -o output_file
# Python 代码中调用
import cortex_code_skills
# 示例
result = cortex_code_skills.process("input")
print(result)
# cortex-code-skills 配置文件示例(config.yml) app: name: "cortex-code-skills" debug: false log_level: "INFO" # 运行时指定配置文件 cortex-code-skills --config config.yml # 或通过环境变量配置 export CORTEX_CODE_SKILLS_API_KEY="your-key" export CORTEX_CODE_SKILLS_OUTPUT_DIR="./output"
This is a curated collection of Agent Skills for Cortex Code ("CoCo") — Snowflake's CLI for building with AI.
Each skill is a folder containing a SKILL.md that teaches CoCo a workflow, coding standard, or domain-specific best practice. CoCo already ships with 50+ bundled skills (run /skill to browse). The skills here extend that catalog with workflows contributed by Data Superheroes, Snowflake employees, and partners.
---
Open Cortex Code and ask:
Install the skills from https://github.com/Snowflake-Labs/cortex-code-skills
CoCo will clone, cache, and register every skill in this repo. To pull updates later:
Sync my skills
To install a single skill rather than the whole repo:
Install the skill at https://github.com/Snowflake-Labs/cortex-code-skills/tree/main/skills/<skill-name>
Once installed, invoke a skill by typing $<skill-name> followed by your prompt. Run /skill list to see what's loaded, or $$ to verify the active session's skill set.
Snowflake connection required. Most skills here run SQL or call Cortex services. Set your active connection with cortex connections set <name> before invoking.
---
| Skill | What it does |
|---|---|
[snowpipe-bcdr](skills/snowpipe-bcdr) | Snowpipe disaster-recovery patterns for Azure ADLS Gen2 — failover, failback, and catchup. |
[openflow-spcs-privatelink](skills/openflow-spcs-privatelink) | Set up AWS PrivateLink between OpenFlow on SPCS and private sources like RDS or on-prem databases. |
[manage-zerocopy-sapbdc](skills/manage-zerocopy-sapbdc) | Manage the SAP Business Data Cloud zero-copy connector lifecycle: create, enroll, consume, publish, analyze. |
| Problem | Fix |
|---|---|
/skill list doesn't show a skill from this repo | Re-run the install prompt above, then run /skill sync. |
| Skill triggers in unexpected sessions | Tighten the description field — keep triggers specific, list "Do NOT use for…" cases for adjacent skills. |
| Skill never triggers | Trigger keywords may be too narrow or too generic. Add concrete user phrases the skill should respond to. |
| Name collision with a bundled skill | A repo skill silently shadows a bundled skill of the same name. Run /skill list to spot duplicates and rename if needed. |
| SQL fails immediately | Most skills need an active Snowflake connection. Run cortex connections list and cortex connections set <name>. |
For deeper debugging, read docs.snowflake.com/.../cortex-code/extensibility.
---
高质量的开源AI工作流项目
该工具未明确声明开源协议,商业使用前请联系原作者确认授权范围,避免侵权风险。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
总体来看,Cortex代码技能 是一款质量良好的Agent工作流,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | cortex-code-skills |
| 原始描述 | 开源AI工作流:This is a curated collection of Agent Skills for Cortex Code ("CoCo") — Snowflak。⭐30 · Python |
| Topics | AIPython工作流 |
| GitHub | https://github.com/Snowflake-Labs/cortex-code-skills |
| 语言 | Python |
收录时间:2026-05-30 · 更新时间:2026-05-31 · License:未公布 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端