caixu-maintain-asset-library

Maintain Personal Asset Library. Use when the user wants to inspect, review, patch, archive, restore, or verify a personal material asset library after initial build, including “看库概览”“修一条资产”“归档这条不该进库的材料”“看待复核队列”. Prefer caixu-skill when the user asks for the full end-to-end mainline or is unsure which stage to run. This skill loads library overviews and review queues from caixu-data-mcp, applies minimal maintenance actions such as patching or archiving one asset at a time, and re-checks query results. Do not use it for fresh ingest, asset extraction, lifecycle judgment, package building, or submission.

3,891 stars

Best use case

caixu-maintain-asset-library is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Maintain Personal Asset Library. Use when the user wants to inspect, review, patch, archive, restore, or verify a personal material asset library after initial build, including “看库概览”“修一条资产”“归档这条不该进库的材料”“看待复核队列”. Prefer caixu-skill when the user asks for the full end-to-end mainline or is unsure which stage to run. This skill loads library overviews and review queues from caixu-data-mcp, applies minimal maintenance actions such as patching or archiving one asset at a time, and re-checks query results. Do not use it for fresh ingest, asset extraction, lifecycle judgment, package building, or submission.

Teams using caixu-maintain-asset-library should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/caixu-maintain-asset-library/SKILL.md --create-dirs "https://raw.githubusercontent.com/openclaw/skills/main/skills/angjustinl/asset-library-skill/caixu-maintain-asset-library/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/caixu-maintain-asset-library/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How caixu-maintain-asset-library Compares

Feature / Agentcaixu-maintain-asset-libraryStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Maintain Personal Asset Library. Use when the user wants to inspect, review, patch, archive, restore, or verify a personal material asset library after initial build, including “看库概览”“修一条资产”“归档这条不该进库的材料”“看待复核队列”. Prefer caixu-skill when the user asks for the full end-to-end mainline or is unsure which stage to run. This skill loads library overviews and review queues from caixu-data-mcp, applies minimal maintenance actions such as patching or archiving one asset at a time, and re-checks query results. Do not use it for fresh ingest, asset extraction, lifecycle judgment, package building, or submission.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# Maintain Personal Asset Library

在用户要“看库概览”“修一条资产”“归档这条不该进库的材料”“看待复核队列”时使用这个 skill。

## Quick flow

1. 先看库概览或 review queue
2. 逐条做 patch / archive / restore
3. 再查一次资产库确认结果生效

## Read next only when needed

- 需要确认维护顺序和何时 patch / archive 时,读 [references/workflow.md](references/workflow.md)
- 需要确认 overview、review queue、patch 返回结构时,读 [references/tool-contracts.md](references/tool-contracts.md)
- 需要最小 JSON 输出模板时,读 [references/output-patterns.md](references/output-patterns.md)
- 遇到找不到库、误归档、patch 冲突时,读 [references/failure-modes.md](references/failure-modes.md)

## Required tools

- `caixu-data-mcp.list_libraries`
- `caixu-data-mcp.get_library_overview`
- `caixu-data-mcp.list_review_queue`
- `caixu-data-mcp.patch_asset_card`
- `caixu-data-mcp.archive_asset`
- `caixu-data-mcp.restore_asset`
- `caixu-data-mcp.query_assets`

## Required input

- `library_id?`
- `maintenance_goal?`
- `asset_id?`

## Workflow

1. 用户未给 `library_id` 时,先用 `list_libraries` 找候选,再落到单库维护。
2. 先读 `get_library_overview`;涉及低置信或边界材料时再读 `list_review_queue`。
3. 默认一次只改一条资产:`patch_asset_card`、`archive_asset` 或 `restore_asset`。
4. 修改后必须再跑一次 `query_assets` 或重新读取 `get_library_overview` 验证结果已生效。
5. 成功返回维护后的关键事实:库概览、改动后的资产、仍待复核的数量。

## Guardrails

- 这是维护 skill,不负责重新 ingest、重建整库、生命周期判断、打包或提交。
- 不要直接发明资产字段;只在用户明确要修正且证据充分时 patch。
- 不要批量修改多条资产,除非用户明确要求并且每条改动都能解释。
- 归档优先于删除;MVP 不做物理删除。
- `query-assets` 只负责验证,不负责修改。
- 如果 patch 证据不足,保留 `needs_review`,不要硬改成高置信完成态。

Related Skills

ai-prompt-library-pro

3891
from openclaw/skills

AI 绘画提示词库,包含 1000+ 高质量 Midjourney/Stable Diffusion 提示词模板,覆盖人像、风景、产品、插画等场景。

caixu-query-assets

3891
from openclaw/skills

Search Personal Asset Library. Use when the user wants to search or filter an existing 材序 asset library at the query 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 normalizes filters into precise retrieval inputs, uses agent tags plus FTS by default, and only calls the optional semantic vector retrieval function when the user explicitly asks for similar or related materials.

caixu-ingest-materials

3891
from openclaw/skills

Import Personal Documents. Use when the user wants to import a local directory or explicit files into 材序 at the ingest 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 or loads a library, starts an ingest pipeline run, lets the agent choose per-file routes over low-level OCR and parser tools, persists ParsedFile records, and hands off library_id plus run_id to build-asset-library. Do not use it for asset extraction, lifecycle judgment, package building, or submission.

caixu-build-asset-library

3891
from openclaw/skills

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.

caixu-skill

3891
from openclaw/skills

Asset Library Skill. Use when the user expresses the overall end-to-end intent in one request, including “把这些材料建成资产库”“列出未来 60 天需要续办或补办的事项”“生成暑期实习申请材料包”, when the user wants to search materials by natural language but is unsure whether the local retrieval environment is ready, when the user is unsure which phase skill to run, or when the environment may not be installed yet. This skill routes only to the current child skill, sends first-time installation agents to references/install.md when keys, retrieval config, or runtime setup are missing, explains stage boundaries and next steps, and does not directly call MCP tools, extract files, build packages, or submit forms.

indigo-assets

3891
from openclaw/skills

Query real-time prices and data for Indigo Protocol iAssets, ADA, and INDY tokens.

caixu-check-lifecycle

3880
from openclaw/skills

Check Document Renewal Requirements. Use when the user wants a lifecycle diagnosis for an existing asset library at the lifecycle stage, including “看未来 60 天续办”“查缺件”“判断能不能提交某个目标场景”. Prefer caixu-skill when the user asks for the full end-to-end mainline or is unsure which stage to run. This skill loads assets and a versioned RuleProfileBundle, asks an agent to produce a complete CheckLifecycleData decision, validates readiness and asset references with shared rules helpers, records an audit sidecar, and persists the lifecycle run only when the decision is structurally valid.

caixu-build-package

3880
from openclaw/skills

Build Application Document Package. Use when the user wants export files and a submission bundle from an existing library at the packaging 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 loads the latest validated lifecycle result, a RuleProfileBundle, assets and parsed files, asks an agent to choose package contents, validates the decision, runs deterministic docgen exports, persists the package run with an audit sidecar, and prepares the final bundle for downstream use.

---

3891
from openclaw/skills

name: article-factory-wechat

Content & Documentation

humanizer

3891
from openclaw/skills

Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.

Content & Documentation

find-skills

3891
from openclaw/skills

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.

General Utilities

tavily-search

3891
from openclaw/skills

Use Tavily API for real-time web search and content extraction. Use when: user needs real-time web search results, research, or current information from the web. Requires Tavily API key.

Data & Research