
Security News
RubyGems Adds Cooldown Feature to Bundler for Newly Published Gems
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.
builtwithcodex
Advanced tools
Publish a Codex skill to Built with Codex from Codex or the terminal.
Publish the current skill repo:
npm i -g builtwithcodex
builtwithcodex --path "$PWD"
The global install also copies the Codex skill to:
~/.codex/skills/builtwithcodex
Attach docs/demo URL:
builtwithcodex \
--url "https://github.com/you/your-skill#readme" \
--repo-url "https://github.com/you/your-skill"
Publish from a GitHub skill repo URL:
builtwithcodex \
--repo-url "https://github.com/you/your-skill"
Install a marketplace skill into Codex:
npx --yes builtwithcodex install check-code
Human skill names work too:
npx --yes builtwithcodex install "Check Code"
You can also pass a skill page URL:
npx --yes builtwithcodex install "https://builtwithcodex.online/p/check-code"
Use a custom Built with Codex instance:
builtwithcodex \
--path "$PWD" \
--marketplace-url "https://launchboard.example.com"
Add explicit fields:
builtwithcodex \
--path "$PWD" \
--demo-url "https://github.com/you/your-skill#readme" \
--screenshot-url "https://raw.githubusercontent.com/you/your-skill/main/screenshot.png" \
--codex-skill-url "https://github.com/you/your-skill"
Preview without opening the browser:
builtwithcodex --path "$PWD" --no-open
After this package is published to npm, users can tell Codex:
Use the builtwithcodex npm package to publish this Codex skill.
The package opens a prefilled Built with Codex submit page. The user still signs in with GitHub and confirms publish, so ownership, limits, and payments stay enforced by the marketplace.
By default, the package opens:
https://builtwithcodex.online
The npm package includes the Codex skill files under:
skill/
That makes the package both a CLI and a distributable skill payload.
FAQs
Publish Codex skills to Built with Codex from Codex or the terminal.
We found that builtwithcodex demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.

Security News
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.