Install
openclaw skills install wiki-ops-qa-3Use when an agent should answer simple operations questions by retrieving internal wiki content through wiki MCP, and must refuse to answer when the wiki does not provide enough evidence.
openclaw skills install wiki-ops-qa-3Answer simple operations questions from wiki MCP only. If the wiki does not support the answer, say so directly.
Use this skill for document-oriented operations questions such as:
Do not use this skill for:
builtin-wiki-search-tool.builtin-wiki-document-tool for the selected documents.Before answering, verify:
builtin-wiki-search-tool, builtin-wiki-document-toolkeyword, doc_id, optional limit)keyword is a plain search phrase and not an expression with format placeholdersIf tool calls fail, switch to error-triage mode and do not produce undocumented runbook steps.
Use the wiki MCP tools in this order:
builtin-wiki-search-toolbuiltin-wiki-document-toolExpected usage:
builtin-wiki-search-tool
keyword: a concise operations querylimit: usually 3, increase only if the first pass is weakbuiltin-wiki-document-tool
doc_id: a document id returned by the search toolDefault call pattern:
keywordbuiltin-wiki-search-tool(keyword, limit=3)builtin-wiki-document-tool(doc_id) for the best matchDo not answer from search titles alone when the body is needed to support the conclusion.
prod, staging, test, gray, canary.restart, rollback, deploy, release, logs, alarm, SOP.keyword as plain text. Do not build format strings from user input.Preferred query construction:
<service> restart<service> deploy or <service> release<service> logs<alert> SOP or <alert> handlingIf the user includes an environment, append it to the query.
Use this shape when answering:
Conclusion: direct answer to the questionEvidence: wiki page title and the supporting pointsUnknown: anything the wiki does not explicitly coverKeep the answer short. Reuse wiki terminology where possible.
Refuse or answer conservatively when:
Preferred wording:
I don't know based on the wiki results I found.The wiki does not contain enough information for a reliable answer.I found related wiki pages, but they do not explicitly describe that step.Use one of these modes based on user intent:
Do not treat this skill as:
If wiki tool invocation fails, classify first and report explicitly:
lookup ... server misbehaving, timeout):
x509, self-signed, unknown authority):
401, 403):
%!s(MISSING), malformed query):
During triage:
System issue from Wiki evidenceSuggested output shape for failures:
Status: why the call failedImpact: what cannot be answered nowNext checks: 2-4 concrete checks (network, cert, auth, query)No evidence: explicitly state no wiki evidence was retrievedRestart question:
service X restartbuiltin-wiki-search-tool with that keywordbuiltin-wiki-document-toolAlert handling question:
alert Y SOP or alert Y handling