100k+ indexed skills. One lightweight setup command. — npx aiasm setup →

AIASM

Skills, routed. Not bolted on.

Install the skill layer once. Your agent discovers and attaches capabilities at runtime, keeping prompts lean and workflows modular.

quickstart
$ npx aiasm setup
installs registry
wires skill fetch
adds audit trail
Find
intent → skill
Attach
runtime
Scope
least-privilege
Ship
reproducible
browserfilesystempostgresslackghstripe
Built for
CA
Coding Agents
RA
Research Agents
WA
Workflow Agents
AB
Agent Builders
SA
Skill Authors
AT
AI Teams
IC
Internal Copilots
AR
Automation Runtimes
CA
Coding Agents
RA
Research Agents
WA
Workflow Agents
AB
Agent Builders
SA
Skill Authors
AT
AI Teams
IC
Internal Copilots
AR
Automation Runtimes
CA
Coding Agents
RA
Research Agents
WA
Workflow Agents
AB
Agent Builders
SA
Skill Authors
AT
AI Teams
IC
Internal Copilots
AR
Automation Runtimes
CA
Coding Agents
RA
Research Agents
WA
Workflow Agents
AB
Agent Builders
SA
Skill Authors
AT
AI Teams
IC
Internal Copilots
AR
Automation Runtimes
CA
Coding Agents
RA
Research Agents
WA
Workflow Agents
AB
Agent Builders
SA
Skill Authors
AT
AI Teams
IC
Internal Copilots
AR
Automation Runtimes

How it works

Your agent should not know everything.

It should know how to find the right skill. AIASM turns agent skills into runtime infrastructure: indexed, matched, and delivered exactly when the task needs them.

IDX

Index the world of agent skills

AIASM continuously organizes public and private agent skills into a searchable capability graph, so useful expertise is discoverable without installing everything up front.

Connect your agent
idx.aiasm
100k+ skills normalized into task-ready metadata
Skill descriptions, inputs, outputs, and constraints extracted
Duplicate and stale packages filtered before matching
Private team skills can sit beside the public index
MTCH

Match by task, not keyword

Agents ask for what they are trying to do. AIASM returns the right skill for the right task, with enough context for the agent to use it immediately.

Connect your agent
mtch.aiasm
Understands task intent, runtime constraints, and tool surface
Ranks skills by fit instead of raw popularity
Returns install, usage, and guardrail instructions together
Keeps agents focused on the next useful capability
LITE

Keep agents lightweight

Your agent does not need to carry a massive library of rarely used skills. It starts lean, then fetches the capability it needs when the work demands it.

Connect your agent
lite.aiasm
Smaller default context for faster everyday runs
No bloated skill bundle copied into every agent
On-demand retrieval before execution
Cleaner prompts with fewer irrelevant instructions
API

Call AIASM from any agent

Use the setup command once, then let coding agents, research agents, workflow agents, or internal copilots query AIASM as part of their normal task loop.

Connect your agent
api.aiasm
npx aiasm setup connects your local agent runtime
Search, resolve, and attach skills through one service
Works as infrastructure, not another chat UI
Designed for humans who want smarter agents, not heavier agents

Before and after

What changes when agents can fetch skills

Strong agents are not the ones with the biggest prompt. They are the ones that can pull in the right capability at the exact moment of work.

Task
Without
With AIASM
Default context
Every skill loaded
Only what fits
Skill discovery
Manual search
Runtime match
Agent setup
Copy/paste skill packs
npx aiasm setup
Task execution
Generic response
Specialized playbook
Skill coverage
Local collection
100k+ indexed

100k+ skills

indexed so your agent does not need to install or remember all of them

Skill infrastructure

The registry layer agents were missing

npm made code reuse normal. AIASM does the same for agent capabilities: discover, match, attach, and execute without stuffing every skill into every agent.

Setup the registry
100k+
Indexed Skills
1
Setup Command
0
Agent Bloat
R/S
Slogan

Setup

Give your agent a skill manager

One command connects your agent to a searchable skill layer, so every future task can start with the right capability.

terminal
$ npx aiasm setup
01

Install the connector

Run the setup command once in the environment where your agent works.

02

Ask for a task match

Your agent describes the task and AIASM resolves the most useful skill.

03

Attach what matters

The selected skill is added to context with usage instructions and constraints.