{
  "schemaVersion": "1.0",
  "item": {
    "slug": "filewave",
    "name": "Filewave",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/jlevitsk/filewave",
    "canonicalUrl": "https://clawhub.ai/jlevitsk/filewave",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/filewave",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=filewave",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "docs/API_CAPABILITIES.md",
      "docs/BULK_UPDATE.md",
      "docs/CLI_REFERENCE.md",
      "docs/CREDENTIAL_ARCHITECTURE.md",
      "docs/ONBOARDING.md"
    ],
    "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-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.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/filewave"
    },
    "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/filewave",
    "agentPageUrl": "https://openagent3.xyz/skills/filewave/agent",
    "manifestUrl": "https://openagent3.xyz/skills/filewave/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/filewave/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": "FileWave UEM API Skill",
        "body": "Query and manage FileWave UEM device inventory via REST API.\n\n⚠️ Disclaimer: This skill is a technology demonstration of Agentic Endpoint Management (AEM) — the concept of AI agents interacting directly with UEM platforms to assist IT administrators. It is provided as-is for educational purposes to explore what's possible when AI meets endpoint management. Neither the author nor FileWave accepts any liability for the use, misuse, or consequences of running this skill against production or any other environment. Use at your own risk. Always test in a lab environment first and review any actions before applying them to production systems."
      },
      {
        "title": "Overview",
        "body": "FileWave is a unified endpoint management platform for macOS, Windows, ChromeOS, Android, tvOS, iPadOS, and iOS. This skill provides programmatic access to device inventory and status information."
      },
      {
        "title": "Licensing",
        "body": "FileWave ( https://www.filewave.com ) offers flexible deployment options:\n\nCommunity Edition — Free, manages up to 15 computers + 15 mobile devices\n\nGood for testing and small deployments\nAll API capabilities available\nNo advanced features (deployments, policies, MDM commands)\n\n\n\nCommercial License — More than 15 devices with advanced features\n\nTeamViewer Remote Control\nDeployment management, policy enforcement, MDM commands\nTechnical support\n\nThis skill works with both licensing models."
      },
      {
        "title": "Prerequisites",
        "body": "FileWave server hostname/DNS\nFileWave API token (from FileWave Central → Manage Administrators → API Token)"
      },
      {
        "title": "Configuration",
        "body": "Setup is interactive via filewave setup:\n\nfilewave setup\n\nThis creates ~/.filewave/config with your server profiles. Credentials are stored securely (chmod 600, never hardcoded in scripts).\n\nFor CI/CD environments, use environment variables:\n\nexport FILEWAVE_SERVER=\"filewave.company.com\"\nexport FILEWAVE_TOKEN=\"your_api_token_here\"\n\nNever hardcode tokens in scripts or documentation."
      },
      {
        "title": "Basic Commands",
        "body": "# Setup profiles (first time)\nfilewave setup\n\n# List configured servers\nfilewave profiles\n\n# Query inventory\nfilewave query --query-id 1\n\n# Query with filter\nfilewave query --query-id 1 --filter \"last_seen > 30 days\"\n\n# Search for devices (now returns multiple matches)\nfilewave device-search \"iPad\"\n\n# Find all devices by product type (authoritative hardware lookup)\nfilewave find-devices iPad\nfilewave find-devices iPhone\n\n# View device hierarchy and groups\nfilewave hierarchy 123\n\n# Trigger a Model Update\nfilewave update-model\n\n# Fleet analytics\nfilewave insights --type platform\nfilewave insights --type stale --days 30\n\n# Cache management\nfilewave warm-cache\nfilewave cache-status\n\n# Bulk device updates (school workflow)\nfilewave bulk-template --output ~/devices.csv\nfilewave bulk-update --csv ~/devices.csv\n\n# Session comparison\nfilewave query --query-id 1 --reference lab\nfilewave query --query-id 1 --profile production --reference prod\nfilewave compare lab prod"
      },
      {
        "title": "API Architecture",
        "body": "Multi-Server Support: Configure multiple FileWave servers (lab, production, test) with named profiles."
      },
      {
        "title": "Key Endpoints Used",
        "body": "GET /api/inv/api/v1/query_result/{query_id} — Query device inventory\nGET /filewave/api/devices/v1/devices/{id} — Device details\nGET /filewave/api/devices/internal/devices/{id}/groups — Device group memberships\nPATCH /filewave/api/devices/v1/devices/{id} — Update device (name, auth user)\nPOST /filewave/api/fwserver/update_model — Refresh model after bulk updates"
      },
      {
        "title": "Available Device Fields (per Inventory Query)",
        "body": "You configure which fields to include in your Inventory Query:\n\nDevice name, model, serial number, UDID/IMEI\nOS name, version, build\nLast checkin timestamp\nEnrollment date, user assignment\nDevice group, management status, compliance state\nAnd 50+ more fields (configurable)"
      },
      {
        "title": "Platforms Supported",
        "body": "macOS\nWindows\nChromeOS\nAndroid\niOS\niPadOS\ntvOS"
      },
      {
        "title": "Example Queries",
        "body": "# Query from Inventory Query (returns all devices)\nfilewave query --query-id 1\n\n# Filter devices not seen in 30+ days\nfilewave query --query-id 1 --filter \"last_seen > 30 days\"\n\n# Get JSON format for scripting\nfilewave query --query-id 1 --format json\n\n# Multiple filters (AND logic)\nfilewave query --query-id 1 \\\n  --filter \"last_seen > 30 days\" \\\n  --filter \"platform = iOS\"\n\n# Compare lab vs production\nfilewave query --query-id 1 --profile lab --reference lab_inventory\nfilewave query --query-id 1 --profile prod --reference prod_inventory\nfilewave compare lab_inventory prod_inventory"
      },
      {
        "title": "Authentication",
        "body": "FileWave API uses Bearer token authentication:\n\nAuthorization: Bearer <token>"
      },
      {
        "title": "Response Format",
        "body": "FileWave Inventory Queries return column-oriented data:\n\n{\n  \"offset\": 0,\n  \"fields\": [\n    \"Client_device_name\",\n    \"OperatingSystem_name\",\n    \"OperatingSystem_version\",\n    \"Client_last_connected_to_fwxserver\"\n  ],\n  \"values\": [\n    [\"MacBook-Pro-John\", \"macOS 15 Sequoia\", \"15.1.0\", \"2026-02-12T14:30:00Z\"],\n    [\"iPad-Student-001\", \"iPadOS\", \"17.3\", \"2026-02-10T10:22:00Z\"]\n  ],\n  \"filter_results\": 2,\n  \"total_results\": 2,\n  \"version\": 7\n}\n\nThe CLI converts this to device objects automatically."
      },
      {
        "title": "Current Features",
        "body": "✅ Multi-server profile support\n✅ Inventory Query integration\n✅ Natural language filtering (last_seen > 30 days)\n✅ Device hierarchy analysis (original vs. clones)\n✅ Bulk device updates (school deployment workflow)\n✅ Fleet analytics: platform breakdown, stale device reports, field summaries\n✅ Session tracking and server comparison\n✅ JSON export for scripting\n✅ 7-day device cache for performance"
      },
      {
        "title": "Documentation",
        "body": "README.md — Overview and quick start\nCLI_REFERENCE.md — Complete command reference (includes fleet analytics, cache commands)\nBULK_UPDATE.md — School district workflow\nAPI_CAPABILITIES.md — API reference and analytics module\nCREDENTIAL_ARCHITECTURE.md — Security design\nSESSION_DATA_MANAGER.md — Session tracking internals\nONBOARDING.md — Setup wizard details"
      }
    ],
    "body": "FileWave UEM API Skill\n\nQuery and manage FileWave UEM device inventory via REST API.\n\n⚠️ Disclaimer: This skill is a technology demonstration of Agentic Endpoint Management (AEM) — the concept of AI agents interacting directly with UEM platforms to assist IT administrators. It is provided as-is for educational purposes to explore what's possible when AI meets endpoint management. Neither the author nor FileWave accepts any liability for the use, misuse, or consequences of running this skill against production or any other environment. Use at your own risk. Always test in a lab environment first and review any actions before applying them to production systems.\n\nOverview\n\nFileWave is a unified endpoint management platform for macOS, Windows, ChromeOS, Android, tvOS, iPadOS, and iOS. This skill provides programmatic access to device inventory and status information.\n\nLicensing\n\nFileWave ( https://www.filewave.com ) offers flexible deployment options:\n\nCommunity Edition — Free, manages up to 15 computers + 15 mobile devices\n\nGood for testing and small deployments\nAll API capabilities available\nNo advanced features (deployments, policies, MDM commands)\n\nCommercial License — More than 15 devices with advanced features\n\nTeamViewer Remote Control\nDeployment management, policy enforcement, MDM commands\nTechnical support\n\nThis skill works with both licensing models.\n\nSetup\nPrerequisites\nFileWave server hostname/DNS\nFileWave API token (from FileWave Central → Manage Administrators → API Token)\nConfiguration\n\nSetup is interactive via filewave setup:\n\nfilewave setup\n\n\nThis creates ~/.filewave/config with your server profiles. Credentials are stored securely (chmod 600, never hardcoded in scripts).\n\nFor CI/CD environments, use environment variables:\n\nexport FILEWAVE_SERVER=\"filewave.company.com\"\nexport FILEWAVE_TOKEN=\"your_api_token_here\"\n\n\nNever hardcode tokens in scripts or documentation.\n\nUsage\nBasic Commands\n# Setup profiles (first time)\nfilewave setup\n\n# List configured servers\nfilewave profiles\n\n# Query inventory\nfilewave query --query-id 1\n\n# Query with filter\nfilewave query --query-id 1 --filter \"last_seen > 30 days\"\n\n# Search for devices (now returns multiple matches)\nfilewave device-search \"iPad\"\n\n# Find all devices by product type (authoritative hardware lookup)\nfilewave find-devices iPad\nfilewave find-devices iPhone\n\n# View device hierarchy and groups\nfilewave hierarchy 123\n\n# Trigger a Model Update\nfilewave update-model\n\n# Fleet analytics\nfilewave insights --type platform\nfilewave insights --type stale --days 30\n\n# Cache management\nfilewave warm-cache\nfilewave cache-status\n\n# Bulk device updates (school workflow)\nfilewave bulk-template --output ~/devices.csv\nfilewave bulk-update --csv ~/devices.csv\n\n# Session comparison\nfilewave query --query-id 1 --reference lab\nfilewave query --query-id 1 --profile production --reference prod\nfilewave compare lab prod\n\nAPI Architecture\n\nMulti-Server Support: Configure multiple FileWave servers (lab, production, test) with named profiles.\n\nKey Endpoints Used\nGET /api/inv/api/v1/query_result/{query_id} — Query device inventory\nGET /filewave/api/devices/v1/devices/{id} — Device details\nGET /filewave/api/devices/internal/devices/{id}/groups — Device group memberships\nPATCH /filewave/api/devices/v1/devices/{id} — Update device (name, auth user)\nPOST /filewave/api/fwserver/update_model — Refresh model after bulk updates\nAvailable Device Fields (per Inventory Query)\n\nYou configure which fields to include in your Inventory Query:\n\nDevice name, model, serial number, UDID/IMEI\nOS name, version, build\nLast checkin timestamp\nEnrollment date, user assignment\nDevice group, management status, compliance state\nAnd 50+ more fields (configurable)\nPlatforms Supported\nmacOS\nWindows\nChromeOS\nAndroid\niOS\niPadOS\ntvOS\nExample Queries\n# Query from Inventory Query (returns all devices)\nfilewave query --query-id 1\n\n# Filter devices not seen in 30+ days\nfilewave query --query-id 1 --filter \"last_seen > 30 days\"\n\n# Get JSON format for scripting\nfilewave query --query-id 1 --format json\n\n# Multiple filters (AND logic)\nfilewave query --query-id 1 \\\n  --filter \"last_seen > 30 days\" \\\n  --filter \"platform = iOS\"\n\n# Compare lab vs production\nfilewave query --query-id 1 --profile lab --reference lab_inventory\nfilewave query --query-id 1 --profile prod --reference prod_inventory\nfilewave compare lab_inventory prod_inventory\n\nAuthentication\n\nFileWave API uses Bearer token authentication:\n\nAuthorization: Bearer <token>\n\nResponse Format\n\nFileWave Inventory Queries return column-oriented data:\n\n{\n  \"offset\": 0,\n  \"fields\": [\n    \"Client_device_name\",\n    \"OperatingSystem_name\",\n    \"OperatingSystem_version\",\n    \"Client_last_connected_to_fwxserver\"\n  ],\n  \"values\": [\n    [\"MacBook-Pro-John\", \"macOS 15 Sequoia\", \"15.1.0\", \"2026-02-12T14:30:00Z\"],\n    [\"iPad-Student-001\", \"iPadOS\", \"17.3\", \"2026-02-10T10:22:00Z\"]\n  ],\n  \"filter_results\": 2,\n  \"total_results\": 2,\n  \"version\": 7\n}\n\n\nThe CLI converts this to device objects automatically.\n\nCurrent Features\n✅ Multi-server profile support\n✅ Inventory Query integration\n✅ Natural language filtering (last_seen > 30 days)\n✅ Device hierarchy analysis (original vs. clones)\n✅ Bulk device updates (school deployment workflow)\n✅ Fleet analytics: platform breakdown, stale device reports, field summaries\n✅ Session tracking and server comparison\n✅ JSON export for scripting\n✅ 7-day device cache for performance\nDocumentation\nREADME.md — Overview and quick start\nCLI_REFERENCE.md — Complete command reference (includes fleet analytics, cache commands)\nBULK_UPDATE.md — School district workflow\nAPI_CAPABILITIES.md — API reference and analytics module\nCREDENTIAL_ARCHITECTURE.md — Security design\nSESSION_DATA_MANAGER.md — Session tracking internals\nONBOARDING.md — Setup wizard details"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/jlevitsk/filewave",
    "publisherUrl": "https://clawhub.ai/jlevitsk/filewave",
    "owner": "jlevitsk",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/filewave",
    "downloadUrl": "https://openagent3.xyz/downloads/filewave",
    "agentUrl": "https://openagent3.xyz/skills/filewave/agent",
    "manifestUrl": "https://openagent3.xyz/skills/filewave/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/filewave/agent.md"
  }
}