AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Inventory

skill-ulises-jeremias-agent-toolkit-inventory · by ulises-jeremias

Discover installed skills, agents, loops, and platform capabilities via agent-toolkit inventory,

No reviews yet
0 installs
13 views
0.0% view→install

Install

$ agentstack add skill-ulises-jeremias-agent-toolkit-inventory

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-ulises-jeremias-agent-toolkit-inventory)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Inventory? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Inventory

Discover what the toolkit can do before you build — skills, agents, loops, MCP, and platform support — via agent-toolkit inventory, matrix, build --check, and skills list.

When to use

  • User asks "what can agent-toolkit do?", "what skills are available?", or "is there a skill for X".
  • Before starting delivery: check which workflow (delivery/*), forge (github-cli-workflow), or ops (swarm) skills apply.
  • After agent-toolkit install — verify what was deployed and what needs mcp setup.
  • Before running build or plugin — understand target support via matrix.

Workflow

1. List everything

agent-toolkit inventory              # skills (61), agents (16), loops (10), products
agent-toolkit matrix                 # platform capability matrix (claude-code, cursor, opencode, etc.)
agent-toolkit skills list            # grouped by domain (core, ops, forge, etc.)
agent-toolkit skills list --domain ops  # filter
agent-toolkit loops --help 2>&1 | head

inventory now shows 61 skills across 9 domains including the new swarm family:

  • ops/swarm, ops/swarm-observer, ops/swarm-handoff, tooling/herdr, forge/worktree, core/workspace, core/project, integrations/mcp, tooling/inventory.

2. Inspect a skill or agent

agent-toolkit skills validate        # all 61 should be ✓
muse skills validate ~/.ai-workspace/.agents/skills/swarm --json | jq .valid
cat skills/ops/swarm/SKILL.md | head -n 20
cat agents/code-reviewer/AGENT.md | head -n 20
ls plugins/  # agent-toolkit-core, agent-toolkit-forge, etc. — each maps skills+agents to targets

3. Check readiness before delivery

agent-toolkit doctor
agent-toolkit mcp doctor
agent-toolkit swarm doctor           # herdr/tmux + runner model profiles
agent-toolkit build --check          # validate compilation without writing plugins/

4. After adding skills (host vs checkout)

Host / installed toolkit (consumers): use the CLI only — do not expect repo-root scripts/ (it is not installed to XDG/wheel):

agent-toolkit skills validate
agent-toolkit skills list --domain ops
agent-toolkit inventory
agent-toolkit install --dry-run

Maintainer / repo checkout only (CI or local clone of agent-toolkit): regenerate catalogs and package data from the monorepo root:

v run scripts/generate-catalogs.vsh          # regenerate catalogs/*.yaml
bash scripts/prepare-package-data.sh         # sync skills/catalogs into packages/pypi/.../data/
agent-toolkit skills validate

Delegates to

| Need | Skill | |------|-------| | Use a discovered skill | assistant (discovery), swarm (orchestration), workspace (context) | | Install or sync to a tool | mcp (providers), herdr (UI) | | Build error after inventory | build-error-resolver agent |

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.