Install
openclaw skills install @haiyangchenbj/skill-portfolio-auditGenerates evidence-based portfolio audits, candidate scorecards, privacy classifications, consolidation plans, and a persistent execution queue with dependency-linked tasks for Skill portfolio management. The audit is read-only against existing Skills: it does not modify, delete, publish, or execute any original Skill; the persistent execution queue writes only to a separate task ledger file outside the audited Skills. Use when the user asks to inventory Skills, identify duplicated or stale Skills, decide which recurring workflows deserve standalone Skills, or assess which Skills are safe and valuable to share publicly.
openclaw skills install @haiyangchenbj/skill-portfolio-auditSKILL.md files.agent_created, dependencies, personal-data dependencies, company-data dependencies, maturity.Aggregate high-frequency work from three evidence layers:
For each workflow, record: trigger, input, stable steps, variable steps, output, frequency evidence, existing Skill coverage, failure cost, sensitivity.
Judge in this order:
Avoid stuffing everything into one God Skill. Prefer establishing orchestration Skills that reuse existing search, writing, review, layout, and publishing Skills.
Score each 0-5:
| Dimension | Meaning |
|---|---|
| Frequency | Daily/weekly recurring gets high score |
| Stability | More stable steps and acceptance criteria = higher |
| Time saved | Saves time, reduces omissions or errors |
| Independence | Can form a clear input/output boundary |
| Transferability | Reusable across users and industries |
| Evidence accumulated | Has templates, scripts, failure cases, real outputs |
| Maintenance cost | Fragile data sources, frequently changing rules = deduction |
Total score guidance:
| Type | Criteria | Action |
|---|---|---|
| Public | No personal/company data; runs with config swap | Can share publicly |
| Configurable | Method is generic, but contains private paths, vendor lists, style rules, or connectors | Share after extracting config.example |
| Private | Core value depends on holdings, identity, internal materials, customer info, or account structure | Local use only |
| Do not publish | Contains tokens, database IDs, customer names, internal org info, or unpublished positions | Block publish, clean up first |
Sharing value also considers: whether the target audience is clear, whether existing supply is scarce, whether results are verifiable, and whether maintenance responsibility is sustainable.
Output must include:
SKILL.md files.| Scenario | Action |
|---|---|
| Too many Skills | Full enumeration first, then detail-audit self-built and high-frequency Skills; installed generic Skills summarized by category |
| Sub-agent or search fails | Retry and cross-validate with Glob/Read/local stats; do not stop on single failure |
| Insufficient conversation recall | Use project logs, output file counts, and representative files as supplementary evidence; note evidence boundaries |
| Same-name copies with different content | Flag version drift; recommend setting one authoritative source and one-way publish flow |
| Personal data mixed with generic method | Split into public engine + private config/data layer |
# Skill Portfolio and High-Frequency Work Audit
## Conclusion
## Current Work Landscape
## Existing Skill Assets
## Candidate Scorecard Matrix
## Merge and Split Recommendations
## Sharing Value Classification
## 30/60/90-Day Roadmap
## P0 Risks and Immediate Actions
## Evidence and Boundaries