GhostfeedGhostfeed MCPv5.3.0
Skills

Install

Install the Ghostfeed agent skills once; they work across every skills-CLI agent.

Install every Ghostfeed skill, then choose your agents and scope at the prompt:

Terminal
npx skills add ghostfeed-ai/skills --skill '*'

The wildcard selects every Ghostfeed skill in the package. Global installs land in the shared ~/.agents/skills/ directory, which Claude Code, Codex, Cursor, Grok Build, and the rest of the skills CLI's 70+ agents read.

No Node? Download the complete skill bundle:

Terminal
curl -LsS https://api.github.com/repos/ghostfeed-ai/skills/tarball/main \
  -o ghostfeed-skills.tar.gz