ads-audit
Full multi-platform paid advertising audit with parallel subagent delegation. Analyzes Google Ads, Meta Ads, LinkedIn Ads, TikTok Ads, and Microsoft Ads…
Deploy a Relay MCP server to the user's own Railway account, giving Claude read/write access to their Obsidian vault via the Relay.md sync protocol. Bundled source ships inside the skill — no separate repo clone needed. The user only pastes a Railway account token; the relay
$ npx -y skills add naveedharri/benai-skills --skill os-mcp --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/os-mcpContext preview
The summary Claude sees to decide when to auto-load this skill.
Deploy a Relay MCP server to the user's own Railway account, giving Claude read/write access to their Obsidian vault via the Relay.md sync protocol. Bundled source ships inside the skill — no separate repo clone needed. The user only pastes a Railway account token; the relay
name: os-mcp description: Deploy a Relay MCP server to the user's own Railway account, giving Claude read/write access to their Obsidian vault via the Relay.md sync protocol. Bundled source ships inside the skill — no separate repo clone needed. The user only pastes a Railway account token; the relay vault and folders inside it are auto-discovered after they OAuth in. Use when the user wants to "set up the os MCP", "deploy relay MCP to railway", "self-host the obsidian MCP server", or "give Claude access to my Obsidian vault". disable-model-invocation: true
This skill deploys the Relay MCP v2 server to the user's own Railway account. The MCP source is bundled at `${CLAUDE_PLUGIN_ROOT}/skills/os-mcp/reference/relay-mcp-server/` — copy from there, do not fetch from anywhere else. The deployed server lets Claude clients (Claude Code or claude.ai) read/write the user's Obsidian vault by talking to the Relay.md sync protocol.
**One thing: a Railway account token** — created at `https://railway.com/account/tokens`.
That's it. After deploy, the user signs in with their Relay.md credentials via OAuth; the MCP then auto-discovers their relay vault and the folders inside it via PocketBase. No vault GUIDs, no folder maps.
| Var | Source | Value | |-----|--------|-------| | `RELAY_API_URL` | preset | `https://api.system3.md` | | `PB_AUTH_URL` | preset | `https://auth.system3.md` | | `PB_COLLECTION` | preset | `users` | | `DATA_DIR` | preset | `/data` | | `PORT` | preset | `3000` | | `JWT_SECRET` | auto-generated | `openssl rand -hex 32` | | `STATIC_MCP_BEARER` | auto-generated | `openssl rand -hex 24` | | `ALLOWED_EMAILS` | preset | *blank* (any authenticated Relay.md user) | | `RELAY_AUTH_TOKEN` | preset | *blank* (OAuth-only; no static fallback) | | `RELAY_ID` | not set | *auto-discovered at runtime per user* | | `PUBLIC_URL` | derived | from `railway domain` after first deploy |
Save the generated `STATIC_MCP_BEARER` in the chat for the user — they'd use it for any CLI/script access bypassing OAuth.
If the user has multiple Relay vaults, the MCP auto-picks the first one. They can call the `vault_relays` tool after connecting to see which is active and pin a different one by setting `RELAY_ID` in `railway variables`.
---
Execute in order. Confirm each step before moving on.
railway --version
If missing:
Re-run to confirm.
Tell the user:
> Open `https://railway.com/account/tokens`, click **Create Token**, name it `os-mcp-deploy`, copy the value, and paste it here.
When pasted:
export RAILWAY_API_TOKEN="<paste>" railway whoami
`railway whoami` should print the user's Railway email. If it errors, the token is wrong — ask them to regenerate.
cd "${CLAUDE_PLUGIN_ROOT}/skills/os-mcp/reference/relay-mcp-server"
# Create a new Railway project (interactive — let user pick name)
railway init
# Persistent volume for clients.json + sessions.enc
railway volume add --mount-path /data
# Upload source, build via Dockerfile, deploy
railway upWait for the deploy. Tail logs if useful: `railway logs`.
Generate the secrets:
JWT_SECRET=$(openssl rand -hex 32) STATIC_MCP_BEARER=$(openssl rand -hex 24)
Set everything in one shot (note: `RELAY_ID` is intentionally NOT set — it auto-discovers):
railway variables \ --set "RELAY_API_URL=https://api.system3.md" \ --set "PB_AUTH_URL=https://auth.system3.md" \ --set "PB_COLLECTION=users" \ --set "DATA_DIR=/data" \ --set "PORT=3000" \ --set "JWT_SECRET=$JWT_SECRET" \ --set "STATIC_MCP_BEARER=$STATIC_MCP_BEARER"
Service auto-redeploys after `--set`. Wait for it to come back up.
railway domain # assigns + prints public domain
Copy the URL, then:
railway variables --set "PUBLIC_URL=https://<the-domain>" railway up # final redeploy so OAuth issuer/audience match
curl https://<the-domain>/health
Expect `200 OK` with JSON `{"status":"ok","version":"2.0.0",...}`.
Print these for the user:
**Claude Code:**
claude mcp add --transport http vault https://<the-domain>/mcp
**Claude.ai (web):** Settings → Connectors → Add custom connector → paste `https://<the-domain>/mcp`. Sign in with their Relay.md credentials when the OAuth window opens.
Also tell them: their `STATIC_MCP_BEARER` is `<value>` — keep it for any CLI/script access that needs to bypass OAuth.
In a fresh Claude conversation, ask Claude to call `vault_relays` (or have the user say "list my Relay vaults"). Expect at least one vault, with `*` next to the active one.
Then call `vault_folders` — expect a non-empty list of folder names. If empty, the user may not have folder access in that relay.
If the user has multiple relays and the wrong one is active, pin the right one:
railway variables --set "RELAY_ID=<the-vault-guid-from-vault_relays>"
(One redeploy and the next OAuth session will use that relay.)
---
**`railway whoami` fails after pasting Railway token.** Token expired or wrong scope. Regenerate at https://railway.com/account/tokens.
**Build fails with TypeScript errors.** Don't modify the bundled `package.json` / `tsconfig.json`. Re-copy fresh from `${CLAUDE_PLUGIN_ROOT}/skills/os-mcp/reference/relay-mcp-server/`.
**`/health` returns 5xx.** `railway logs` will name the missing env var (`assertRequiredConfig` lists what's missing on boot).
**`vault_relays` returns "No relays accessible to this user".** The signed-in Relay.md account doesn't o
Expert automation skills for Claude Code, organized by department.
Repo: naveedharri/benai-skills
Full multi-platform paid advertising audit with parallel subagent delegation. Analyzes Google Ads, Meta Ads, LinkedIn Ads, TikTok Ads, and Microsoft Ads…
Budget allocation and bidding strategy review across all ad platforms. Evaluates spend distribution, bidding strategy appropriateness, scaling readiness, and…
Competitor ad intelligence analysis across Google, Meta, LinkedIn, TikTok, and Microsoft. Analyzes competitor ad copy, creative strategy, keyword targeting,…
Cross-platform creative quality audit covering ad copy, video, image, and format diversity across all platforms. Detects creative fatigue, evaluates…
Google Ads deep analysis covering Search, Performance Max, Display, YouTube, and Demand Gen campaigns. Evaluates 74 checks across conversion tracking, wasted…
Landing page quality assessment for paid advertising campaigns. Evaluates message match, page speed, mobile experience, trust signals, form optimization, and…