开源AI工作流 是 AI Skill Hub 本期精选Agent工作流之一。综合评分 7.5 分,整体质量较高。我们推荐使用将其纳入你的 AI 工具库,帮助提升工作效率。
提高专业发现能力的开源框架,突出价值在于提高专业发现能力
开源AI工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
提高专业发现能力的开源框架,突出价值在于提高专业发现能力
开源AI工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:npm 全局安装 npm install -g agentkit-seo # 方式二:npx 直接运行(无需安装) npx agentkit-seo --help # 方式三:项目依赖安装 npm install agentkit-seo # 方式四:从源码运行 git clone https://github.com/agentkit-seo/agentkit-seo cd agentkit-seo npm install npm start
# 命令行使用
agentkit-seo --help
# 基本用法
agentkit-seo [options] <input>
# Node.js 代码中使用
const agentkit_seo = require('agentkit-seo');
const result = await agentkit_seo.run(options);
console.log(result);
# agentkit-seo 配置说明 # 查看配置选项 agentkit-seo --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export AGENTKIT_SEO_CONFIG="/path/to/config.yml"
<p align="center"> <img src=".assets/image/banners/vitaecontext/vitaecontext-light.png" alt="VitaeContext — Keep your career context. Reuse it across AI." width="90%" /> </p>
<p align="center"> <strong>Keep your career context. Reuse it across AI.</strong> </p>
<p align="center">VitaeContext gives AI agents a private, reusable source of truth about a person's career, then provides focused skills and a Model Context Protocol (MCP) server for turning that context into grounded professional work.</p>
<p align="center"> <a href="https://www.npmjs.com/package/vitaecontext"><img src="https://img.shields.io/npm/v/vitaecontext?style=flat-square&logo=npm&color=CB3837" alt="npm version" /></a> <a href="#modules"><img src="https://img.shields.io/badge/agent_skills-8-2563EB?style=flat-square" alt="8 agent skills" /></a> <a href="#mcp-server"><img src="https://img.shields.io/badge/mcp_server-2024--11--05-0EA5E9?style=flat-square" alt="MCP Server" /></a> <a href="https://github.com/vitaecontext/vitaecontext/actions/workflows/validate.yml"><img src="https://img.shields.io/github/actions/workflow/status/vitaecontext/vitaecontext/validate.yml?branch=main&style=flat-square&logo=githubactions&logoColor=white&label=build" alt="build status" /></a> <a href="https://github.com/vitaecontext/vitaecontext/stargazers"><img src="https://img.shields.io/github/stars/vitaecontext/vitaecontext?style=flat-square&logo=github&label=stars" alt="GitHub stars" /></a> <a href="./LICENSE"><img src="https://img.shields.io/github/license/vitaecontext/vitaecontext?style=flat-square&label=license" alt="MIT license" /></a> <img src="https://img.shields.io/badge/formerly-AgentKit_SEO-1F684B?style=flat-square&labelColor=123C2D" alt="formerly AgentKit SEO" /> </p>
<p align="center"> <a href="#why-vitaecontext">Why</a> • <a href="#how-it-works">How it works</a> • <a href="#quick-start">Quick start</a> • <a href="#mcp-server">MCP Server</a> • <a href="#vitaegraph">VitaeGraph</a> • <a href="#modules">Modules</a> • <a href="#install">Install</a> • <a href="#documentation">Documentation</a> • <a href="https://vitaecontext.github.io/">Website</a> </p>
---
Install one provider at a time:
npx vitaecontext install --provider codex
Supported providers:
| Provider | Default destination | Activation model |
|---|---|---|
shared | Portable SKILL.md folders | Manual reuse or packaging |
claude-code | ~/.claude/skills/ | Ask for the installed skill by name |
codex | ~/.agents/skills/ plus CODEX_HOME/skills or ~/.codex/skills/ | Use installed skills by name when available |
gemini-cli | ~/.gemini/extensions/vitaecontext/ | Namespaced commands such as /vitaecontext:linkedin |
antigravity | ~/.gemini/antigravity-cli/plugins/vitaecontext/ | Gemini-compatible plugin layout |
opencode | ~/.config/opencode/skills/ plus command wrappers | Native skill loading and flat command wrappers |
cursor | .cursor/skills/ | Native Cursor Agent Skills |
windsurf | .windsurf/skills/ | Native Windsurf Cascade Skills |
roo-code | .roo/skills/ | Native Roo Code / Cline Skills |
ibm-bob | .ibm/skills/ | IBM Bob / watsonx Code Assistant Skills |
grok | .grok/skills/ | xAI Grok Agent Skills |
For Claude Code, the skills are also available through the plugin marketplace:
/plugin marketplace add vitaecontext/vitaecontext
/plugin install vitaecontext@vitaecontext
Useful package commands:
npx vitaecontext version
npx vitaecontext mcp
npx vitaecontext update
npx vitaecontext doctor
npx vitaecontext list providers
npx vitaecontext list skills
npx vitaecontext context init
npx vitaecontext context validate ~/.vitaecontext/career-context.md
npx vitaecontext context summary ~/.vitaecontext/career-context.md --for cv
npx vitaecontext graph init
npx vitaecontext graph validate
npx vitaecontext graph index
---
Add to your tool's MCP configuration (e.g. claude_desktop_config.json, Cursor Settings, or Windsurf config):
{
"mcpServers": {
"vitaecontext": {
"command": "npx",
"args": ["-y", "vitaecontext", "mcp"]
}
}
}
See mcp/README.md and mcp/config-examples/ for complete setup instructions across Claude Desktop, Claude Code, Cursor, Windsurf, Roo Code, Antigravity, IBM Bob, and Grok.
---
VitaeContext ships one compact-context module, VitaeGraph, and five platform modules, coordinated by the root routing skill.
| Goal | Module | Public playbook |
|---|---|---|
| Build the reusable Career Context layer | [vitaecontext-build](./hub/context-builder/README.md) | [Context Builder](https://vitaecontext.github.io/playbooks/context-builder/) |
| Build a detailed local career knowledge graph | [vitaecontext-vitaegraph](./skills/vitaecontext-vitaegraph/SKILL.md) | [VitaeGraph specification and templates](./vitaegraph/README.md) |
| Improve GitHub profile and repository discoverability | [vitaecontext-github](./hub/github/README.md) | [GitHub optimization](https://vitaecontext.github.io/playbooks/github/) |
| Improve LinkedIn structure, search visibility, and proof | [vitaecontext-linkedin](./hub/linkedin/README.md) | [LinkedIn optimization](https://vitaecontext.github.io/playbooks/linkedin/) |
| Tailor a CV or resume for ATS parsing and recruiter readability | [vitaecontext-cv](./hub/cv-ats/README.md) | [CV and ATS optimization](https://vitaecontext.github.io/playbooks/cv-ats/) |
| Improve portfolio crawlability, SEO, and AI readability | [vitaecontext-portfolio](./hub/web-portfolio/README.md) | [Web portfolio optimization](https://vitaecontext.github.io/playbooks/web-portfolio/) |
| Improve X/Twitter positioning and posting strategy | [vitaecontext-x](./hub/x-twitter/README.md) | [X/Twitter optimization](https://vitaecontext.github.io/playbooks/x-twitter/) |
---
该项目是一个开源的AI工作流,提供了一个框架来提高专业发现能力,值得关注
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
经综合评估,开源AI工作流 在Agent工作流赛道中表现稳健,质量良好。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | agentkit-seo |
| 原始描述 | 开源AI工作流:An open-source framework for engineering your professional discoverability acros。⭐12 · JavaScript |
| Topics | workflowagent-contextagent-skillai-agentsai-optimizationatsjavascript |
| GitHub | https://github.com/agentkit-seo/agentkit-seo |
| License | MIT |
| 语言 | JavaScript |
收录时间:2026-05-22 · 更新时间:2026-05-30 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端