{
  "schemaVersion": "1.0",
  "item": {
    "slug": "gno-bak-2026-01-28t18-01-20-10-30",
    "name": "Gno.Bak 2026 01 28T18:01:20+10:30",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/nicoataiza/gno-bak-2026-01-28t18-01-20-10-30",
    "canonicalUrl": "https://clawhub.ai/nicoataiza/gno-bak-2026-01-28t18-01-20-10-30",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/gno-bak-2026-01-28t18-01-20-10-30",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gno-bak-2026-01-28t18-01-20-10-30",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "_meta.json",
      "cli-reference.md",
      "examples.md",
      "mcp-reference.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-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/gno-bak-2026-01-28t18-01-20-10-30"
    },
    "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/gno-bak-2026-01-28t18-01-20-10-30",
    "agentPageUrl": "https://openagent3.xyz/skills/gno-bak-2026-01-28t18-01-20-10-30/agent",
    "manifestUrl": "https://openagent3.xyz/skills/gno-bak-2026-01-28t18-01-20-10-30/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/gno-bak-2026-01-28t18-01-20-10-30/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": "GNO - Local Knowledge Engine",
        "body": "Fast local semantic search. Index once, search instantly. No cloud, no API keys."
      },
      {
        "title": "When to Use This Skill",
        "body": "User asks to search files, documents, or notes\nUser wants to find information in local folders\nUser needs to index a directory for searching\nUser mentions PDFs, markdown, Word docs, code to search\nUser asks about knowledge base or RAG setup\nUser wants semantic/vector search over their files\nUser needs to set up MCP for document access\nUser wants a web UI to browse/search documents\nUser asks to get AI answers from their documents\nUser wants to tag, categorize, or filter documents\nUser asks about backlinks, wiki links, or related notes\nUser wants to visualize document connections or see a knowledge graph"
      },
      {
        "title": "Quick Start",
        "body": "gno init                              # Initialize in current directory\ngno collection add ~/docs --name docs # Add folder to index\ngno index                             # Build index (ingest + embed)\ngno search \"your query\"               # BM25 keyword search"
      },
      {
        "title": "Command Overview",
        "body": "CategoryCommandsDescriptionSearchsearch, vsearch, query, askFind documents by keywords, meaning, or get AI answersLinkslinks, backlinks, similar, graphNavigate document relationships and visualize connectionsRetrieveget, multi-get, lsFetch document content by URI or IDIndexinit, collection add/list/remove, index, update, embedSet up and maintain document indexTagstags, tags add, tags rmOrganize and filter documentsContextcontext add/list/rm/checkAdd hints to improve search relevanceModelsmodels list/use/pull/clear/pathManage local AI modelsServeserveWeb UI for browsing and searchingMCPmcp, mcp install/uninstall/statusAI assistant integrationSkillskill install/uninstall/show/pathsInstall skill for AI agentsAdminstatus, doctor, cleanup, reset, vec, completionMaintenance and diagnostics"
      },
      {
        "title": "Search Modes",
        "body": "CommandSpeedBest Forgno searchinstantExact keyword matchinggno vsearch~0.5sFinding similar conceptsgno query --fast~0.7sQuick lookupsgno query~2-3sBalanced (default)gno query --thorough~5-8sBest recall, complex queriesgno ask --answer~3-5sAI-generated answer with citations\n\nRetry strategy: Use default first. If no results: rephrase query, then try --thorough."
      },
      {
        "title": "Common Flags",
        "body": "-n <num>              Max results (default: 5)\n-c, --collection      Filter to collection\n--tags-any <t1,t2>    Has ANY of these tags\n--tags-all <t1,t2>    Has ALL of these tags\n--json                JSON output\n--files               URI list output\n--line-numbers        Include line numbers"
      },
      {
        "title": "Global Flags",
        "body": "--index <name>    Alternate index (default: \"default\")\n--config <path>   Override config file\n--verbose         Verbose logging\n--json            JSON output\n--yes             Non-interactive mode\n--offline         Use cached models only\n--no-color        Disable colors\n--no-pager        Disable paging"
      },
      {
        "title": "Important: Embedding After Changes",
        "body": "If you edit/create files that should be searchable via vector search:\n\ngno index              # Full re-index (sync + embed)\n# or\ngno embed              # Embed only (if already synced)\n\nMCP gno.sync and gno.capture do NOT auto-embed. Use CLI for embedding."
      },
      {
        "title": "Reference Documentation",
        "body": "TopicFileComplete CLI reference (all commands, options, flags)cli-reference.mdMCP server setup and toolsmcp-reference.mdUsage examples and patternsexamples.md"
      }
    ],
    "body": "GNO - Local Knowledge Engine\n\nFast local semantic search. Index once, search instantly. No cloud, no API keys.\n\nWhen to Use This Skill\nUser asks to search files, documents, or notes\nUser wants to find information in local folders\nUser needs to index a directory for searching\nUser mentions PDFs, markdown, Word docs, code to search\nUser asks about knowledge base or RAG setup\nUser wants semantic/vector search over their files\nUser needs to set up MCP for document access\nUser wants a web UI to browse/search documents\nUser asks to get AI answers from their documents\nUser wants to tag, categorize, or filter documents\nUser asks about backlinks, wiki links, or related notes\nUser wants to visualize document connections or see a knowledge graph\nQuick Start\ngno init                              # Initialize in current directory\ngno collection add ~/docs --name docs # Add folder to index\ngno index                             # Build index (ingest + embed)\ngno search \"your query\"               # BM25 keyword search\n\nCommand Overview\nCategory\tCommands\tDescription\nSearch\tsearch, vsearch, query, ask\tFind documents by keywords, meaning, or get AI answers\nLinks\tlinks, backlinks, similar, graph\tNavigate document relationships and visualize connections\nRetrieve\tget, multi-get, ls\tFetch document content by URI or ID\nIndex\tinit, collection add/list/remove, index, update, embed\tSet up and maintain document index\nTags\ttags, tags add, tags rm\tOrganize and filter documents\nContext\tcontext add/list/rm/check\tAdd hints to improve search relevance\nModels\tmodels list/use/pull/clear/path\tManage local AI models\nServe\tserve\tWeb UI for browsing and searching\nMCP\tmcp, mcp install/uninstall/status\tAI assistant integration\nSkill\tskill install/uninstall/show/paths\tInstall skill for AI agents\nAdmin\tstatus, doctor, cleanup, reset, vec, completion\tMaintenance and diagnostics\nSearch Modes\nCommand\tSpeed\tBest For\ngno search\tinstant\tExact keyword matching\ngno vsearch\t~0.5s\tFinding similar concepts\ngno query --fast\t~0.7s\tQuick lookups\ngno query\t~2-3s\tBalanced (default)\ngno query --thorough\t~5-8s\tBest recall, complex queries\ngno ask --answer\t~3-5s\tAI-generated answer with citations\n\nRetry strategy: Use default first. If no results: rephrase query, then try --thorough.\n\nCommon Flags\n-n <num>              Max results (default: 5)\n-c, --collection      Filter to collection\n--tags-any <t1,t2>    Has ANY of these tags\n--tags-all <t1,t2>    Has ALL of these tags\n--json                JSON output\n--files               URI list output\n--line-numbers        Include line numbers\n\nGlobal Flags\n--index <name>    Alternate index (default: \"default\")\n--config <path>   Override config file\n--verbose         Verbose logging\n--json            JSON output\n--yes             Non-interactive mode\n--offline         Use cached models only\n--no-color        Disable colors\n--no-pager        Disable paging\n\nImportant: Embedding After Changes\n\nIf you edit/create files that should be searchable via vector search:\n\ngno index              # Full re-index (sync + embed)\n# or\ngno embed              # Embed only (if already synced)\n\n\nMCP gno.sync and gno.capture do NOT auto-embed. Use CLI for embedding.\n\nReference Documentation\nTopic\tFile\nComplete CLI reference (all commands, options, flags)\tcli-reference.md\nMCP server setup and tools\tmcp-reference.md\nUsage examples and patterns\texamples.md"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/nicoataiza/gno-bak-2026-01-28t18-01-20-10-30",
    "publisherUrl": "https://clawhub.ai/nicoataiza/gno-bak-2026-01-28t18-01-20-10-30",
    "owner": "nicoataiza",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/gno-bak-2026-01-28t18-01-20-10-30",
    "downloadUrl": "https://openagent3.xyz/downloads/gno-bak-2026-01-28t18-01-20-10-30",
    "agentUrl": "https://openagent3.xyz/skills/gno-bak-2026-01-28t18-01-20-10-30/agent",
    "manifestUrl": "https://openagent3.xyz/skills/gno-bak-2026-01-28t18-01-20-10-30/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/gno-bak-2026-01-28t18-01-20-10-30/agent.md"
  }
}