
grimoire-of-tools
Updated todayby SHENG5411
Axiomantic Spellbook: Multi-Platform AI Assistant Skills & Workflows
Serious engineering. Also fun. The Axiomantic Spellbook is your forge for crafting, deploying, and managing multi-platform AI assistant skills and workflows. Think of it as a developer-friendly arsenal of reusable, intelligent "spells" that turn any AI assistant—from OpenAI to Claude—into a powerhouse of productivity. No more hooking up cobbled-together scripts. No more reinventing the wheel for every new automation. This repository provides the frameworks, examples, and tooling to build AI workflows that are robust, scalable, and genuinely delightful to create.
Table of Contents
- Why a Spellbook? The Philosophy
- Core Features & Spells
- Architecture: How the Magic Works
- Installation & Setup
- Example Profile Configuration
- Example Console Invocation
- API Integrations: OpenAI & Claude
- Emoji OS Compatibility Table
- Responsive UI & Multilingual Support
- 24/7 Customer Support (Auto-Magic)
- Disclaimer
- License
Why a Spellbook? The Philosophy
In the world of AI, every developer is a mage. You have incantations (prompts), wands (APIs), and the ether (the cloud). But without a Spellbook, you are just waving your hands aimlessly. This project gives you a structured grimoire of pre-crafted skills and workflows that you can mix, match, and modify. It is designed for serious engineering: the spells handle error states, provide caching, respect rate limits, and produce consistent output. But it is also fun: you can create a "spell" that writes haikus about your CI/CD pipeline, or one that translates slack messages into pirate speak.
The core idea is reusability. Each "spell" is a self-contained unit of AI logic that can be invoked via CLI, API, or embedded directly into your application. Workflows chain these spells together like a beautiful, functional pipeline. Whether you are automating customer support, generating code documentation, or creating a personal assistant that actually remembers your coffee order, the Spellbook has a recipe for it.
Core Features & Spells
🚀 Modular Skill Architecture – Every spell is a standalone module with its own config, prompt, and output parser. Swap them in and out like LEGO blocks.
🔮 Workflow Orchestrator – Chain multiple spells. Example: Summarize Email -> Extract Action Items -> Create Jira Ticket.
🧠 Multi-Engine Support – Plug in OpenAI (GPT-4, GPT-3.5) or Claude (Claude 3 Opus, Sonnet) with a single line of configuration.
🛠 CLI & SDK – Invoke spells from your terminal or import them directly into Python/Node.js projects.
📄 Rich Output Formats – JSON, Markdown, plain text, or custom templates. Your data, your way.
🔐 Enterprise-Grade Caching – Results are cached based on input hash. Reduce API costs and latency by up to 70%.
🌍 Multilingual Spell Definitions – Write spells in any language. The engine auto-detects input language and configures the AI accordingly.
Architecture: How the Magic Works
Below is a simplified architecture diagram for the Spellbook engine (using Mermaid):
graph TD
A[User Invocation] --> B(Spellbook CLI/SDK)
Related servers

n8n
Updated todayby n8n-io
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

mcp-server-fetch
OfficialUpdated 14d agoA Model Context Protocol server providing tools to fetch and convert web content for usage by LLMs

@modelcontextprotocol/server-everything
OfficialUpdated 14d agoMCP server that exercises all the features of the MCP protocol