Running your site
Teaching Claude how to use Puko
Two skills that make Claude better at running your site: how the connector works, and how the words on your page should be written.
The connector lets Claude reach your Puko account. A skill tells it how to use that access well: to read a page before changing it, to ask you before anything emails a customer, and never to put a claim on your page that you did not make.
Skills are a Claude feature. ChatGPT does not support them, and it gets the short version of the same rules from the connector itself, so there is nothing to install there.
The two skills
- Puko: everything the connector can do, what each action changes, what stays in the dashboard, and what to check when something does not work.
- Puko page copy: how each kind of section expects its words to be written, which sections suit which business, and the things a page must never say.
Install both. Each works on its own, but the first tells Claude to read the second before it writes anything that goes on your page.
Download the Puko page copy skill
Adding them to Claude
- Connect Puko first, if you have not. The skills describe the connector; without it there is nothing for them to do.
- In Claude, open Settings, then Capabilities, and find Skills.
- Upload each file exactly as it downloaded. Do not unzip it first.
- Make sure both are switched on. Claude reads them only when a conversation is about your Puko site, so they cost nothing the rest of the time.
In Claude Code
Unzip both into your skills folder and start a new session.
mkdir -p ~/.claude/skills && cd ~/.claude/skills
curl -fsSLO https://puko.page/skills/puko.zip && unzip -oq puko.zip && rm puko.zip
curl -fsSLO https://puko.page/skills/puko-page-copy.zip && unzip -oq puko-page-copy.zip && rm puko-page-copy.zipThe connector is added separately. Run this once, then type /mcp in a session to sign in.
claude mcp add --transport http puko https://puko.page/mcpKeeping them current
The skills change when the connector does. When Puko adds something Claude can do, download them again and replace the old ones. Uploading a skill with the same name in Claude replaces the earlier copy.
