Skip to content

Commit 21e874e

Browse files
authored
Add Taisly Agent Kit (#271)
* Add Taisly Agent Kit * Add Taisly Agent Kit * Add Taisly Agent Kit
1 parent 0fbca74 commit 21e874e

3 files changed

Lines changed: 33 additions & 3 deletions

File tree

.agents/plugins/marketplace.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2067,6 +2067,21 @@
20672067
"description": "Build, edit, validate, and self-heal n8n workflows with Synta MCP tools and Codex-ready workflow guidance.",
20682068
"icon": "./plugins/Synta-ai/n8n-mcp-codex-plugin-synta/assets/icon.png"
20692069
},
2070+
{
2071+
"name": "Taisly Agent Kit",
2072+
"displayName": "Taisly Agent Kit",
2073+
"description": "Publish short-form videos to TikTok, Instagram Reels, YouTube Shorts, X, and Facebook from Codex through Taisly.",
2074+
"category": "Tools & Integrations",
2075+
"source": "awesome-codex-plugins",
2076+
"platform": "codex",
2077+
"ecosystems": [
2078+
"codex"
2079+
],
2080+
"owner": "taisly",
2081+
"repo": "agent",
2082+
"url": "https://github.com/taisly/agent",
2083+
"install_url": "https://raw.githubusercontent.com/taisly/agent/HEAD/.codex-plugin/plugin.json"
2084+
},
20702085
{
20712086
"name": "task-scheduler",
20722087
"displayName": "Task Scheduler",

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,8 @@ Third-party plugins built by the community. [PRs welcome](#contributing)!
266266
- [Jenkins CLI](https://github.com/avivsinai/jenkins-cli) - GitHub CLI-style interface for Jenkins controllers with jobs, pipelines, runs, logs, artifacts, credentials, and nodes.
267267
- [Kachilu Browser](https://github.com/kachilu-inc/kachilu-browser) - Anti-bot-aware browser automation for AI agents with MCP tools, CAPTCHA-aware workflows, and WSL2 Windows browser support.
268268
- [KiCad Happy](https://github.com/aklofas/kicad-happy) - KiCad EDA skills for schematic analysis, PCB layout review, component sourcing, BOM management, and manufacturing preparation.
269-
- [Kreuzberg](https://github.com/kreuzberg-dev/plugins) - Local document extraction for 91+ formats with skills for CLI usage, OCR, table extraction, output formats, and a local MCP server.
270269
- [Kreuzberg Cloud](https://github.com/kreuzberg-dev/plugins) - Managed document extraction for Codex with API-key setup, presigned uploads, job tracking, webhook workflows, and usage guidance.
270+
- [Kreuzberg](https://github.com/kreuzberg-dev/plugins) - Local document extraction for 91+ formats with skills for CLI usage, OCR, table extraction, output formats, and a local MCP server.
271271
- [Kreuzcrawl](https://github.com/kreuzberg-dev/plugins) - Web crawling and scraping for Codex with skills for single-page scraping, site crawls, URL mapping, and headless browser fallback.
272272
- [Langfuse Observability](https://github.com/avivsinai/langfuse-mcp) - Query traces, debug exceptions, analyze sessions, and manage prompts via MCP tools.
273273
- [Launch Fast](https://github.com/BlockchainHB/launchfast_codex_plugin) - Official Launch Fast plugin adapter for rapid SaaS deployment.
@@ -294,6 +294,7 @@ Third-party plugins built by the community. [PRs welcome](#contributing)!
294294
- [SEO Dungeon](https://github.com/avalonreset/seo-dungeon) - Gamified local SEO audits that turn website issues into 16-bit dungeon battles for Codex, Claude, and Gemini CLI workflows.
295295
- [sitemd](https://github.com/sitemd-cc/sitemd) - Build websites from Markdown via MCP — 22 tools for creating pages, generating content, validating, running SEO audits, configuring settings, and deploying static sites to Cloudflare Pages.
296296
- [Synta MCP](https://github.com/Synta-ai/n8n-mcp-codex-plugin-synta) - Build, edit, validate, and self-heal n8n workflows with Synta MCP tools and Codex-ready workflow guidance.
297+
- [Taisly Agent Kit](https://github.com/taisly/agent) - Publish short-form videos to TikTok, Instagram Reels, YouTube Shorts, X, and Facebook from Codex with the Taisly MCP server and bundled social media posting skill.
297298
- [Task Scheduler](https://github.com/6Delta9/task-scheduler-codex-plugin) - OpenAI Codex plugin and local MCP server for turning task lists into realistic schedules with blocked dates, capacity overrides, overflow tracking, and markdown planning output.
298299
- [Thermal-Fluid Research Workflow](https://github.com/hanhuark/mechanical-engineering-research-skill) - Thermal-fluid mechanical engineering research workflow for literature review, technical writing, data analysis, presentations, proposals, coding, and AI/ML tools.
299300
- [TokRepo Search](https://github.com/henu-wang/tokrepo-codex-plugin) - Search and install AI assets from TokRepo with a bundled skill and MCP server for Codex.

plugins.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
33
"name": "awesome-codex-plugins",
44
"version": "1.0.0",
5-
"last_updated": "2026-07-05",
6-
"total": 150,
5+
"last_updated": "2026-07-06",
6+
"total": 151,
77
"categories": [
88
"Development & Workflow",
99
"Tools & Integrations"
@@ -1409,6 +1409,20 @@
14091409
"source": "awesome-codex-plugins",
14101410
"install_url": "https://raw.githubusercontent.com/Synta-ai/n8n-mcp-codex-plugin-synta/HEAD/.codex-plugin/plugin.json"
14111411
},
1412+
{
1413+
"name": "Taisly Agent Kit",
1414+
"url": "https://github.com/taisly/agent",
1415+
"owner": "taisly",
1416+
"repo": "agent",
1417+
"description": "Publish short-form videos to TikTok, Instagram Reels, YouTube Shorts, X, and Facebook from Codex through Taisly.",
1418+
"category": "Tools & Integrations",
1419+
"source": "awesome-codex-plugins",
1420+
"install_url": "https://raw.githubusercontent.com/taisly/agent/HEAD/.codex-plugin/plugin.json",
1421+
"platform": "codex",
1422+
"ecosystems": [
1423+
"codex"
1424+
]
1425+
},
14121426
{
14131427
"name": "Task Scheduler",
14141428
"url": "https://github.com/6Delta9/task-scheduler-codex-plugin",

0 commit comments

Comments
 (0)