skills
ecosystem. This gives your agent a versioned workflow guide for operating Oviond
instead of leaving it to infer how the pieces fit together each time.
Install
What the skill covers
Theoviond skill helps your agent:
- understand the shape of an account — client → project → page → widget, and where a datasource connection sits
- discover a datasource’s data views, metrics and dimensions before configuring a widget, rather than guessing field ids
- know that data is fetched server-side after a widget is written, and that
refresh_widgets/refresh_projectre-run it — there is no ad-hoc query tool - connect a datasource by API key, and recognise which datasources need a browser sign-in and must be handed back to the app
- build the four widget types that are not vendor datasources — static value, goals, uploaded data, calculated metrics — each of which binds differently
- treat a date range as a preset that re-resolves (“Last 30 Days” keeps meaning the last 30 days), not a fixed pair of dates
- create automations paused, send a test, and wait for confirmation before activating
loading while the
fetch runs, and datasources like Stripe that have no accounts to choose from.
Why use a skill
Without one, your agent has to work out Oviond’s workflows from tool descriptions alone. A description says what one tool does; it cannot say what order to do things in. With a skill you give it:- a stable reference for how the product fits together
- use-case driven guidance instead of tool-by-tool guessing
- explicit caveats for what MCP cannot do and should hand back to the app
- a versioned source of truth you can update as Oviond evolves
Repository
The public source lives here:Install notes
- After installing, restart your AI tool if it does not pick up the new skill immediately
- Pair it with the MCP connector — the skill explains the workflows, the connector executes them
- The skills ecosystem is supported by Claude Code and claude.ai. If you use Oviond through another client, the connector still ships the essentials in its own instructions