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
Utilisez cette compétence lorsque vous devez configurer PromptElo pour la première fois ou modifier ses paramètres de base.
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ûrThe 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
I want to configure PromptElo to use my own server at http://localhost:4000. Help me set up the config.Configure PromptElo with my username 'john_doe' instead of the anonymous ID.PromptElo Setup
Configure your PromptElo settings interactively.
Configuration Options
Server Mode
- Global Rankings (default) - Use the shared PromptElo server at
promptelo-api.onrender.com - Self-Hosted - Use your own PromptElo server instance
Identity
- Anonymous (default) - Auto-generated ID like
anon-abc123def456 - 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:
- Clone the PromptElo repo
- Deploy the server (see README for Render/Docker instructions)
- Update
server_urlto their server's URL
For Custom Username
If the user wants to claim a username:
- Ask for their preferred username or email
- Update
user_idin the config
After making changes, confirm the new settings with the user.
Expert Next.js App Router
Developpement
Un skill qui transforme Claude en expert Next.js App Router.
Générateur de README
Developpement
Crée des README.md professionnels et complets pour vos projets.
Rédacteur de Documentation API
Developpement
Génère de la documentation API complète au format OpenAPI/Swagger.