{
  "schemaVersion": "1.0",
  "item": {
    "slug": "iserv",
    "name": "Iserv",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/finnbusse/iserv",
    "canonicalUrl": "https://clawhub.ai/finnbusse/iserv",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/iserv",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=iserv",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/iserv.py"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/iserv"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/iserv",
    "agentPageUrl": "https://openagent3.xyz/skills/iserv/agent",
    "manifestUrl": "https://openagent3.xyz/skills/iserv/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/iserv/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "IServ (school platform)",
        "body": "This skill uses an HTTP client (no browser automation) to log in and call IServ endpoints."
      },
      {
        "title": "Credentials / security",
        "body": "Do NOT hardcode credentials.\nProvide credentials via environment variables.\n\nSingle profile:\n\nISERV_BASE_URL (e.g. https://grabbe-dt.de)\nISERV_USER\nISERV_PASS\n\nMultiple profiles (parallel):\n\nset ISERV_PROFILE=<name> or pass --profile <name>\nprovide ISERV_<PROFILE>_BASE_URL, ISERV_<PROFILE>_USER, ISERV_<PROFILE>_PASS"
      },
      {
        "title": "Commands",
        "body": "cd skills/iserv/scripts\n\n# unread inbox count\n./iserv.py mail-unread\n\n# last 3 mails (IMAP)\n./iserv.py mail-last --n 3\n\n# upcoming calendar events (JSON)\n./iserv.py calendar-upcoming\n\n# list files (JSON)\n./iserv.py files-list --path \"/\"        # root\n./iserv.py files-list --path \"/Files\"   # typical user file area\n\n# search files/folders recursively by substring\n./iserv.py files-search --query \"bio\" --start-dir \"/Files\" --max-depth 6\n\n# download a file (best-effort across IServ versions)\n./iserv.py files-download --path \"/Files/foo.pdf\" --out-dir ./downloads\n\n# upload a file (prefers FS Dropzone-style chunked upload; falls back to legacy form upload)\n./iserv.py files-upload --file ./foo.pdf --dest-dir \"/Files\"\n# optionally tune chunk size (bytes)\n./iserv.py files-upload --file ./foo.pdf --dest-dir \"/Files\" --chunk-size 8388608\n\n# create folder (best-effort; depends on IServ version)\n./iserv.py files-mkdir --path \"/Dokumente/Neu\"\n\n# rename/move (best-effort)\n./iserv.py files-rename --src \"/Dokumente/Alt.txt\" --dest \"/Dokumente/Neu.txt\"\n\n# delete (best-effort; USE WITH CARE)\n./iserv.py files-delete --path \"/Dokumente/Neu.txt\"\n\n# messenger: list chats / conversations\n./iserv.py messenger-chats\n\n# messenger: fetch messages for a chat\n./iserv.py messenger-messages --chat-id <ID>\n\n# messenger: send message\n./iserv.py messenger-send --chat-id <ID> --text \"Hello\"\n\n# list exercises (best-effort HTML scrape)\n./iserv.py exercise-list --limit 50\n\n# view one exercise + list attachments (optionally download them)\n./iserv.py exercise-detail --id 123\n./iserv.py exercise-detail --id 123 --download-dir ./downloads\n\n# attempt to submit an exercise file (best-effort; depends on IServ version)\n./iserv.py exercise-submit --id 123 --file ./solution.pdf --comment \"Abgabe\""
      },
      {
        "title": "Notes / next steps",
        "body": "Exercises: listing/details/submission are implemented via HTML scraping.\nSubmission is now form-driven (parses the actual <form> on the exercise page and posts multipart), which is more robust than guessing an internal upload API.\nIf it still fails on a specific IServ instance, capture:\n\nthe HTML of the exercise detail page (after login)\nresponse status + redirect URL\n\n\n\nFiles: list/download/upload + mkdir/rename/delete are implemented as best-effort across IServ versions.\nSome instances expose slightly different endpoints; the client tries to discover Symfony FOS routes (when available) and falls back to common API paths.\n\nIdeas to extend further:\n\nricher exercise parsing (due dates, teacher, description)\nannouncements/news\nmessenger notifications (currently experimental)\nrobust file search, move/copy, and recursive folder download\n\nReference: IServ routes are discoverable via the bundled FOS routes JS (commonly /iserv/js/fos_js_routes.js; some instances also use /iserv/js/assets/fos_js_routes*.js)."
      }
    ],
    "body": "IServ (school platform)\n\nThis skill uses an HTTP client (no browser automation) to log in and call IServ endpoints.\n\nCredentials / security\nDo NOT hardcode credentials.\nProvide credentials via environment variables.\n\nSingle profile:\n\nISERV_BASE_URL (e.g. https://grabbe-dt.de)\nISERV_USER\nISERV_PASS\n\nMultiple profiles (parallel):\n\nset ISERV_PROFILE=<name> or pass --profile <name>\nprovide ISERV_<PROFILE>_BASE_URL, ISERV_<PROFILE>_USER, ISERV_<PROFILE>_PASS\nCommands\ncd skills/iserv/scripts\n\n# unread inbox count\n./iserv.py mail-unread\n\n# last 3 mails (IMAP)\n./iserv.py mail-last --n 3\n\n# upcoming calendar events (JSON)\n./iserv.py calendar-upcoming\n\n# list files (JSON)\n./iserv.py files-list --path \"/\"        # root\n./iserv.py files-list --path \"/Files\"   # typical user file area\n\n# search files/folders recursively by substring\n./iserv.py files-search --query \"bio\" --start-dir \"/Files\" --max-depth 6\n\n# download a file (best-effort across IServ versions)\n./iserv.py files-download --path \"/Files/foo.pdf\" --out-dir ./downloads\n\n# upload a file (prefers FS Dropzone-style chunked upload; falls back to legacy form upload)\n./iserv.py files-upload --file ./foo.pdf --dest-dir \"/Files\"\n# optionally tune chunk size (bytes)\n./iserv.py files-upload --file ./foo.pdf --dest-dir \"/Files\" --chunk-size 8388608\n\n# create folder (best-effort; depends on IServ version)\n./iserv.py files-mkdir --path \"/Dokumente/Neu\"\n\n# rename/move (best-effort)\n./iserv.py files-rename --src \"/Dokumente/Alt.txt\" --dest \"/Dokumente/Neu.txt\"\n\n# delete (best-effort; USE WITH CARE)\n./iserv.py files-delete --path \"/Dokumente/Neu.txt\"\n\n# messenger: list chats / conversations\n./iserv.py messenger-chats\n\n# messenger: fetch messages for a chat\n./iserv.py messenger-messages --chat-id <ID>\n\n# messenger: send message\n./iserv.py messenger-send --chat-id <ID> --text \"Hello\"\n\n# list exercises (best-effort HTML scrape)\n./iserv.py exercise-list --limit 50\n\n# view one exercise + list attachments (optionally download them)\n./iserv.py exercise-detail --id 123\n./iserv.py exercise-detail --id 123 --download-dir ./downloads\n\n# attempt to submit an exercise file (best-effort; depends on IServ version)\n./iserv.py exercise-submit --id 123 --file ./solution.pdf --comment \"Abgabe\"\n\nNotes / next steps\n\nExercises: listing/details/submission are implemented via HTML scraping. Submission is now form-driven (parses the actual <form> on the exercise page and posts multipart), which is more robust than guessing an internal upload API. If it still fails on a specific IServ instance, capture:\n\nthe HTML of the exercise detail page (after login)\nresponse status + redirect URL\n\nFiles: list/download/upload + mkdir/rename/delete are implemented as best-effort across IServ versions. Some instances expose slightly different endpoints; the client tries to discover Symfony FOS routes (when available) and falls back to common API paths.\n\nIdeas to extend further:\n\nricher exercise parsing (due dates, teacher, description)\nannouncements/news\nmessenger notifications (currently experimental)\nrobust file search, move/copy, and recursive folder download\n\nReference: IServ routes are discoverable via the bundled FOS routes JS (commonly /iserv/js/fos_js_routes.js; some instances also use /iserv/js/assets/fos_js_routes*.js)."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/finnbusse/iserv",
    "publisherUrl": "https://clawhub.ai/finnbusse/iserv",
    "owner": "finnbusse",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/iserv",
    "downloadUrl": "https://openagent3.xyz/downloads/iserv",
    "agentUrl": "https://openagent3.xyz/skills/iserv/agent",
    "manifestUrl": "https://openagent3.xyz/skills/iserv/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/iserv/agent.md"
  }
}