polym-sa-wiki

Search SA Wiki, Lark messages, and BytePlus docs to answer SA knowledge questions.

8|Updated May 13, 2026
One-click install
npx skills add https://github.com/byteplus-sa/polym --skill polym-sa-wiki
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: polym-sa-wiki
Source: https://github.com/byteplus-sa/polym/tree/main/skills/polym-sa-wiki
Command: npx skills add https://github.com/byteplus-sa/polym --skill polym-sa-wiki

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill solves the problem of quickly finding and turning scattered SA knowledge (wiki pages, Lark messages, and official docs) into an auditable, up-to-date knowledge base without unsafe concurrent edits.

Core Features & Use Cases

  • Three-source knowledge search: aggregates results from SA Wiki (Bitable knowledge_index + doc fetch), Lark messages, and BytePlus official documentation for more complete answers.
  • Compound knowledge accumulation: when wiki is missing but other sources contain useful information, it prompts you to archive it into SA Wiki.
  • Mandatory, concurrency-safe writes: routes all wiki updates through a required write_queue workflow (agents never write wiki pages directly), including desensitization checks and coordinator commits.

Quick Start

Tell the AI: "Check the SA wiki for customer X and summarize what we know, including the latest related meeting notes."

Frequently Asked Questions about polym-sa-wiki

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search and aggregate SA knowledge from Lark messages and official docs?

Multi-source knowledge search aggregates results from the SA Wiki, Lark messages, and official docs by fetching full-text documents to provide complete answers for SA teams.

How do I safely update a Bitable knowledge base with concurrent wiki edits?

Concurrent wiki updates require routing all writes through a write_queue workflow that prevents unsafe concurrent edits, applies desensitization checks, and logs coordinator-committed audits.

How do I archive Lark meeting notes into a Bitable knowledge index?

Meeting-note archival prompts you to save useful information from Lark messages into the SA Wiki Bitable knowledge_index when existing wiki pages lack the necessary details.

Does the knowledge search workflow enforce desensitization before committing wiki updates?

Yes, desensitization gating is enforced during the write_queue workflow, ensuring sensitive data is checked before the coordinator commits any updates to the SA Wiki.

What is the best way to ingest SOPs and FAQs into a SA Wiki knowledge base?

SOP and FAQ ingestion uses the write_queue workflow to safely process and commit new operational procedures into the SA Wiki Bitable knowledge_index with full audit logging.

Can I retrieve customer progress and operational procedures from a Bitable knowledge index?

Yes, SA Wiki searches the Bitable knowledge_index and fetches full-text docs to answer customer progress checks and find operational procedures for SA tasks.