Notre avis
Affiche l'état des sessions MCP Apify et l'historique des coûts d'exécution des acteurs.
Points forts
- Fournit un aperçu rapide des sessions MCP actives.
- Permet de suivre les coûts cumulés des exécutions d'acteurs.
- Utilise des commandes bash simples, sans configuration manuelle.
Limites
- Dépend du fichier de log ~/.apify-costs.log qui doit être présent.
- Ne fonctionne qu'avec les sessions gérées via mcpc.
- L'historique des coûts est limité aux 20 dernières entrées.
Lorsque vous souhaitez vérifier rapidement l'état de vos connexions MCP ou consulter vos dépenses Apify.
Si vous avez besoin d'une analyse détaillée des coûts ou d'une gestion avancée des sessions.
Analyse de sécurité
SûrThe skill only executes read-only commands (mcpc, tail, awk) on local files to display session info and cost history. No destructive or exfiltration actions are present.
Aucun point d'attention détecté
Exemples
Show me my current Apify MCP sessions.What are my recent Apify actor run costs?Show me the Apify status including sessions and costs.name: apify-status description: "Shows current Apify/mcpc session state and run cost history. Use when the user asks about their Apify usage, mcpc session status, costs, or wants to see what actors were run recently." allowed-tools: Bash(mcpc *), Bash(tail *), Bash(awk *) argument-hint: "[sessions | costs | all]"
apify-status
Run the following commands and present the results to the user.
Sessions
Current mcpc sessions (shows which MCP servers are connected):
mcpc
Cost history
Recent actor runs (last 20 entries from cost log):
tail -n 20 ~/.apify-costs.log
Total spend across all logged runs:
awk -F'\t' '{match($0,/usd=([0-9.]+)/,a); sum+=a[1]} END{printf "Total: $%.4f USD\n", sum}' ~/.apify-costs.log
If either cost command fails (file not found), inform the user that cost tracking starts automatically once they run an actor with call-actor ... --json. No manual setup needed.
Notes
- Cost log:
~/.apify-costs.log— auto-populated by a PostToolUse hook on everycall-actor --jsoncall. Override path with$APIFY_COST_LOG. - Sessions: managed via
mcpc mcp.apify.com connect @apify. If sessions are missing, run the setup commands from the/apify-mcpcskill README.
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.