npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@laitszkin/apollo-toolkit

v2.14.2

Published

Apollo Toolkit npm installer for managed skill copying across Codex, OpenClaw, and Trae.

Downloads

3,925

Readme

Apollo Toolkit Skills

A curated skill catalog for Codex, OpenClaw, Trae, and Claude Code with a managed installer that keeps the toolkit in ~/.apollo-toolkit and copies each skill into the targets you choose.

Included skills

  • align-project-documents
  • analyse-app-logs
  • archive-specs
  • answering-questions-with-research
  • commit-and-push
  • codex-memory-manager
  • deep-research-topics
  • develop-new-features
  • discover-edge-cases
  • docs-to-voice
  • exam-pdf-workflow
  • document-vision-reader
  • enhance-existing-features
  • feature-propose
  • financial-research
  • read-github-issue
  • generate-spec
  • harden-app-security
  • improve-observability
  • jupiter-development
  • katex
  • learn-skill-from-conversations
  • learning-error-book
  • marginfi-development
  • maintain-project-constraints
  • maintain-skill-catalog
  • novel-to-short-video
  • open-github-issue
  • open-source-pr-workflow
  • openai-text-to-image-storyboard
  • openclaw-configuration
  • recover-missing-plan
  • record-spending
  • resolve-review-comments
  • review-change-set
  • review-codebases
  • scheduled-runtime-health-check
  • shadow-api-model-research
  • solana-development
  • submission-readiness-check
  • systematic-debug
  • text-to-short-video
  • version-release
  • video-production
  • weekly-financial-event-report

Install with npm or npx

Recommended

npx @laitszkin/apollo-toolkit

The interactive installer:

  • shows a branded Apollo Toolkit terminal welcome screen with a short staged reveal
  • installs a managed copy into ~/.apollo-toolkit
  • lets you multi-select codex, openclaw, trae, claude-code, or all
  • copies ~/.apollo-toolkit/<skill> into each selected target
  • removes stale previously installed skill directories that existed in the previous installed version but no longer exist in the current package skill list
  • replaces legacy symlink-based installs created by older Apollo Toolkit installers with real copied directories

Global install

npm i -g @laitszkin/apollo-toolkit
apltk
apollo-toolkit

Global install 後,apltkapollo-toolkit 都會啟動同一個 Apollo Toolkit CLI。直接執行 apltk 會打開互動安裝頁,並在互動模式下先檢查 npm registry 是否有新版可用;若有,CLI 會先詢問,再自動執行全域更新。

Non-interactive install

npx @laitszkin/apollo-toolkit codex
npx @laitszkin/apollo-toolkit claude-code
npx @laitszkin/apollo-toolkit codex openclaw
npx @laitszkin/apollo-toolkit all

Optional overrides

APOLLO_TOOLKIT_HOME=~/custom-toolkit npx @laitszkin/apollo-toolkit codex
CODEX_SKILLS_DIR=~/custom-codex-skills npx @laitszkin/apollo-toolkit codex
OPENCLAW_HOME=~/.openclaw npx @laitszkin/apollo-toolkit openclaw
TRAE_SKILLS_DIR=~/.trae/skills npx @laitszkin/apollo-toolkit trae
CLAUDE_CODE_SKILLS_DIR=~/.claude/skills npx @laitszkin/apollo-toolkit claude-code

Local installer scripts

Installers still live in scripts/ for local repository usage and curl / iwr installation:

  • macOS/Linux: scripts/install_skills.sh
  • Windows (PowerShell): scripts/install_skills.ps1

Local usage

./scripts/install_skills.sh
./scripts/install_skills.sh codex
./scripts/install_skills.sh openclaw
./scripts/install_skills.sh trae
./scripts/install_skills.sh all
./scripts/install_skills.ps1
./scripts/install_skills.ps1 codex
./scripts/install_skills.ps1 all

Curl / iwr one-liners

curl -fsSL https://raw.githubusercontent.com/LaiTszKin/apollo-toolkit/main/scripts/install_skills.sh | bash
curl -fsSL https://raw.githubusercontent.com/LaiTszKin/apollo-toolkit/main/scripts/install_skills.sh | bash -s -- codex
irm https://raw.githubusercontent.com/LaiTszKin/apollo-toolkit/main/scripts/install_skills.ps1 | iex

In curl / iwr mode, the scripts clone or update the managed toolkit copy under ~/.apollo-toolkit by default. Override with APOLLO_TOOLKIT_HOME if you need a different location.

External dependency skills

The install commands below were checked with the Skills CLI unless otherwise noted.

| Skill name | Used by | Author / producer | Install command / note | | --- | --- | --- | --- | | pdf | deep-research-topics, exam-pdf-workflow, financial-research, learning-error-book, weekly-financial-event-report | OpenAI (openai/skills) | npx skills add openai/skills@pdf -g -y | | doc | deep-research-topics (optional Word output) | OpenAI (openai/skills) | npx skills add openai/skills@doc -g -y | | slides | deep-research-topics (optional slide output) | OpenAI (openai/skills) | npx skills add openai/skills@slides -g -y | | spreadsheet | record-spending | OpenAI (openai/skills) | npx skills add openai/skills@spreadsheet -g -y | | skill-creator | learn-skill-from-conversations | OpenAI (openai/skills) | npx skills add openai/skills@skill-creator -g -y | | remotion-best-practices | novel-to-short-video, video-production | Remotion (remotion-dev/skills) | npx skills add remotion-dev/skills@remotion-best-practices -g -y | | code-simplifier | open-source-pr-workflow | Sentry (getsentry/skills) | npx skills add getsentry/skills@code-simplifier -g -y |

Compatibility note:

  • generate-spec is a local skill used by develop-new-features and enhance-existing-features.
  • recover-missing-plan is a local skill used by enhance-existing-features and ship-github-issue-fix when a referenced docs/plans/... spec set is missing or archived.
  • maintain-skill-catalog can conditionally use find-skills, but its install source is not verified in this repository, so it is intentionally omitted from the table.
  • read-github-issue uses GitHub CLI (gh) directly for remote issue discovery and inspection, so it does not add any extra skill dependency.

Release publishing

GitHub Releases can publish the npm package automatically through npm Trusted Publishing.

Before the workflow can succeed, configure the npm package to trust this GitHub repository and the publish workflow. After that, creating a GitHub Release will trigger .github/workflows/publish-npm.yml and run npm publish --provenance --access public.

Notes

  • This repository is intended for personal toolkit curation and experimentation.
  • Skill folders are stored as regular files, not git submodules.