blog-admin
| type | source | title / content | status | date |
|---|
| source | status | date |
|---|
How to connect a Claude Code project to this inbox.
// step 1 — add skill to project
Add this line to the project's CLAUDE.md:
The skill is loaded automatically on every Claude Code session in that project.
// step 2 — request pairing
In the project's Claude Code session, run:
If BLOG_ADMIN_TOKEN is not set, the skill will send a pairing request automatically and give you the pairing_id.
Or manually: curl -s -X POST https://blog-admin.0xkaz.com/api/pair -H "Content-Type: application/json" -d '{"source":"project-name"}'
// step 3 — approve here
Go to the pairs tab → click approve.
The token is shown once — copy it immediately.
// step 4 — set token in project env
Add to the project's .env or Claude Code environment settings.
// usage
Notes land in the inbox tab of this UI.
| source | status | date |
|---|