crabfit-cli/skills/SKILL.md
Create and manage Crab.fit scheduling events. Use for coordinating meeting times across multiple people.
npx skillsauth add mulatta/skillz crabfit-cliInstall 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.
# 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)
tools
Biomedical literature, reference, and entity research helper. Use whenever the user asks for PubMed/PMC/NCBI/Entrez paper search, PMID/PMCID/DOI conversion, biomedical citation/BibTeX/RIS export, legal OA full-text lookup, gene/protein/RNA/transcript evidence, OpenAlex citation/OA enrichment, Semantic Scholar enrichment, PubChem compound/assay/bioactivity lookup, or bio/medical literature review evidence collection.
tools
Use kmap-cli whenever the user asks for Korea-focused 장소찾기/POI lookup, 주변검색, 맛집 후보 찾기, 대중교통 길찾기, 경유지 transit routing, address geocoding, reverse geocoding, saved home/work aliases, or NAVER/Kakao/TMAP map app handoff. Default to TMAP API for machine-readable place/transit data; use NAVER/Kakao only as URL handoff helpers without NAVER/Kakao API keys. Do not use ODsay.
tools
Manage Linkwarden bookmarks, collections, tags, highlights, RSS subscriptions, archives, and API tokens through a restricted CLI. Use when the user asks to save, search, organize, archive, or delete Linkwarden links.
tools
Manage Vikunja projects, tasks, relations, templates, attachments, labels, comments, due/reminder notifications, views, and kanban buckets through a restricted CLI. Use whenever the user asks to inspect or update Vikunja tasks/projects, create structured tasks from sources, attach evidence, link blockers/subtasks/order with task relations, move tasks between projects or kanban buckets, manage workflow labels/comments, or check Vikunja reminders/overdue items. Prefer this skill over raw Vikunja API calls.