skills/integrations/langfuse/langfuse-status/SKILL.md
Check Langfuse health and usage metrics. Load when user says 'health check', 'is langfuse up', 'metrics', 'usage stats', 'check status'.
npx skillsauth add beam-ai-team/beam-next-skills langfuse-statusInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Health checks and usage metrics (v1 + v2).
uv run python scripts/status.py --action health
uv run python scripts/status.py --action metrics
| Action | Method | Endpoint |
|--------|--------|----------|
| health | GET | /api/public/health |
| metrics | GET | /api/public/metrics |
testing
Audit registry.yaml against disk, validate SKILL.md frontmatter, find duplicates and orphans. Load when user says 'audit skills registry', 'validate beam-next-skills', 'registry drift', 'skills catalog audit', 'check registry yaml'.
tools
All Workable ATS operations — fetch JDs, search candidates, post assessments/reviews. Load when user says "fetch JD", "search workable", "push to workable", "post review", "rate candidate", "workable", "push assessment", "list jobs", or after interview-coach completes an evaluation. Replaces workable-fetch-jd and workable-push-assessment.
data-ai
Load when user mentions "tavily research", "market intelligence", "competitive research", "GTM research", or needs real-time market data for sales, marketing, or vertical strategy.
development
Shared resource library for Slack integration skills. DO NOT load directly - provides common references (setup, API docs, error handling, authentication) and scripts used by slack-connect and individual Slack skills.