byagenta-ai· 17 skills
Use find_capabilities to discover the right Agenta tools for an agent you are building, report what each integration needs to connect, and wire the tools into the new agent's config. Use when a setup/builder agent must turn a plain-language task ("post to Slack and open GitHub issues") into attached, connected, ready-to-run tools.
$npx -y skills add agenta-ai/agenta --skill discover-and-wire-toolsInstalls into the current project.
Run `npx skills use "https://github.com/agenta-ai/agenta" --skill "agenta-ai/agenta/discover-and-wire-tools"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/agenta-ai/agenta" that are relevant to the current task. Run `npx skills add "https://github.com/agenta-ai/agenta"` and select the relevant skills, then follow their instructions.