Viindoo AI - Skill Runtime
Attach reusable skills to an AI agent so it gains new procedural knowledge
and new approved actions WITHOUT editing the agent's system prompt. A skill is
a small Markdown instruction body (plus optional tools, topics, and resources)
that is injected into the agent's run only when it is actually applied.
How it works
- Skill - a named, versioned instruction body (manifest_text) aligned
with the open SKILL.md / agentskills.io frontmatter (a lowercase-hyphen
code and a short description for cheap discovery). It can reference
the approved Tools and Topics the agent may use while the skill is
active.
- Skill Pack - a bundle of related skills shipped together (e.g. a
persona pack), so a whole catalogue installs from one data file.
- 3-tier progressive disclosure - to keep the context window sane when an
agent carries many skills, only the applied skills inject their full body.
Bound-but-not-applied on-demand skills offer only their one-line description
for discovery; their body is injected only when the agent picks them.
- Per-run audit - every applied skill writes one append-only
viin.ai.skill.application row pinned to the run's trace, recording which
skill, in which order, at which version - a full governance trail.
- Safe by default - a skill widens an agent's tool allowlist only for
users whose groups match the tool's allowlist; skills are scoped per company.
Supported Editions
- Community Edition
- Enterprise Edition
Requires viin_ai_agent.
This software and associated files (the "Software") may only be
used
(executed, modified, executed after modifications) if you have
purchased a
valid license from the authors, typically via Odoo Apps,
or if you
have
received a written agreement from the authors of the
Software (see the
COPYRIGHT file).
You may develop Odoo modules that use the Software as a library
(typically
by depending on it, importing it and using its
resources), but
without
copying any source code or material from the
Software. You may distribute
those modules under the license of your
choice, provided that this
license
is compatible with the terms of
the Odoo Proprietary License (For
example:
LGPL, MIT, or proprietary
licenses similar to this one).
It is forbidden to publish, distribute, sublicense, or sell
copies of the
Software or modified copies of the Software.
The above copyright notice and this permission notice must be
included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT
SHALL THE
AUTHORS OR COPYRIGHT HOLDERS
BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN
ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING
FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE
SOFTWARE.