Building Kavor #01: Agents Have Invisible Superpowers #2
digows
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Coding agents already have superpowers. The awkward part is that many of those powers are invisible.
A provider may discover instructions from the filesystem, load a plugin, connect to an MCP server, inherit permissions, or receive tools from its runtime. The user sees the result, but rarely gets a clear operational model of what made it possible.
What we are exploring
Kavor already makes agents, work, Connections, and Guardrails visible on a Canvas. The next question is whether a CodingAgent Node can also explain:
A distinction worth protecting
Our current working model separates:
A Skill can teach an agent how to diagnose an n8n workflow. It cannot grant n8n access by itself. That requires a Connector, authentication, and an authorization boundary.
The first real test
We do not want to design a generic marketplace in isolation. The first Capability Pack should be narrow enough to expose flaws in the model.
The leading candidates are:
Browser control and native applications are intentionally later. They introduce separate runtime problems that would hide the capability-model questions we need to answer first.
Your turn
Think about the most capable coding-agent setup you use today:
No formal proposal required. A concrete workflow or sharp counterexample is enough.
Read the complete, versioned track: Visible Agent Capabilities.
All reactions