fix(codex-plugin): update default example prompts with concrete use cases - #75
Closed
lxcong wants to merge 2 commits into
Closed
fix(codex-plugin): update default example prompts with concrete use cases#75lxcong wants to merge 2 commits into
lxcong wants to merge 2 commits into
Conversation
Ship the repo as a Codex plugin alongside the existing Claude Code
plugin and Skills-CLI paths:
- .codex-plugin/plugin.json: Codex manifest (skills + mcpServers +
interface metadata for the install UI)
- .codex-plugin/mcp.json: remote-HTTP MCP entry authenticated via MCP
OAuth (RFC 9728 discovery). Deliberately no oauth_resource: rmcp
already appends resource automatically and Codex would add it a
second time, which Clerk rejects as invalid_request
- .agents/plugins/marketplace.json: the repo is its own marketplace
(codex plugin marketplace add chainbase-labs/agentkey)
- release-please now bumps the Codex manifest version in lockstep
- AGENTS.md: accurate agent-facing repo guidance mirroring
.claude/CLAUDE.md
- Refresh plugin descriptions/keywords to the Product Hunt positioning
("one-stop live data marketplace") across both plugin manifests and
the Claude marketplace entry
- README/README_zh: document the Codex plugin install path
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…ases Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
Author
|
Superseded — branch was rebased onto main but GitHub failed to sync the PR head; reopening a fresh PR. |
lxcong
force-pushed
the
feat/codex-plugin
branch
from
July 23, 2026 07:48
d19f7ba to
b57673b
Compare
lxcong
added a commit
that referenced
this pull request
Jul 23, 2026
…ases (#76) ## Summary - Replace the 3 generic `defaultPrompt` examples in `.codex-plugin/plugin.json` with 5 concrete, scenario-driven prompts (Reddit trend research, Instagram post analysis, NVIDIA earnings reaction via Yahoo Finance + Google News, Taobao/JD/1688 price comparison, trending GitHub repos) Supersedes #75 (stale head after rebase onto main). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
defaultPromptexamples in.codex-plugin/plugin.jsonwith 5 concrete, scenario-driven prompts (Reddit trend research, Instagram post analysis, NVIDIA earnings reaction via Yahoo Finance + Google News, Taobao/JD/1688 price comparison, trending GitHub repos)🤖 Generated with Claude Code