Skip to content
Power SEO Bot edited this page Feb 27, 2026 · 1 revision

@power-seo/ai API

LLM-Agnostic Prompts

Works with any LLM:

import { buildMetaDescriptionPrompt } from '@power-seo/ai';

const prompt = buildMetaDescriptionPrompt({
  title: 'My Article',
  content: articleHtml,
  keyphrase: 'keyword',
});

// Works with OpenAI, Anthropic, Gemini, etc
const response = await anyLLM(prompt);

AI-assisted SEO.

Clone this wiki locally