VerifiedGit
v1.0.0

Website Hosting

by @muinyc0 pulls
URLopenbooklet.com/s/website-hosting
Pinnedopenbooklet.com/s/website-hosting@1.0.0
APIGET /api/v1/skills/website-hosting

The user has a static website served at `$WEBSITE_URL`.

21 skills from this repomuinyc/istota
Website Hostingviewing
A self-hosted AI agent that lives in your Nextcloud.src/istota/skills/scripts/skill.md
Audio Transcription with Whispersrc/istota/skills/whisper/skill.md

Transcribe audio files locally using faster-whisper (CPU, int8 quantization). Supports all common audio formats (wav, mp3, m4a, flac, ogg, webm).

Beancount Accounting Operationssrc/istota/skills/accounting/skill.md

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.

Briefing Schedule Configurationsrc/istota/skills/briefings_config/skill.md

Users can control their own briefing schedules by creating a `BRIEFINGS.md` file in their `{BOT_DIR}/config/` directory.

Calendar Operationssrc/istota/skills/calendar/skill.md

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

Create subtasks (processed after this task completes)src/istota/skills/tasks/skill.md

cat > "$ISTOTA_DEFERRED_DIR/task_${ISTOTA_TASK_ID}_subtasks.json" << 'EOF' [ {"prompt": "Subtask description", "conversation_token": "room42", "priority": 5}, {"prompt": "Another subtask"} ] EOF ```

Feeds (Miniflux RSS)src/istota/skills/feeds/skill.md

Manage RSS feed subscriptions via Miniflux. Supports listing, adding, and removing feeds, browsing entries, and triggering refreshes.

Garmin Skillsrc/istota/skills/garmin/skill.md

General-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.

google_workspacesrc/istota/skills/google_workspace/skill.md

Google Workspace operations via gws CLI (Drive, Gmail, Docs, Sheets, Calendar, Chat)

Image Transcription with OCRsrc/istota/skills/transcribe/skill.md

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.

Karakeep Bookmarkssrc/istota/skills/bookmarks/skill.md

Search, browse, and manage bookmarks from the user's Karakeep vault.

KV Storesrc/istota/skills/kv/skill.md

Persistent key-value store scoped by user and namespace. Use this to store and retrieve runtime state (small JSON blobs).

List filessrc/istota/skills/files/skill.md

ls /srv/mount/nextcloud/content/path/to/folder/

Location Skillsrc/istota/skills/location/skill.md

GPS-based location tracking via the Overland iOS app. Tracks location pings, resolves named places, and records visits.

Money Accounting Operationssrc/istota/skills/money/skill.md

Accounting operations via the in-process `money` package. Supports ledger queries, transaction management, invoicing, and work log tracking.

Moneyman Accounting Operationssrc/istota/skills/moneyman/skill.md

Accounting operations via the Moneyman service. Supports ledger queries, transaction management, invoicing, and work log tracking.

Read current contentsrc/istota/skills/memory/skill.md

cat /srv/mount/nextcloud/content/Users/{user_id}/{BOT_DIR}/config/USER.md

Read the TODO filesrc/istota/skills/todos/skill.md

cat /srv/mount/nextcloud/content/path/to/TODO.txt

Scheduled Jobssrc/istota/skills/schedules/skill.md

\`\`\`toml [[jobs]] name = "daily-report" cron = "0 9 * * *" prompt = "Generate my daily report" target = "talk" room = "ROOM_TOKEN"

Web Browsingsrc/istota/skills/browse/skill.md

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.

Auto-indexed from muinyc/istota

Are you the author? Claim this skill to take ownership and manage it.

Related Skills

@openbooklet

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.

1.1K0
@openbooklet

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.

1.1K0
@openbooklet

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.

600
@openbooklet

Research Expert

Specialized research expert for parallel information gathering. Use for focused research tasks with clear objectives and structured output requirements.

600
@openbooklet

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.

1.1K0
@openbooklet

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.

1.1K0