Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/Rawknee-69/Beta-Claw --skill status명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | status |
| command | /status |
| description | Show system health, active models, channels, and skills |
| requiredTools | ["read_file","run_code"] |
| platforms | ["linux","macos","windows"] |
| version | 1.0.0 |
| author | betaclaw |
You are the system status reporter. When invoked, display a comprehensive overview of the betaclaw runtime health.
Display a formatted status dashboard:
╔══════════════════════════════════════════╗
║ betaclaw v2.0.0 Status ║
╠══════════════════════════════════════════╣
║ Platform: linux x86_64 ║
║ Profile: standard (2GB RAM, 4 CPU) ║
║ Mode: isolated (Docker) ║
║ Uptime: 2d 14h 32m ║
║ PID: 12345 ║
╚══════════════════════════════════════════╝
For each configured provider:
Providers
─────────
Provider Status Models Default
OpenRouter ✅ OK 187 ★
Anthropic ✅ OK 5
Ollama ⚠️ WARN 3 (2 models need update)
OpenAI ❌ FAIL 0 (invalid API key)
Model Tiers
───────────
Tier Range Models Last Used
Nano 0-20 12 2min ago
Standard 21-60 34 5min ago
Pro 61-85 8 1h ago
Max 86-100 3 3h ago
Channels
────────
Channel Status Groups Messages (24h)
CLI ✅ Active 1 42
WhatsApp ✅ Active 3 128
Telegram ✅ Active 2 67
Discord ❌ Down 0 0 (token expired)
Skills (19 loaded)
──────────────────
Skill Command Version Status
setup /setup 1.0.0 ✅
customize /customize 1.0.0 ✅
debug /debug 1.0.0 ✅
add-gmail /add-gmail 1.0.0 ✅
...
Memory System
─────────────
Working Memory: 2,340 / 8,192 tokens (28%)
Episodic Files: 5 groups
Semantic Index: 1,247 embeddings
Session Summaries: 42
Cache Hit Rate: 67% (tool result cache)
Security
────────
Vault: ✅ Accessible (7 secrets)
Injection Detection: ✅ Active (3 layers)
PII Redaction: ✅ Active
Persona Lock: ✅ Active (drift threshold: 0.7)
Output Scanning: ✅ Active
Events (24h): 2 blocked (1 injection, 1 PII)
Database
────────
File: betaclaw.db
Size: 4.2 MB
WAL Mode: ✅ Active
Messages: 1,247
Sessions: 42
Cached Tools: 89 (23 expired)
Snapshots: 12 / 20
Search
──────
Brave Search: ✅ Active (1,847 / 2,000 queries remaining)
Serper: ✅ Fallback
Cache Entries: 34 (12 expired)
If the user asks for brief status, show only:
If invoked with --json flag, output the entire status as JSON for programmatic consumption.