Skip to content

feat: add You.com plugin marketplace entry#2093

Open
EdwardIrby wants to merge 1 commit into
MoonshotAI:mainfrom
youdotcom-oss:add-you-com-plugin
Open

feat: add You.com plugin marketplace entry#2093
EdwardIrby wants to merge 1 commit into
MoonshotAI:mainfrom
youdotcom-oss:add-you-com-plugin

Conversation

@EdwardIrby

Copy link
Copy Markdown

Summary

  • add the You.com plugin to the curated Kimi Code plugin marketplace
  • point the marketplace source at the repository root so Kimi detects .kimi-plugin/plugin.json

Validation

  • python -m json.tool plugins/marketplace.json
  • pnpm -C apps/kimi-code exec node scripts/build-plugin-marketplace-cdn.mjs --out-dir /tmp/kimi-plugin-marketplace-check

@changeset-bot

changeset-bot Bot commented Jul 23, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: d6e09a9

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 00c7ee4eef

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread plugins/marketplace.json Outdated
"description": "You.com skills for search, contents, research, finance, and integration discovery.",
"homepage": "https://docs.you.com",
"keywords": ["you.com", "mcp", "web-search", "research", "finance", "ard"],
"source": "https://github.com/youdotcom-oss/agent-skills"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Pin You.com source to a Kimi-ready ref

For this bare GitHub source, Kimi's installer resolves https://github.com/{owner}/{repo} by following /releases/latest before falling back to HEAD (packages/agent-core/src/plugin/github-resolver.ts), so selecting this row currently downloads the youdotcom@1.0.6 release archive, not main; that tag's root does not include .kimi-plugin/kimi.plugin.json (https://github.com/youdotcom-oss/agent-skills/tree/youdotcom%401.0.6), so install fails at manifest detection instead of installing the plugin. Pin the source to a ref that contains the Kimi manifest, e.g. /tree/main.

Useful? React with 👍 / 👎.

Comment thread plugins/marketplace.json Outdated
"source": "https://github.com/vercel/vercel-plugin"
},
{
"id": "you-com",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Match the marketplace id to the installed plugin

The You.com Kimi manifest declares name: "you" (https://raw.githubusercontent.com/youdotcom-oss/agent-skills/main/.kimi-plugin/plugin.json), and PluginManager.install() stores installed records under normalizePluginId(parsed.manifest.name); meanwhile the marketplace UI checks installed/update state by comparing entry.id with installed plugin ids. With id: "you-com", after a successful install it continues to show this marketplace row as installable and never offers future update badges for the installed you plugin; use id: "you" or update matching logic.

Useful? React with 👍 / 👎.

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
@EdwardIrby
EdwardIrby force-pushed the add-you-com-plugin branch from 00c7ee4 to d6e09a9 Compare July 23, 2026 06:48
@EdwardIrby

Copy link
Copy Markdown
Author

Addressed the review feedback:

  • changed marketplace id from you-com to you to match the Kimi plugin manifest name
  • pinned source to https://github.com/youdotcom-oss/agent-skills/tree/main so Kimi installs a ref containing .kimi-plugin/plugin.json

Validation rerun:

  • python -m json.tool plugins/marketplace.json
  • pnpm -C apps/kimi-code exec node scripts/build-plugin-marketplace-cdn.mjs --out-dir /tmp/kimi-plugin-marketplace-check

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant