# Act Skill Inventory Report

> Generates a current skill-inventory report from the live Scout host. Use when a user asks to list skills, inventory skills, or report the current ACT skill library.

- Skill: `fabioc-aloha/act-skill-inventory-report` (Agent Skill)
- Install (CLI): `npx skillmds@latest add fabioc-aloha/act-skill-inventory-report`
- Raw SKILL.md: https://api.skillmd.com/api/skills/fabioc-aloha/act-skill-inventory-report/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: fabioc-aloha (https://skillmd.com/u/fabioc-aloha)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/fabioc-aloha/act-skill-inventory-report

---


1. Call `m_list_skills`; treat its returned skill name, ID, scope, enabled state,
   and description as authoritative. Do not infer or add host inventory entries.
2. State the total host-reported skill count in one short sentence before the
   table. Include disabled skills returned by the host.
3. Present exactly one GitHub-flavored Markdown table with the columns `Skill`,
   `Scope`, `Enabled`, `ID`, `Description`, `Source/Version`, and `Last update`.
   Group and sort Global skills first, then Bundled skills, with names
   alphabetically within each scope. Add a total row after each displayed scope
   and a final `All skills` row.
4. When the host reports a Global ACT skill, optionally read
   `$env:OneDrive\Documents\ScoutSkills\ACT_Skills_for_Scout\library-manifest.json`.
   If available, use its `packageVersion` for `Source/Version` and its
   `publishedAt` for `Last update`. If unavailable, use `Not exposed`.
5. For all other host-reported skills, use `Host bundled` for bundled
   `Source/Version`, otherwise `Not exposed`; use `Not exposed` for `Last
   update` unless the host returned a timestamp.
6. Keep each description concise but faithful to the live host inventory. Do not
   infer, fabricate, or reuse stale timestamps.
7. If the optional ACT manifest is available but `m_list_skills` reports no
   matching Global ACT rows, state that visibility gap in one short sentence
   after the table. Do not add manifest-only skills to the table.
8. Do not run an installer, create or remove links, update skills, write to a
   repository, modify settings, or access user data beyond the host inventory
   and optional ACT manifest.

