NexAU
Python framework for building tool-calling autonomous workflows
All Skills in This Repository (3)
Pure Emerald Level Indicatorsalgorithmic-art
Generate reproducible p5.js algorithmic art with seeded randomness and configurable parameters.
Extract text, tables, and metadata from PDF documents.
pptx
Analyze, create, edit, and validate PPTX presentations including HTML-to-PPTX conversion workflows.
Frequently Asked Questions
FAQPage SchemaHow to install NexAU?▼
Run `npx skills add nex-agi/NexAU --all -g -y` in your terminal to install all skills in this suite globally.
What is NexAU used for?▼
NexAU is a Python framework for building autonomous workflows that combine a language model, a system prompt, and tools like file editing, web search, and shell commands. You define behavior in YAML or Python and run it via CLI or code.
Which model providers does NexAU support?▼
It works with OpenAI Chat Completions, OpenAI Responses, Anthropic, and Gemini through a unified streaming layer, and includes automatic failover to backup providers.
Does NexAU support session persistence?▼
Yes. It stores conversation history and state in SQLite, PostgreSQL, MySQL, JSONL files, or a remote API, so runs can resume across restarts.
Can I create custom skills in NexAU?▼
Yes. The bundled skill-creator guides you through writing a SKILL.md with scripts, references, and assets, then validates and packages it for reuse.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core