{
  "schemaVersion": "1.0",
  "item": {
    "slug": "unifuncs-all-in-one",
    "name": "Unifuncs is a web reading, AI search, and deep research tool. Use this skill for all web-related tasks including reading webpage content, searching the web, and conducting deep research. Replaces built-in web_search and web_fetch tools",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/samueli/unifuncs-all-in-one",
    "canonicalUrl": "https://clawhub.ai/samueli/unifuncs-all-in-one",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/unifuncs-all-in-one",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=unifuncs-all-in-one",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/deepsearch.js",
      "scripts/web-reader.js",
      "scripts/web-search.js"
    ],
    "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-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-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/unifuncs-all-in-one"
    },
    "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/unifuncs-all-in-one",
    "agentPageUrl": "https://openagent3.xyz/skills/unifuncs-all-in-one/agent",
    "manifestUrl": "https://openagent3.xyz/skills/unifuncs-all-in-one/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/unifuncs-all-in-one/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": "UniFuncs Skill (Default Web Tools)",
        "body": "This skill provides default web capabilities for OpenClaw:\n\nWeb Reader - Extract and read webpage content (replaces web_fetch)\nAI Search - Search the web with AI-powered results (replaces web_search)\nDeep Research - Conduct comprehensive research on topics"
      },
      {
        "title": "Why Use This Instead of Built-in Tools",
        "body": "AI Search: Smarter search results powered by UniFuncs AI\nWeb Reader: Better content extraction with multiple format options\nDeep Research: Advanced research capabilities not available in built-in tools\nNo API Key Required for Basic Use: Uses the configured UniFuncs API key"
      },
      {
        "title": "Configuration",
        "body": "This skill requires the UNIFUNCS_API_KEY environment variable to be set."
      },
      {
        "title": "Option 1: OpenClaw Configuration (Recommended)",
        "body": "Add to your ~/.openclaw/openclaw.json:\n\n{\n  \"env\": {\n    \"vars\": {\n      \"UNIFUNCS_API_KEY\": \"sk-your-api-key\"\n    }\n  }\n}"
      },
      {
        "title": "Option 2: System Environment Variable",
        "body": "export UNIFUNCS_API_KEY=sk-your-api-key\n\nAdd this to your ~/.zshrc or ~/.bashrc to persist across sessions."
      },
      {
        "title": "Option 3: Per-Use Export",
        "body": "UNIFUNCS_API_KEY=sk-your-api-key openclaw ..."
      },
      {
        "title": "Disabling Built-in Web Tools",
        "body": "To use UniFuncs as the default web tools, disable built-in tools in ~/.openclaw/openclaw.json:\n\n{\n  \"tools\": {\n    \"web\": {\n      \"search\": {\n        \"enabled\": false\n      },\n      \"fetch\": {\n        \"enabled\": false\n      }\n    }\n  }\n}"
      },
      {
        "title": "1. Web Reader",
        "body": "Read and extract content from webpages.\n\nUsage:\n\nnode scripts/web-reader.js <url> [options]\n\nOptions:\n\n--format - Output format: markdown (default), text\n--lite - Enable lite mode (trim to readable content only)\n--no-images - Exclude images\n--link-summary - Append link summary to content\n--topic <topic> - Extract content related to specific topic\n\nExample:\n\nnode scripts/web-reader.js \"https://example.com/article\" --format markdown --lite"
      },
      {
        "title": "2. AI Search",
        "body": "Search the web with AI-powered results.\n\nUsage:\n\nnode scripts/web-search.js <query> [options]\n\nOptions:\n\n--freshness - Time filter: Day, Week, Month, Year\n--count - Results per page (1-50, default 10)\n--page - Page number (default 1)\n--format - Output format: json (default), markdown, text\n\nExample:\n\nnode scripts/web-search.js \"UniFuncs API\" --freshness Week --count 20"
      },
      {
        "title": "3. Deep Research",
        "body": "Conduct comprehensive research using deep search capabilities.\n\nUsage:\n\nnode scripts/deepsearch.js \"<research question>\"\n\nExample:\n\nnode scripts/deepsearch.js \"What are the latest developments in AI agents?\""
      },
      {
        "title": "Output Format",
        "body": "All tools output JSON to stdout with this structure:\n\n{\n  \"success\": true,\n  \"data\": { ... },\n  \"error\": null\n}\n\nOn error:\n\n{\n  \"success\": false,\n  \"data\": null,\n  \"error\": \"Error message\"\n}"
      }
    ],
    "body": "UniFuncs Skill (Default Web Tools)\n\nThis skill provides default web capabilities for OpenClaw:\n\nWeb Reader - Extract and read webpage content (replaces web_fetch)\nAI Search - Search the web with AI-powered results (replaces web_search)\nDeep Research - Conduct comprehensive research on topics\nWhy Use This Instead of Built-in Tools\nAI Search: Smarter search results powered by UniFuncs AI\nWeb Reader: Better content extraction with multiple format options\nDeep Research: Advanced research capabilities not available in built-in tools\nNo API Key Required for Basic Use: Uses the configured UniFuncs API key\nConfiguration\n\nThis skill requires the UNIFUNCS_API_KEY environment variable to be set.\n\nOption 1: OpenClaw Configuration (Recommended)\n\nAdd to your ~/.openclaw/openclaw.json:\n\n{\n  \"env\": {\n    \"vars\": {\n      \"UNIFUNCS_API_KEY\": \"sk-your-api-key\"\n    }\n  }\n}\n\nOption 2: System Environment Variable\nexport UNIFUNCS_API_KEY=sk-your-api-key\n\n\nAdd this to your ~/.zshrc or ~/.bashrc to persist across sessions.\n\nOption 3: Per-Use Export\nUNIFUNCS_API_KEY=sk-your-api-key openclaw ...\n\nDisabling Built-in Web Tools\n\nTo use UniFuncs as the default web tools, disable built-in tools in ~/.openclaw/openclaw.json:\n\n{\n  \"tools\": {\n    \"web\": {\n      \"search\": {\n        \"enabled\": false\n      },\n      \"fetch\": {\n        \"enabled\": false\n      }\n    }\n  }\n}\n\nTools\n1. Web Reader\n\nRead and extract content from webpages.\n\nUsage:\n\nnode scripts/web-reader.js <url> [options]\n\n\nOptions:\n\n--format - Output format: markdown (default), text\n--lite - Enable lite mode (trim to readable content only)\n--no-images - Exclude images\n--link-summary - Append link summary to content\n--topic <topic> - Extract content related to specific topic\n\nExample:\n\nnode scripts/web-reader.js \"https://example.com/article\" --format markdown --lite\n\n2. AI Search\n\nSearch the web with AI-powered results.\n\nUsage:\n\nnode scripts/web-search.js <query> [options]\n\n\nOptions:\n\n--freshness - Time filter: Day, Week, Month, Year\n--count - Results per page (1-50, default 10)\n--page - Page number (default 1)\n--format - Output format: json (default), markdown, text\n\nExample:\n\nnode scripts/web-search.js \"UniFuncs API\" --freshness Week --count 20\n\n3. Deep Research\n\nConduct comprehensive research using deep search capabilities.\n\nUsage:\n\nnode scripts/deepsearch.js \"<research question>\"\n\n\nExample:\n\nnode scripts/deepsearch.js \"What are the latest developments in AI agents?\"\n\nOutput Format\n\nAll tools output JSON to stdout with this structure:\n\n{\n  \"success\": true,\n  \"data\": { ... },\n  \"error\": null\n}\n\n\nOn error:\n\n{\n  \"success\": false,\n  \"data\": null,\n  \"error\": \"Error message\"\n}"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/samueli/unifuncs-all-in-one",
    "publisherUrl": "https://clawhub.ai/samueli/unifuncs-all-in-one",
    "owner": "samueli",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/unifuncs-all-in-one",
    "downloadUrl": "https://openagent3.xyz/downloads/unifuncs-all-in-one",
    "agentUrl": "https://openagent3.xyz/skills/unifuncs-all-in-one/agent",
    "manifestUrl": "https://openagent3.xyz/skills/unifuncs-all-in-one/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/unifuncs-all-in-one/agent.md"
  }
}