Agent Plugins Marketplace
All plugins

tralalero

v3.1.0

Work Tralalero cards or complete PR-scoped work plans with atomic progress and review reporting.

CodexClaude CodeAgent Plugins1 Skill1 MCP serverStreamable HTTP

By YCSELicense: MIT0 GitHub starsUpdated 12 hours ago

Directory evidence

Runtimes
Codex, Claude Code, and Agent Plugins
Parsed components
2 skill or MCP entries
Source updated
Sep 23, 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 tralalero for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add tralalero@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/YCSE/tralalero-plugin

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

tralalero/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── plugin.json
├── skills/tralalero/SKILL.md
└── .mcp.json

Included Skills1

tralaleroskills/tralalero/SKILL.md

Use when working cards on a Tralalero workboard — reading a customer's change request, starting work, reporting back for review, or asking the customer a blocking question. Triggers on "Tralalero", "트랄랄레로", "workboard", "워크보드", "WB-1"/"WB-n", "카드 작업", "수정요청", "검수 요청", a canonical /work/{boardId}/cards/{cardId} path or tralalero.app work URL, and on any tralalero MCP tool (list_boards, list_cards, get_card, get_work_prompt, list_board_messages, get_thread, list_message_updates, list_updates, start_work, submit_for_review, add_comment, ask_customer, get_work_plan_scope, start_work_scope, submit_scope_for_review).

MCP servers1

tralaleroStreamable HTTP
url
https://tralalero.app/mcp

Plugin manifests3

.codex-plugin/plugin.json
{
  "name": "tralalero",
  "version": "3.1.0",
  "description": "Work Tralalero cards or complete PR-scoped work plans with atomic progress and review reporting.",
  "author": {
    "name": "YCSE",
    "url": "https://tralalero.app"
  },
  "homepage": "https://tralalero.app",
  "repository": "https://github.com/YCSE/tralalero-plugin",
  "license": "MIT",
  "keywords": [
    "tralalero",
    "workboard",
    "kanban",
    "mcp"
  ],
  "skills": "./skills/",
  "mcpServers": {
    "tralalero": {
      "type": "http",
      "url": "https://tralalero.app/mcp"
    }
  },
  "interface": {
    "displayName": "Tralalero Workboard",
    "shortDescription": "Implement and report customer workboard requests",
    "longDescription": "Connect an AI coding agent to a Tralalero workboard, follow per-card or PR-scoped long-running prompts, verify PASS checklists, and move every grouped card together for customer review.",
    "developerName": "YCSE",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "websiteURL": "https://tralalero.app",
    "defaultPrompt": [
      "Open my Tralalero workboard and help me complete a customer request."
    ],
    "brandColor": "#1557FF"
  }
}
.claude-plugin/plugin.json
{
  "name": "tralalero",
  "version": "3.1.0",
  "description": "Work Tralalero cards or complete PR-scoped work plans with atomic progress and review reporting.",
  "author": {
    "name": "YCSE",
    "url": "https://tralalero.app"
  },
  "homepage": "https://tralalero.app",
  "repository": "https://github.com/YCSE/tralalero-plugin",
  "license": "MIT",
  "keywords": [
    "tralalero",
    "workboard",
    "kanban",
    "mcp"
  ]
}
plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "tralalero",
  "version": "3.1.0",
  "description": "Work Tralalero cards or complete PR-scoped work plans with atomic progress and review reporting.",
  "author": {
    "name": "YCSE",
    "url": "https://tralalero.app"
  },
  "homepage": "https://tralalero.app",
  "repository": "https://github.com/YCSE/tralalero-plugin",
  "license": "MIT",
  "keywords": [
    "tralalero",
    "workboard",
    "kanban",
    "mcp"
  ]
}

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

[tralalero on Agent Plugins Marketplace](https://pluginsmp.com/plugins/tralalero)