بنقرة واحدة
crabfit-cli
Create and manage Crab.fit scheduling events. Use for coordinating meeting times across multiple people.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Create and manage Crab.fit scheduling events. Use for coordinating meeting times across multiple people.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Profile macOS processes (CPU hot spots, hangs, "what is X doing?"). Wraps sample/spindump/xctrace and prints a compact text summary or speedscope/flamegraph data.
Read Slack — search messages, list channels/users, read history and thread replies.
Access git.thalheim.io (Gitea) API as Janet — create repos, issues, PRs, releases, etc.
Read-only GitHub API access as Mic92 — issues, PRs, releases, commits, actions runs, etc.
Manage todos using todoman and vdirsyncer.
Manage documents in Paperless-ngx (search, upload, tag). Use for document management tasks.
| name | crabfit-cli |
| description | Create and manage Crab.fit scheduling events. Use for coordinating meeting times across multiple people. |
# Create an event for the next 3 days, 9am-5pm
crabfit-cli create --dates +0:+2 --start 9 --end 17
# Create a named event for specific dates
crabfit-cli create --name "Team Meeting" --dates 2026-01-20,2026-01-22
# Create with specific timezone
crabfit-cli create --dates +0:+6 --timezone America/New_York
# Add your availability (all slots)
crabfit-cli respond EVENT_ID --name "Alice" --all
# Add specific availability
crabfit-cli respond EVENT_ID --name "Bob" --slots 1000-19012026 1100-19012026
# Show event with availability overlap
crabfit-cli show EVENT_ID
2026-01-202026-01-20:2026-01-252026-01-20,2026-01-22,2026-01-24+0 (today), +1 (tomorrow), +0:+6 (next 7 days)Slots use HHmm-DDMMYYYY format in UTC (e.g., 0900-19012026 = 09:00 UTC on
Jan 19, 2026).
CRABFIT_API_URL: API base URL (default: https://api.crab.fit)# 1. Create event
crabfit-cli create --name "Project Sync" --dates +1:+5 --start 10 --end 16
# 2. Share URL with participants, they respond via web or CLI
# 3. Check availability overlap
crabfit-cli show project-sync-123456
Output shows best meeting times:
All 3 available:
✓ Mon Jan 19 11:00-13:00
✓ Tue Jan 20 14:00-16:00
2/3 available:
• Mon Jan 19 10:00-11:00 (missing: Bob)