Configuration PromptElo

VérifiéSûr

Guide l'utilisateur dans la configuration interactive des paramètres PromptElo : choix du mode serveur (mondial ou auto-hébergé) et de l'identité (anonyme ou nom d'utilisateur). Idéal pour finaliser l'installation initiale ou modifier les réglages existants.

Spar Skills Guide Bot
DeveloppementDébutant
12002/06/2026
Claude Code
#promptelo#configuration#setup#self-hosted

Recommandé pour

Notre avis

Configurez interactivement les paramètres de PromptElo, notamment le mode serveur et l'identité.

Points forts

  • Configuration interactive guidée
  • Prise en charge du mode auto-hébergé
  • Gestion des identifiants anonymes ou personnalisés

Limites

  • Nécessite que PromptElo soit installé
  • La configuration est limitée aux options présentées
  • Le déploiement auto-hébergé nécessite des étapes manuelles supplémentaires
Quand l'utiliser

Utilisez cette compétence lorsque vous devez configurer PromptElo pour la première fois ou modifier ses paramètres de base.

Quand l'éviter

Ne l'utilisez pas si vous cherchez à utiliser PromptElo sans modification de configuration ou si vous préférez éditer le fichier manuellement.

Analyse de sécurité

Sûr
Score qualité70/100

The skill instructs reading and writing a local JSON config file with no destructive or exfiltrative actions. No shell commands, network calls, or disabling of safety features are included. The server URL is a known third-party service and changes are user-initiated.

Aucun point d'attention détecté

Exemples

Switch to self-hosted server
I want to configure PromptElo to use my own server at http://localhost:4000. Help me set up the config.
Set custom username
Configure PromptElo with my username 'john_doe' instead of the anonymous ID.

PromptElo Setup

Configure your PromptElo settings interactively.

Configuration Options

Server Mode

  1. Global Rankings (default) - Use the shared PromptElo server at promptelo-api.onrender.com
  2. Self-Hosted - Use your own PromptElo server instance

Identity

  1. Anonymous (default) - Auto-generated ID like anon-abc123def456
  2. Username - Set a custom username or email to track your stats

Instructions

Read the current config from ~/.promptelo/config.json and help the user update it based on their preferences.

After changes, update the config file with the new values. The config format is:

{
  "server_url": "https://promptelo-api.onrender.com",
  "user_id": "anon-xxx or custom-username",
  "timeout": 5.0,
  "setup_complete": true
}

For Self-Hosted Server

If the user wants to self-host, they need to:

  1. Clone the PromptElo repo
  2. Deploy the server (see README for Render/Docker instructions)
  3. Update server_url to their server's URL

For Custom Username

If the user wants to claim a username:

  1. Ask for their preferred username or email
  2. Update user_id in the config

After making changes, confirm the new settings with the user.

Skills similaires