AIZEN is an open-source AI agent skills library for building multi-agent workflow systems. Each skill lives inside the repository as a reusable SKILL.md file that can be copied, customized, or loaded into AI agents.
These are not just website cards. Each item points to a real skill file inside the repository. Users can open the skill, copy the instructions, and use it inside their own AI agent system for market intelligence, onchain analysis, content, support, documentation, growth, and automation.
The master skill that routes user requests to the right specialist agent inside the workflow.
Open SKILL.md →Analyze market movement, sentiment, news, risk, opportunities, and crypto watchlists.
Open SKILL.md →Create Twitter/X threads, hooks, captions, newsletters, scripts, and content plans.
Open SKILL.md →Find prospects, score leads, create outreach messages, and prepare CRM-ready data.
Open SKILL.md →Handle FAQs, support tickets, WhatsApp response flows, and customer message classification.
Open SKILL.md →Summarize PDFs, extract key points, process documents, and generate structured reports.
Open SKILL.md →Connect tools, APIs, dashboards, sheets, alerts, and automated business workflows.
Open SKILL.md →Analyze wallets, transactions, token flows, smart contract activity, ecosystem data, and onchain signals.
Open SKILL.md →AIZEN is designed as a workflow system where one router agent understands the request, selects the right specialist skill, and produces a structured output.
Reads the user request and selects the correct skill from the repository.
Collects context, asks for missing inputs, and prepares useful information.
Runs the selected skill workflow and generates the required output.
Formats the final result into clear reports, summaries, plans, or actions.
The website is only the front page. The real value is inside the skills folder where every agent skill has its own SKILL.md file.
Multi-Agent-Workflow/
│
├── README.md
├── index.html
│
└── skills/
├── aizen/
│ └── SKILL.md
│
├── crypto-market-agent/
│ └── SKILL.md
│
├── content-agent/
│ └── SKILL.md
│
├── lead-generation-agent/
│ └── SKILL.md
│
├── customer-support-agent/
│ └── SKILL.md
│
├── document-agent/
│ └── SKILL.md
│
├── workflow-automation-agent/
│ └── SKILL.md
│
└── onchain-data-agent/
└── SKILL.md