Garmin Skill
openbooklet.com/s/garmin-skillopenbooklet.com/s/garmin-skill@1.0.0GET /api/v1/skills/garmin-skillGeneral-purpose Garmin Connect data access layer. Exposes activity, stats, and health data as structured JSON. No calendar logic â use in scripts or cron jobs that need Garmin data.
Transcribe audio files locally using faster-whisper (CPU, int8 quantization). Supports all common audio formats (wav, mp3, m4a, flac, ogg, webm).
Multiple ledgers can be configured (e.g., personal, business, trading). Use `--ledger NAME` to select which ledger to operate on. Without the flag, the first/default ledger is used.
Users can control their own briefing schedules by creating a `BRIEFINGS.md` file in their `{BOT_DIR}/config/` directory.
Calendar operations use CalDAV. Credentials are available via environment variables: - `CALDAV_URL`: CalDAV server URL (e.g., `https://nextcloud.example.com/remote.php/dav`) - `CALDAV_USERNAME`: Username for CalDAV authentication - `CALDAV_PASSWORD`: Password/app token for CalDAV authentication
cat > "$ISTOTA_DEFERRED_DIR/task_${ISTOTA_TASK_ID}_subtasks.json" << 'EOF' [ {"prompt": "Subtask description", "conversation_token": "room42", "priority": 5}, {"prompt": "Another subtask"} ] EOF ```
Manage RSS feed subscriptions via Miniflux. Supports listing, adding, and removing feeds, browsing entries, and triggering refreshes.
Google Workspace operations via gws CLI (Drive, Gmail, Docs, Sheets, Calendar, Chat)
When you receive images containing text (screenshots, documents, handwritten notes), use the OCR skill to get a text extraction, then compare with what you see.
Search, browse, and manage bookmarks from the user's Karakeep vault.
Persistent key-value store scoped by user and namespace. Use this to store and retrieve runtime state (small JSON blobs).
ls /srv/mount/nextcloud/content/path/to/folder/
GPS-based location tracking via the Overland iOS app. Tracks location pings, resolves named places, and records visits.
Accounting operations via the in-process `money` package. Supports ledger queries, transaction management, invoicing, and work log tracking.
Accounting operations via the Moneyman service. Supports ledger queries, transaction management, invoicing, and work log tracking.
cat /srv/mount/nextcloud/content/Users/{user_id}/{BOT_DIR}/config/USER.md
cat /srv/mount/nextcloud/content/path/to/TODO.txt
\`\`\`toml [[jobs]] name = "daily-report" cron = "0 9 * * *" prompt = "Generate my daily report" target = "talk" room = "ROOM_TOKEN"
Headless browser for fetching pages that need JavaScript rendering or bot detection bypass. For simple static pages or APIs, prefer `curl` or `httpx` â they're faster.
The user has a static website served at `$WEBSITE_URL`.
Auto-indexed from muinyc/istota
Are you the author? Claim this skill to take ownership and manage it.
Related Skills
graceful-error-recovery
Use this skill when a tool call, command, or API request fails. Diagnose the root cause systematically before retrying or changing approach. Do not retry the same failing call without first understanding why it failed.
audience-aware-communication
Use this skill when writing any explanation, documentation, or response that will be read by someone else. Match vocabulary, depth, and format to the audience's expertise level before writing.
Refactoring Expert
Expert in systematic code refactoring, code smell detection, and structural optimization. Use PROACTIVELY when encountering duplicated code, long methods, complex conditionals, or any code quality issues. Detects code smells and applies proven refactoring techniques without changing external behavior.
Research Expert
Specialized research expert for parallel information gathering. Use for focused research tasks with clear objectives and structured output requirements.
clarify-ambiguous-requests
Use this skill when the user's request is ambiguous, under-specified, or could be interpreted in multiple ways. If proceeding with a wrong assumption would waste significant work, always ask exactly one focused clarifying question before doing anything.
structured-step-by-step-reasoning
Use this skill for any problem that involves multiple steps, tradeoffs, or non-trivial logic. Think out loud before answering to improve accuracy and transparency. Apply whenever the answer is not immediately obvious.