Build Personal Asset Library. Use when the user wants to convert parsed materials into asset cards and a queryable library at the asset-build stage, including “建资产库”“生成资产卡”“去重整理版本”. Prefer caixu-skill when the user asks for the full end-to-end mainline or is unsure which stage to run. This skill creates a build_asset_library pipeline run, reads parsed files from caixu-data-mcp, extracts canonical asset cards from trustworthy parsed text, merges likely duplicate versions conservatively, persists assets and merged groups, and completes the pipeline run with library_id. Do not use it for querying, lifecycle judgment, package creation, or submission.
在用户要“建资产库”“生成资产卡”“去重整理版本”时使用这个 skill。
asset_cardBuildAssetLibraryData、asset_card 或归并字段时,读 references/tool-contracts.mdbinary_only、归并不确定时,读 references/failure-modes.mdcaixu-data-mcp.create_pipeline_runcaixu-data-mcp.get_parsed_filescaixu-data-mcp.append_pipeline_stepcaixu-data-mcp.upsert_asset_cardscaixu-data-mcp.upsert_merged_assetscaixu-data-mcp.complete_pipeline_runlibrary_idfile_ids[]?build_asset_library pipeline run,并在关键阶段追加 append_pipeline_step。get_parsed_files,优先限定到当前批次的 file_ids[]。binary_only 不能仅靠文件名生成 asset_card。asset_card。upsert_asset_cards,再本地构造保守的 merged_assets。upsert_merged_assets;没有归并组不是失败。complete_pipeline_run 结束 build run,并返回 BuildAssetLibraryData,必须包含 library_id、asset_cards、merged_assets 和 summary。null,不要输出 "unknown"。asset_card。experience,且不得携带 issuer/date。partial 或 failed,不要伪造资产库。document_triage 遇到 recoverable model failure,允许 pipeline 保守放行到 asset_extraction,但必须留下 warning / audit。