Agent Plugins Marketplace
All plugins

citedy

v1.0.0

Create SEO and GEO articles, discover content gaps, and generate lead magnets through Citedy.

CodexClaude CodeAgent Plugins3 Skills1 MCP serverStreamable HTTP

By CitedyLicense: MIT0 GitHub starsUpdated last month

Directory evidence

Runtimes
Codex, Claude Code, and Agent Plugins
Parsed components
4 skill or MCP entries
Source updated
Aug 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 citedy 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 citedy@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/citedy/citedy-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

citedy/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── plugin.json
├── skills/citedy-article-publishing/SKILL.md
├── skills/citedy-content-gaps/SKILL.md
├── skills/citedy-lead-magnets/SKILL.md
└── .mcp.json

Included Skills3

citedy-article-publishingskills/citedy-article-publishing/SKILL.md

Generate, inspect, list, and safely publish SEO and GEO articles with Citedy. Use when the user explicitly wants Citedy to create an article draft, check article status, review recent articles, change Quick Publish defaults, or publish a selected draft.

citedy-content-gapsskills/citedy-content-gaps/SKILL.md

Generate and review SEO and GEO content-gap opportunities with Citedy. Use when the user explicitly wants to compare a product or site with one to five competitor URLs, find missing topics, or list previously saved Citedy content gaps.

citedy-lead-magnetsskills/citedy-lead-magnets/SKILL.md

Generate and retrieve Citedy lead magnets as checklists, swipe files, or frameworks. Use when the user explicitly wants a downloadable lead-generation asset, asks to check an existing Citedy lead-magnet job, or wants content tailored to a supported language and niche.

MCP servers1

citedyStreamable HTTP
url
https://openai.citedy.com/mcp

Plugin manifests3

.codex-plugin/plugin.json
{
  "name": "citedy",
  "version": "1.0.0",
  "description": "Create SEO and GEO articles, discover content gaps, and generate lead magnets through Citedy.",
  "author": {
    "name": "Citedy",
    "email": "[email protected]",
    "url": "https://www.citedy.com"
  },
  "homepage": "https://www.citedy.com",
  "repository": "https://github.com/Citedy/citedy-plugin",
  "license": "MIT",
  "keywords": [
    "seo",
    "geo",
    "content-marketing",
    "articles",
    "lead-magnets"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Citedy",
    "shortDescription": "Create search-ready content with Citedy.",
    "longDescription": "Generate and safely publish SEO and GEO articles, discover competitor content gaps, and create lead magnets with Citedy's OAuth-protected MCP integration.",
    "developerName": "Citedy",
    "category": "Marketing",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "websiteURL": "https://www.citedy.com",
    "privacyPolicyURL": "https://www.citedy.com/privacy",
    "termsOfServiceURL": "https://www.citedy.com/terms",
    "defaultPrompt": [
      "Create a draft SEO article about our product launch.",
      "Find content gaps between our site and these competitors.",
      "Generate a lead magnet checklist for SaaS onboarding."
    ],
    "brandColor": "#3B82F6",
    "composerIcon": "./assets/icon.png",
    "logo": "./assets/logo.png"
  },
  "mcpServers": "./.mcp.json"
}
.claude-plugin/plugin.json
{
  "name": "citedy",
  "version": "1.0.0",
  "description": "Create SEO and GEO articles, discover content gaps, and generate lead magnets through Citedy.",
  "author": {
    "name": "Citedy",
    "email": "[email protected]"
  },
  "homepage": "https://www.citedy.com",
  "repository": "https://github.com/Citedy/citedy-plugin",
  "license": "MIT",
  "keywords": [
    "seo",
    "geo",
    "content-marketing",
    "articles",
    "lead-magnets"
  ]
}
plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "citedy",
  "version": "1.0.0",
  "description": "Create SEO and GEO articles, discover content gaps, and generate lead magnets through Citedy's OAuth-protected MCP server.",
  "author": {
    "name": "Citedy",
    "email": "[email protected]",
    "url": "https://www.citedy.com"
  },
  "homepage": "https://www.citedy.com",
  "repository": "https://github.com/Citedy/citedy-plugin",
  "license": "MIT",
  "keywords": [
    "seo",
    "geo",
    "content-marketing",
    "articles",
    "lead-magnets",
    "mcp"
  ]
}

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

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