Configure mjr.wtf safely via environment variables and .env files.
Scanned 2/12/2026
Install via CLI
openskills install majiayu000/claude-skill-registry---
name: configuration-env
description: Configure mjr.wtf safely via environment variables and .env files.
license: MIT
compatibility: Requires bash, git, and Go tooling.
metadata:
repo: mjrwtf
runner: github-copilot-cli
version: 1.1
allowed-tools: Bash(git:*) Bash(make:*) Bash(go:*) Read
---
## Primary references
- `.env.example` (template)
- README “Configuration” + “Authentication”
## Core variables
- `DATABASE_URL` (required): SQLite database file path (e.g. `./database.db`)
- `AUTH_TOKENS` (recommended): comma-separated bearer tokens
- `AUTH_TOKEN` (legacy): single bearer token
- `BASE_URL` (recommended): base URL used when constructing short links
## Security-sensitive settings
- `SECURE_COOKIES=true` in production behind HTTPS.
- `ALLOWED_ORIGINS`: set explicit origins in production.
- `METRICS_AUTH_ENABLED=true` if `/metrics` should not be public.
No comments yet. Be the first to comment!
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.