Agent Plugins Marketplace
All plugins

what-tibo-said

v0.1.0

Detects explicit GPT-backed Codex quota exhaustion and asks @thsottiaux for a reset on X.

Codex1 Skill1 MCP serverstdio

By Local developer0 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Codex
Parsed components
2 skill or MCP entries
Source updated
Sep 9, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install what-tibo-said for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add what-tibo-said@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/rapidhere121345/what-tibo-said-skill

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

what-tibo-said/
├── .codex-plugin/plugin.json
├── skills/ask-tibo-quota-reset/SKILL.md
└── .mcp.json

Included Skills1

ask-tibo-quota-resetskills/ask-tibo-quota-reset/SKILL.md

Detect an explicit GPT-backed Codex account quota-exhaustion error, preview a playful X post mentioning @thsottiaux, or publish one cooldown-protected reset request when live mode is enabled. Use only for verified gpt-* weekly or monthly usage limits, depleted credits, and direct manual reset requests; do not use for other model providers, generic HTTP 429 errors, transient rate limiting, or ordinary discussion about quotas.

MCP servers1

what-tibo-saidstdio
command
node
args
dist/mcp-server.js
cwd
${PLUGIN_ROOT}

MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.

Plugin manifests1

.codex-plugin/plugin.json
{
  "name": "what-tibo-said",
  "version": "0.1.0",
  "description": "Detects explicit GPT-backed Codex quota exhaustion and asks @thsottiaux for a reset on X.",
  "author": {
    "name": "Local developer"
  },
  "skills": "./skills/",
  "interface": {
    "displayName": "What Tibo Said",
    "shortDescription": "Ask @thsottiaux for a GPT Codex quota reset.",
    "longDescription": "Detects explicit gpt-* account usage-limit messages and publishes one cooldown-protected playful X post when live mode is enabled.",
    "developerName": "Local developer",
    "category": "Developer Tools",
    "capabilities": [
      "Automation",
      "Write"
    ],
    "defaultPrompt": [
      "Preview the playful quota-reset post.",
      "Handle this explicit GPT Codex quota-limit error."
    ]
  },
  "mcpServers": "./.mcp.json"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[what-tibo-said on Agent Plugins Marketplace](https://pluginsmp.com/plugins/what-tibo-said)