Riley Personal Brand Paperclip

This folder runs an isolated Paperclip instance for Riley's personal brand. It does not use the global ~/.paperclip/default instance and does not touch the separate Telegram or Claude setup.

Brand Alignment

This workspace is for Riley Vahed's personal brand and The Creator Fastlane.

Default positioning:

Canonical voice and positioning files:

Start

./run-paperclip.sh

UI: http://127.0.0.1:3101

Current Instance

Production Status

Production status as of 2026-03-15:

Security state:

VPS Access

Open the private VPS UI tunnel from this Mac:

./scripts/open_paperclip_vps_ui.sh

Close the local tunnel:

./scripts/close_paperclip_vps_ui.sh

When the tunnel is open, the UI is available at:

Direct server access:

Resume State

Latest known-good state as of 2026-03-15:

Most recent strategic signal:

Fast restart tomorrow:

./run-paperclip.sh

Then open:

If using the VPS instead of local-only Paperclip:

./scripts/open_paperclip_vps_ui.sh

Then open:

Seeded Structure

Useful Commands

Open the production UI through the SSH tunnel:

./scripts/open_paperclip_vps_ui.sh

Check public bot health:

curl https://bot.founderfastlane.com/healthz

Check Telegram webhook state:

source .bot-bridge.env
curl "https://api.telegram.org/bot${TELEGRAM_BOT_TOKEN}/getWebhookInfo"

Pull VPS outputs into this repo and the Obsidian/iCloud copy:

./scripts/sync_vps_outputs_to_obsidian.sh

Install a background Mac sync every 5 minutes:

./scripts/install_obsidian_sync_launch_agent.sh

Install the background YouTube research worker every 5 minutes:

./scripts/install_youtube_research_launch_agent.sh

List issues:

source .paperclip/.env
npx paperclipai issue list -C 8444b6e9-2073-45f3-93ec-0bd2a23ad9ec

List agents:

source .paperclip/.env
npx paperclipai agent list -C 8444b6e9-2073-45f3-93ec-0bd2a23ad9ec

Generate local agent exports without installing global skills:

source .paperclip/.env
npx paperclipai agent local-cli newsletter-writer -C 8444b6e9-2073-45f3-93ec-0bd2a23ad9ec --no-install-skills

Notes