nowyourlink-agent-kit
v0.2.2Read public nowyourlink Spotlights and integration documentation.
By nowyourlink0 GitHub starsUpdated 6 days ago
Directory evidence
- Runtimes
- Codex and Agent Plugins
- Parsed components
- 5 skill or MCP entries
- Source updated
- Sep 18, 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 nowyourlink-agent-kit for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add nowyourlink-agent-kit@agent-plugin-marketplacePaste 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/ArneFfm/nowyourlink-agent-kitClone 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
├── .codex-plugin/plugin.json├── plugin.json├── skills/browse-spotlight-archive/SKILL.md├── skills/integrate-nowyourlink-api/SKILL.md├── skills/read-spotlights/SKILL.md└── .mcp.json
Included Skills3
Page through the settled nowyourlink Spotlight archive by date cursor or fetch up to ten known days in one batch call.
Set up the nowyourlink public API in a codebase with the JavaScript SDK, CLI, Python SDK, OpenAPI contract or MCP server.
Read current or historical public nowyourlink advertising Spotlights, page through settled days, and explain integration options. Use when asked who is featured on nowyourlink or to retrieve a Spotlight by date.
MCP servers2
- url
- https://nowyourlink.com/mcp
- url
- https://nowyourlink.com/mcp/docs
Plugin manifests2
{
"name": "nowyourlink-agent-kit",
"version": "0.2.2",
"description": "Read public nowyourlink Spotlights and integration documentation.",
"author": {
"name": "nowyourlink"
},
"skills": "./skills/",
"interface": {
"displayName": "nowyourlink Spotlights",
"shortDescription": "Read current and historical public Spotlights.",
"longDescription": "Anonymous, read-only access to nowyourlink advertising Spotlights and developer documentation.",
"developerName": "nowyourlink",
"category": "Productivity",
"capabilities": [],
"defaultPrompt": [
"Show the current nowyourlink Spotlight."
]
},
"mcpServers": "./.mcp.json",
"homepage": "https://nowyourlink.com/developers"
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "nowyourlink-agent-kit",
"version": "0.2.2",
"description": "Read current and settled nowyourlink advertising Spotlights and public integration documentation.",
"author": {
"name": "nowyourlink",
"url": "https://nowyourlink.com"
},
"homepage": "https://nowyourlink.com/developers",
"keywords": [
"spotlights",
"advertising",
"read-only",
"mcp"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[nowyourlink-agent-kit on Agent Plugins Marketplace](https://pluginsmp.com/plugins/nowyourlink-agent-kit)