资料库

Manage online docs, databases, pages, and drive files in the Sztubuddy knowledge base.

68|25|Updated Jul 24, 2026
One-click install
npx skills add https://github.com/rojim666/SztuCode --skill skill-rojim666
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: 资料库
Source: https://github.com/rojim666/SztuCode/tree/main/py-runtime/src/sztu_code/core/prompts/workbuddy/skills/library
Command: npx skills add https://github.com/rojim666/SztuCode --skill skill-rojim666

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? It gives an AI agent a single, governed way to create, edit, organize, search, and share content in the Sztubuddy native knowledge base (资料库), instead of manually operating docs, tables, pages, and drive files across separate product surfaces. ## Core Features & Use Cases - Online document operations: Create docs from Markdown, edit or review existing documents with structured block actions, review cards, batch replace, and table editing. - Structured databases: Create databases with typed fields, import CSV files, and add, update, query, or delete records with schema validation. - HTML pages and dashboards: Generate single-file visualization pages, report pages, or PPT-style presentations from Markdown or local materials, connect them to databases, and publish them as shareable pages. - Space and drive management: Navigate spaces and folders, move or rename nodes, upload and download drive files, manage attachments, and search across the whole library. - Use Case: A user says "turn this CSV into a table and build a dashboard page for the team" — the skill imports the CSV into a database, generates a data-driven HTML page bound to that database, uploads it to the library, and returns a shareable link. ## Quick Start Ask the agent to create an online document, import a CSV into a data table, or turn a Markdown file into a shareable HTML page in the library, optionally providing a space link or node ID as the target location.

Frequently Asked Questions about 资料库

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

FAQPage Schema
How do I import a CSV file into an online database table?▼

Provide the CSV path and the skill analyzes headers and sample rows to infer field types. Small simple files go through direct import_csv, while files needing select, person, or currency types are created with an explicit schema and written in batches of up to 100 records.

How do I turn a Markdown document into a shareable HTML page?▼

Give the Markdown content or file and ask for a page, report, or dashboard. The skill generates a single-file HTML page with responsive layout, uploads it to the library, and returns a shareable link; data-driven pages can also be bound to a database.

Can it edit an existing online document without overwriting everything?▼

Yes. It reads the latest document content, then applies minimal block-level actions such as update, insert, move, or delete. Review mode wraps changes in a review card with tracked insert and delete marks instead of directly rewriting the document.

Does it work with external products like Tencent Docs, Feishu, or Notion?▼

No. This skill only operates the native Sztubuddy library. When a user says knowledge base or provides a space link without naming an external product, all operations default to the native library and no external product is offered as an option.

What happens when an operation targets a team space?▼

Any create, modify, move, rename, or delete whose actual target belongs to a team space triggers a confirmation step showing the final plan before submission. Personal-space changes requested explicitly by the user proceed without that extra confirmation.

Why did a script call return an error JSON instead of results?▼

Scripts output a single error line with a sanitized code and message. The skill maps the innermost error code to one action: fix parameters, re-authenticate once, report permission denial, re-resolve missing nodes, or check state before retrying temporary failures.