Provides simple script for safely starting the server. Use whenever you need to start ./cmd/reddit-server. Ex - "start the server..." "Debug the frontend...".
Scanned 9/8/2026
Install to Claude Code
npx -y skills add mattnigh/skills_collection --skill collection --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Collection?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/mattnigh-collection-25425101)More formats (shields.io, HTML) on the badges page.
---
name: start-reddit-server
description: Provides simple script for safely starting the server. Use whenever you need to start ./cmd/reddit-server. Ex - "start the server..." "Debug the frontend...".
---
# start-reddit-server
## Overview
To start the server call bash(./.claude/skills/start-reddit-server/scripts/start-reddit-server.sh).
Access it localhost:8080. Use gDU5S8l8BH8sCkJ3bC6t4SMYIxlrLlYB for the API key. It's a test key. For example:
```
curl -H "Authorization: Bearer gDU5S8l8BH8sCkJ3bC6t4SMYIxlrLlYB" http://localhost:8080/api/v1/user/me
```
## Logs
find logs in /logs/reddit-server-$(date +%Y%m%d-%H%M%S).logIs this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!