经 AI Skill Hub 精选评估,myPKA Agent工作流 获评「强烈推荐」。这款Agent工作流在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 8.2 分,适合有一定技术背景的用户使用。
myPKA Agent工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
myPKA Agent工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:pip 安装(推荐)
pip install mypka
# 方式二:虚拟环境安装(推荐生产环境)
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install mypka
# 方式三:从源码安装(获取最新功能)
git clone https://github.com/TomSolid/myPKA
cd myPKA
pip install -e .
# 验证安装
python -c "import mypka; print('安装成功')"
# 命令行使用
mypka --help
# 基本用法
mypka input_file -o output_file
# Python 代码中调用
import mypka
# 示例
result = mypka.process("input")
print(result)
# mypka 配置文件示例(config.yml) app: name: "mypka" debug: false log_level: "INFO" # 运行时指定配置文件 mypka --config config.yml # 或通过环境变量配置 export MYPKA_API_KEY="your-key" export MYPKA_OUTPUT_DIR="./output"
An AI powered Personal Knowledge Assistance system, based on our business-proven ICOR methodology. Plain markdown. Any LLM. Yours forever.
myPKA is a folder. You drop it on your machine, point your LLM at it, and you have a full 12-specialist AI team that organizes your life end to end. It works on its own. No database to set up, no SaaS to log into, no vendor to lose your data to.
v3.0.0 is the all-in-one download — the max-capability bundle, everything preinstalled, no install step:
If you only want the lean base, or you already run an existing scaffold and want to add one capability at a time, the à-la-carte packs (Cockpit, App Developer, Designer) are still published separately. This download just bundles all of it.
Watch on YouTube (newest first):
Why this is different from other scaffolds. Most folder structures are someone's preference dressed up as a system. myPKA is the working slice of ICOR, a methodology Paperless Movement S.L. and thousands of professionals world wide have been running their own business on for years. Every folder, every routing decision, every specialist contract maps to a piece of that framework. The structure is not arbitrary. The reasoning is teachable. Both matter when you scale past the first week.
This is the all-in-one bundle — the max-capability download. A single folder that ships the full base scaffold, the local myPKA Cockpit interface, and a 12-specialist team, all preinstalled, with no install step.
What's in the box:
Team/, with their SOPs and the GL-003-design-system Guideline in place.Expansions/mypka-cockpit/. A local, navigable, wikilink-aware viewer over your whole scaffold (reads the SQLite mirror read-only). It runs entirely on your machine, uses your own Claude key, and never sends your data anywhere. No auto-launch — you generate a one-click launcher and start it yourself.Why it's a MAJOR bump. The default download's team roster, SOP/Guideline set, and Expansions/ contents all change shape. This is a new bundle SKU, not a forced migration — if you already run the lean base scaffold, you are unaffected, and you can still add capabilities one at a time via the à-la-carte packs. See About this bundle vs. the à-la-carte packs below.
Everything from the base scaffold carries forward — the task system, per-agent journals, the four-buckets-plus-Goals My Life doctrine, local version history, and the LLM-readable migration changelog. Plain markdown, any LLM, yours forever.
v3.0.0 is a new bundle SKU, not a forced migration. Two distribution shapes coexist:
After downloading, run bash validation-script.sh . from the scaffold root — it exits 0 when the structure is intact. See the [3.0.0] entry in CHANGELOG.md for the full bundle manifest.
创新的多智能体协作框架,九人团队设计独特,代码质量良好。工程实践价值高,适合AI应用深度开发。
该工具使用 NOASSERTION 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
📄 NOASSERTION — 请查阅原始协议条款了解具体使用限制。
AI Skill Hub 点评:myPKA Agent工作流 的核心功能完整,质量优秀。对于自动化工程师和运维人员来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | myPKA |
| 原始描述 | 开源AI工作流:An AI-powered Personal Knowledge Assistance system with a nine-person AI team ba。⭐152 · Python |
| Topics | 多智能体AI工作流知识管理Claude集成开源 |
| GitHub | https://github.com/TomSolid/myPKA |
| License | NOASSERTION |
| 语言 | Python |
收录时间:2026-05-16 · 更新时间:2026-05-19 · License:NOASSERTION · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端