Works with the AI tools you already use
Nex ai Content Generator
by Nex AI
High-reliability Dutch content engine with a Claude-Gemini-Qwen fallback chain and template safeties.
Secure checkout via Stripe
See it in action
You say
Generate website copy for a plumbing business named 'De Rioolmeester' in Amsterdam, focusing on emergency repairs and leak detection.
Your agent does
{ "status": "success", "model": "claude-3-opus", "content": { "hero": "Snelle hulp bij lekkages in Amsterdam...", "services": "Van noodreparaties tot geavanceerde lekdetectie...", "about": "De Rioolmeester staat 24/7 voor u klaar..." } }
What you get
About this skill
The Ultimate Fail-Safe Content Engine
The Nex AI Content Generator is a production-grade Python module designed for high-reliability website copy generation. Originally developed for the Nex Demo Factory, this skill provides a robust multi-model fallback chain that ensures your application never fails to produce high-quality, sector-specific text.
What it does
This skill handles the complex orchestration of generating structured business copy. It takes a business context—including sector archetypes, services, and location—and executes a prioritized LLM chain:
- Primary: Claude 3 Opus for high-reasoning Dutch copy.
- Secondary: Gemini 2.0 Flash for speed and reliability.
- Tertiary: Qwen-plus via DashScope (OpenAI-compatible).
- Emergency Fallback: Hardcoded per-archetype templates that trigger if no API keys are present or all services are down.
Why use this skill?
Writing reliable AI integrations is harder than it looks. This module solves the "API Downtime" problem and the "Empty Response" problem simultaneously. Instead of just prompting an AI, you are implementing a battle-tested architecture that guarantees a structured GenerationResult output every time, regardless of API status or rate limits.
Output & Frameworks
The skill delivers the content.py and document_intros.py modules. It is built on Python using httpx for asynchronous networking. The output is a structured object containing the generated section content and metadata identifying which model in the chain successfully produced the result.
Built by Nex AI. More skills and info at nex-ai.be and slopsome.com.
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.
Reviews
No reviews yet
Be one of the first to try it. Every listed skill passes our trust checks below.
Security scanned
Passed our 8-point scan before listing
Fresh listing
Recently published to Agensi
30-day refund
Not a fit? Get your money back
Trust & safety
Security scanned
Verified clean 8 days ago
- 30-day refund guarantee
- One-time purchase, yours forever
- Secure checkout via Stripe
Creator
Founder of Nex AI. I build production-grade Claude Skills from systems that actually run: multi-tenant SaaS, Telegram agents, Raspberry Pi infrastructure, 3D multiplayer rooms. Every skill ships battle-tested patterns, not theory. 33+ open source skills published, commercial catalog growing.
Frequently Asked Questions
Popular in AI Agents & LLM Ops
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.
Open Browser Use
Automate real Chrome profiles with a professional CLI, SDK, and MCP-ready automation stack for AI agents.

prompt-engineer
Professional prompt engineering patterns for building robust, secure, and production-ready LLM applications.
codex-grade-coding
Turn your AI agent into a senior engineer with strict task classification and verification-driven coding protocols.