Skip to content

Agent capability matching #1

@jedisct1

Description

@jedisct1

Hi,

And thanks for starting this simple but useful proposal.

Skills can be used by a wide range of agents, with different capabilities. But with the current proposal, skills can't declare the required capabilities (shell access, network, filesystem, etc.)

As a result, agents might fetch skills they can't execute, or can't execute correctly.

It may be worth adding a way to filter skills by what the agent supports.

For example by adding a capability field:

{
  "name": "data-pipeline",
  "capabilities": ["shell", "filesystem", "network"]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions