Drop the router plus market intelligence skill into a Custom GPT to get daily Telegram crypto briefs.
Chain the content, outreach, and community skills in n8n to run an end to end token launch campaign.
Use the workflow architect skill to design a CrewAI or AutoGen graph for a new automation idea.
Reuse the documentation skill in Claude Projects to draft a whitepaper or litepaper from raw notes.
Skills are pure Markdown system prompts, so any compatible runtime accepts them with no install step.
AIZEN is a library of AI agent skills meant to be plugged into other tools. The repository itself does not run anything. It is a set of Markdown files, one folder per skill, with the actual instruction block at the bottom of each SKILL.md. The README's quick start is literally to open the file, copy the prompt section, paste it into the AI agent of your choice as a system prompt, edit the inputs, and run. There is no install step. There are seven skills in the current version. A master router agent looks at a user request and picks which specialist to send it to. The specialists cover crypto market intelligence (Bitcoin, Ethereum, Solana, the Base ecosystem, narratives, watchlists, and Telegram market reports), content creation for crypto launches and X threads, partnership and growth outreach with CRM-ready follow-ups, community support and trust workflows for Telegram and Discord, project documentation including whitepapers and litepapers, and a workflow architect that designs end-to-end automations. The model the README pushes is a chain of agents rather than one big chatbot. A request enters the router, the router picks one or more specialists, those run the workflow, and the result is formatted and delivered to a destination such as Telegram, a dashboard, a Google Sheet, or a generated document. The README walks through several worked examples in this shape, including a daily crypto market brief sent to Telegram, a Base or Solana project launch with documentation, content, outreach, and community support stitched together, and a content creation pipeline that ends in an X thread or Telegram announcement. The skills are written to be portable rather than tied to one runtime. The README lists OpenClaw, Hermes, Custom GPTs, Claude Projects, Cursor Agent, n8n, Flowise, LangChain, CrewAI, AutoGen, Telegram Bot API, Zapier, Make, Pipedream, Activepieces, and custom APIs as compatible targets. The project is MIT licensed and version 2.0.0 at the time of this README. The heavy focus is on crypto and token launch operations, so most of the example workflows assume that context.
Generated 2026-05-22 · Model: sonnet-4-6 · Verify against the repo before relying on details.