toraseo-codex-workflow

Coordinate Codex-based workflows for ToraSEO tasks with handshake verification.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/Magbusjap/toraseo --skill toraseo-codex-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: toraseo-codex-workflow
Source: https://github.com/Magbusjap/toraseo/tree/main/toraseo-codex-workflow
Command: npx skills add https://github.com/Magbusjap/toraseo --skill toraseo-codex-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Codex-side package provides a dedicated workflow for ToraSEO tasks, including the Codex bridge handshake, while keeping the main product behavior clearly separated from Claude workflows.

Core Features & Use Cases

  • Codex handshake: validates Codex can connect to the ToraSEO MCP surface and that the Codex workflow instructions are available.
  • Task-scoped guidance: loads targeted references on demand without bloating the entry point.
  • Safe, layered execution: preserves evidence-first results and keeps integration logic isolated from the user-facing prompt.

Quick Start

Copy this folder into your Codex skills directory, restart Codex, and run verify_codex_workflow_loaded(token="codex-workflow-v1-2026-04-29").

Frequently Asked Questions about toraseo-codex-workflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify a Codex workflow handshake with an MCP server?

A Codex workflow handshake validates that Codex can connect to the ToraSEO MCP surface and that workflow instructions are loaded. You verify this by running the token-based handshake check to confirm the bridge path is active.

What is the best way to separate workflow instructions from UI prompts in Codex?

Separating workflow instructions from UI prompts is achieved through a layered execution design that keeps integration logic isolated from user-facing text, preserving evidence-first results without bloating the entry point.

How do I load targeted references on demand for a Codex task?

Loading targeted references on demand uses task-scoped guidance to fetch specific context only when needed. This prevents bloating the entry point while supplying the necessary SEO policy or runtime provider details.

Can I use Codex for MCP server tasks and release hardening?

Yes, Codex can participate in MCP server tasks, runtime provider flows, smoke tests, and release hardening. The workflow applies whenever Codex is asked to operate within the ToraSEO codebase.

Does the Codex workflow support SEO policy discussions?

The Codex workflow supports SEO policy discussions by loading reference guidance to direct Codex actions. It ensures evidence-first results are maintained throughout the policy integration process.

Why is my Codex workflow not loading after copying the folder?

If the Codex workflow is not loading, you likely need to restart Codex after copying the folder into the skills directory, then run the verification token to confirm the handshake and reference load succeeded.