AIZEN is an open-source AI Agent Skills Library for building multi-agent workflow systems.
This repository contains reusable SKILL.md files that can be copied, customized, and loaded into AI agents.
AIZEN is designed for builders who want AI agents that can do more than chat.
The goal is to create agents that can research, analyze, execute, automate, notify, support, and report.
1. Open the skills/ folder.
2. Choose the skill you need.
3. Open the SKILL.md file.
4. Copy the instruction block at the bottom (## Prompt section).
5. Paste it into your AI agent system as a system prompt.
6. Customize inputs, tools, and output format.
7. Run the agent.That is it. No installation required.
AIZEN is a multi-agent workflow skill pack.
It provides structured AI agent skills for:
- Multi-agent routing
- Crypto market intelligence
- Base ecosystem analysis
- Solana ecosystem analysis
- Content intelligence
- Partnership and growth outreach
- Community support and trust
- Project documentation
- Workflow automation
- Telegram alerts and reports
- Tool and API integration
- Launch operations
- Reporting and execution
Most AI agents fail because they only respond.
AIZEN is designed to help agents work in structured workflows.
Instead of one generic chatbot, AIZEN uses specialist skills that can be combined into a multi-agent system.
User Request
↓
Aizen Master Router Agent
↓
Specialist Agent
↓
Execution Workflow
↓
Telegram / Dashboard / Report / Content / Docs / Output
↓
Final ResultAizen-Multi-Agent-Workflow/
│
├── README.md
├── LICENSE
├── index.html
├── Aizen.jpg
│
└── skills/
├── aizen/
│ └── SKILL.md ← Master Router Agent
│
├── crypto-market-agent/
│ └── SKILL.md ← Crypto Market Intelligence Agent
│
├── content-agent/
│ └── SKILL.md ← Content Intelligence Agent
│
├── lead-generation-agent/
│ └── SKILL.md ← Partnership & Growth Outreach Agent
│
├── customer-support-agent/
│ └── SKILL.md ← Community Support & Trust Agent
│
├── document-agent/
│ └── SKILL.md ← Project Docs & Intelligence Agent
│
└── workflow-automation-agent/
└── SKILL.md ← Multi-Agent Workflow Architect| # | Skill | Description |
|---|---|---|
| 01 | Aizen Master Router Agent | Master router that selects the right specialist agent and creates the execution path |
| 02 | Crypto Market Intelligence Agent | Analyze BTC, ETH, SOL, Base, Solana, narratives, sentiment, risk, watchlists, and Telegram market reports |
| 03 | Content Intelligence Agent | Create crypto-native content, launch campaigns, X threads, Telegram announcements, and project storytelling |
| 04 | Partnership & Growth Outreach Agent | Build KOL outreach, partner pipelines, Base/Solana ecosystem growth, and CRM-ready follow-ups |
| 05 | Community Support & Trust Agent | Handle Telegram/Discord support, FAQs, onboarding, FUD, scam warnings, and community trust workflows |
| 06 | Project Docs & Intelligence Agent | Create whitepapers, litepapers, token docs, project FAQs, roadmap summaries, and documentation audits |
| 07 | Multi-Agent Workflow Architect | Design OpenClaw, Hermes, n8n, Telegram, API, dashboard, launch, and automation workflows |
These skills can be adapted for:
- OpenClaw
- Hermes
- Custom GPTs
- Claude Projects
- Cursor Agent
- n8n AI Agent
- Flowise
- LangChain
- CrewAI
- AutoGen
- Telegram Bot API
- Zapier
- Make
- Pipedream
- Activepieces
- Custom APIs
- Any custom multi-agent framework
AIZEN works as a skill-based multi-agent system.
Aizen Router
↓
Chooses the right specialist skill
↓
Runs the workflow
↓
Formats the output
↓
Sends result to user, Telegram, dashboard, docs, or reportUser:
"I want an AI workflow that monitors crypto markets and sends daily reports to Telegram."
Aizen Master Router Agent:
Selects Crypto Market Intelligence Agent + Multi-Agent Workflow Architect.
Crypto Market Intelligence Agent:
Analyzes BTC, ETH, SOL, Base ecosystem, Solana ecosystem, narratives, risks, and watchlists.
Multi-Agent Workflow Architect:
Designs scheduled automation, Telegram report delivery, error handling, and human review.
Report Agent:
Formats the final result into a clear Telegram-ready market brief.Crypto Market Intelligence Agent
↓
Multi-Agent Workflow Architect
↓
Telegram Market ReportUse for:
- BTC / ETH / SOL market reports
- Base ecosystem monitoring
- Solana ecosystem monitoring
- Narrative tracking
- Token watchlists
- Market regime analysis
- Telegram alpha reports
- Risk matrix
- Scenario planning
Project Docs & Intelligence Agent
↓
Content Intelligence Agent
↓
Partnership & Growth Outreach Agent
↓
Community Support & Trust Agent
↓
Multi-Agent Workflow ArchitectUse for:
- Token launch preparation
- Base project positioning
- Solana-style community growth
- Launch content
- Telegram announcements
- KOL outreach
- Community FAQ
- Scam warnings
- Human review workflows
Content Intelligence Agent
↓
Project Docs & Intelligence Agent
↓
Community Support & Trust Agent
↓
Twitter/X Thread or Telegram AnnouncementUse for:
- Twitter/X threads
- Founder posts
- Launch campaigns
- Telegram announcements
- Discord announcements
- Website copy
- Narrative building
- Content calendars
- Short-form video scripts
Partnership & Growth Outreach Agent
↓
Content Intelligence Agent
↓
Multi-Agent Workflow Architect
↓
CRM / Google Sheets / Telegram AlertUse for:
- KOL targeting
- Base ecosystem outreach
- Solana community outreach
- Alpha group outreach
- Partner proposal
- Twitter/X DM templates
- Telegram outreach
- CRM tracking
- Follow-up automation
Community Support & Trust Agent
↓
Project Docs & Intelligence Agent
↓
Multi-Agent Workflow Architect
↓
Telegram Admin Alert / FAQ / ReplyUse for:
- Telegram support
- Discord support
- FAQ automation
- FUD handling
- Scam warnings
- Token question replies
- Community onboarding
- Admin escalation
Project Docs & Intelligence Agent
↓
Content Intelligence Agent
↓
Community Support & Trust Agent
↓
Docs / FAQ / Litepaper / AnnouncementUse for:
- Whitepaper summary
- Litepaper draft
- Token utility explanation
- Roadmap breakdown
- README improvement
- Project FAQ
- Community FAQ
- Pitch brief
- Documentation audit
Aizen Master Router Agent
↓
Multi-Agent Workflow Architect
↓
Specialist Agents
↓
Telegram / Dashboard / Google Sheets / API / ReportUse for:
- OpenClaw workflows
- Hermes workflows
- n8n automations
- Telegram alerts
- Dashboard updates
- API workflows
- Scheduled reports
- Launch operations
- Human review systems
- Error handling workflows
Each skill uses a structured SKILL.md format:
---
name:
title:
description:
category:
version:
author:
tags:
---
# Skill Name
## Role
Defines what the agent is.
## Objective
Defines what the agent should accomplish.
## What Makes This Skill Different
Explains the premium logic behind the skill.
## When To Use This Skill
Defines when the skill should be activated.
## Required Input
Defines what information the agent needs.
## Input Template
Gives users a reusable format for running the skill.
## Core Workflow
Defines the step-by-step process.
## Frameworks
Defines analysis, scoring, routing, or execution logic.
## Output Format
Defines the final response structure.
## Example Use Case
Shows how the skill works in practice.
## Multi-Agent Collaboration
Shows how the skill works with other agents.
## Safety Rules
Defines what the agent must avoid.
## Behavior Rules
Defines how the agent should behave.
## Prompt
The reusable instruction that can be copied into an AI agent.Use AIZEN as my master router agent.
My project:
[Project name]
Ecosystem:
[Base / Solana / Ethereum / Multi-chain]
Goal:
[What I want to build or execute]
Available tools:
[OpenClaw / Hermes / n8n / Telegram / APIs / Google Sheets / GitHub / etc.]
Output I want:
[Content / report / workflow / FAQ / docs / market intelligence / outreach plan]
Route this request to the right AIZEN specialist agent and create the execution workflow.AIZEN skills are designed to be copied, customized, and loaded into multi-agent systems such as:
OpenClaw Hermes n8n
CrewAI AutoGen LangChain
Flowise Telegram Bot Custom GPT
Claude Projects Cursor Agent Custom FrameworksAIZEN is designed to support crypto-native workflows across multiple ecosystems.
BTC
→ Market direction and risk anchor.
ETH
→ Altcoin confidence and liquidity anchor.
SOL
→ Solana ecosystem and retail momentum anchor.
Base
→ Consumer crypto, AI agents, builder ecosystem, and on-chain app positioning.
Solana
→ Meme activity, retail attention, community energy, consumer apps, and fast market rotation.
Multi-Chain
→ Narrative tracking, sector rotation, market reports, and ecosystem comparison.You can use AIZEN skills as:
- System prompts
- Agent instructions
- Custom GPT instructions
- Claude project instructions
- n8n AI agent prompts
- OpenClaw skill references
- Hermes workflow references
- CrewAI role definitions
- AutoGen agent specs
- LangChain agent instructions
- Flowise agent instructions
- Telegram bot workflow prompts
- Custom multi-agent workflow templates
AIZEN is not a one-click SaaS product.
AIZEN is a reusable AI agent skills library.
The skills are instructions. You bring the tools, APIs, memory, and execution environment.
AIZEN is designed to be useful without making dangerous or misleading claims.
For crypto, token, and community workflows:
- Do not promise profit.
- Do not guarantee token price.
- Do not fake partnerships.
- Do not invent metrics, TVL, users, investors, grants, or exchange listings.
- Do not claim official Base or Solana support unless proven.
- Do not ask users for private keys or seed phrases.
- Do not expose Telegram bot tokens.
- Do not automate irreversible actions without human review.
- Always separate facts, assumptions, and scenarios.
- Always require human review for sensitive public claims.
Contributions are welcome.
1. Fork the repository.
2. Create a new folder inside skills/ using a clear skill name.
Example: skills/my-new-skill/
3. Create a SKILL.md file inside the folder.
4. Use the SKILL.md format shown above.
5. Make sure your skill includes:
- Frontmatter (name, title, description, category, version, author, tags)
- Role
- Objective
- When To Use This Skill
- Required Input
- Core Workflow
- At least one Output Format
- At least one Example Use Case
- Safety Rules
- Behavior Rules
- Prompt section
6. Open a Pull Request with a short description of what the skill does.1. Fork the repository.
2. Edit the relevant SKILL.md file.
3. Describe what you improved and why in the Pull Request.Open a GitHub Issue if you find:
- Broken instructions
- Missing output formats
- Skill gaps or suggestions
- Safety concerns
1. Choose a skill from the skills/ folder.
2. Copy the SKILL.md instruction.
3. Paste it into your AI agent system.
4. Add tools, APIs, memory, or automation logic.
5. Test with real input.
6. Customize the output format.
7. Connect it into a larger workflow.
8. Add human review for sensitive actions.
9. Deploy carefully.
10. Monitor and improve.- All 7 skills updated to version 2.0.0
- Added Crypto Market Intelligence Agent v3.0.0
- Added Base and Solana ecosystem layers to all relevant skills
- Added multi-agent combination patterns to Router Agent
- Added safety and trust principles to all skills
- Added behavior rules to all skills
- Improved output formats across all skills
- Added example use cases for AIZEN project context
- Initial release
- 7 core skills published
MIT License
Copyright (c) 2026 Ghost of Sol
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Built by Ghost of Sol.
AIZEN is for builders who want AI agents that can actually execute workflows, not just chat.
Explore the skills. Copy what you need. Build something that executes.