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 CitedyMIT0updated 5 hours ago

Source

git clone https://github.com/citedy/citedy-plugin

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

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

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

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": "hello@citedy.com",
    "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": "hello@citedy.com"
  },
  "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": "hello@citedy.com",
    "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"
  ]
}