Skip to main content
These skills make any AI agent with the Replo connector as capable on a Replo project as the agent inside Replo. Install the whole set with one command:
That works with Claude Code, Cursor, Codex, OpenClaw, opencode, and other clients that support Agent Skills. Add --list to choose a subset, and run npx skills update later to pick up changes. Claude and ChatGPT users who connect Replo through the official directory already have them. Two ways an external agent works on a Replo project, and every skill says which it uses:
  1. Edit the site’s code directly. Every Replo site is a Next.js repo — resolve it with list_projectslist_sites, mint a key with create_api_key, clone per the Git docs, and edit with a local dev server. Publish with publish_site when the user asks.
  2. Ask a Replo session. Anything that needs Replo’s in-workspace tools — brand extraction, template library installs, integration reads — is one start_agent_session prompt away.
Each skill links to its source. They are written for an agent to read, not a person, so install them rather than following them by hand.