codex-task

Submit tasks directly to Codex (gpt-5-codex) for processing.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/weside-ai/claude-code-plugin --skill codex-task-weside-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-task
Source: https://github.com/weside-ai/claude-code-plugin/tree/main/we/skills/codex-task
Command: npx skills add https://github.com/weside-ai/claude-code-plugin --skill codex-task-weside-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires openai/codex-plugin-cc, and includes scripts (resource) components.

What problem does it solve?

This Skill allows users to send tasks directly to Codex (gpt-5-codex) for processing, providing a fast and efficient way to leverage Codex's capabilities without the need for orchestration.

Core Features & Use Cases

  • Direct Task Submission: Send tasks to Codex for processing without the need for additional orchestration.
  • Background Execution: Run tasks in the background to allow for concurrent processing.
  • Use Case: Quickly process a task, such as generating a summary of a long document or translating text, directly from the command line.

Quick Start

Run the task 'Summarize the following text: "...' in the background by using the command '/we:codex-task --background "Summarize the following text: ..."'.

Frequently Asked Questions about codex-task

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

FAQPage Schema
How do I send tasks directly to Codex for background execution?

To send tasks to Codex for background execution, use the command-line interface to submit your request with the background flag. This allows concurrent processing of one-off tasks without requiring additional orchestration.

Do I need the Codex plugin to process tasks via command line?

Yes, you need the Codex plugin installed and configured correctly. Direct task submission to Codex relies entirely on this dependency to function and process your requests.

What is the best way to run one-off AI processing tasks without orchestration?

Running one-off AI processing tasks without orchestration is best handled by direct submission to Codex. This approach provides a fast, efficient way to leverage AI capabilities for simple tasks like summarizing documents or translating text.

Can I use Codex for concurrent task processing from the command line?

Yes, you can use Codex for concurrent task processing by utilizing the background execution option. This enables you to run multiple tasks simultaneously directly from the command line without blocking your workflow.

When should I not use direct Codex task submission for AI processing?

You should not use direct Codex task submission when your tasks require complex orchestration or integration with other tools. This approach is designed specifically for one-off tasks that operate independently.