Open agent skills for commerce, marketing, CRM, lifecycle messaging, and integration APIs.
Tajo Agent Skills packages API operating knowledge as portable skill folders. Each skill gives an agent a focused workflow: when to use an API, what evidence to require, where the safety boundaries are, and which reference files to load only when deeper detail is needed.
The first collection focuses on Brevo: contacts, lists, events, transactional messaging, campaign planning, webhooks, suppression, and connector-to-Brevo integration design.
brevo-deep-api-operator- Brevo API operations for contacts, lists, events, transactional email/SMS, webhooks, suppression, and retries.brevo-engagement-designer- Brevo campaign and dispatch planning with consent, approval, deliverability, and budget guardrails.brevo-connector-solution-builder- Connector design workflow for mapping official vendor APIs into Brevo-ready engagement events and actions.
Copy one or more folders from skills/ into an Agent Skills-compatible location, for example:
your-project/
.agents/
skills/
brevo-deep-api-operator/
SKILL.md
references/
Then start a compatible agent session and ask for a Brevo API, campaign, webhook, or connector task. The agent should discover the skill by its name and description, then load the full instructions only when relevant.
See Quick Start for installation options and Brevo Pack for the skill map.
skills/
brevo-deep-api-operator/
SKILL.md
references/
brevo-engagement-designer/
SKILL.md
references/
brevo-connector-solution-builder/
SKILL.md
references/
templates/
examples/
evals/
scripts/
Each skill follows the Agent Skills folder model: a SKILL.md file with required frontmatter, plus focused reference files loaded only when useful.
Skills reference credentials by environment-variable name only, such as BREVO_API_KEY. Do not hard-code real API keys, passwords, customer data, or private workspace URLs in skills, examples, templates, issues, or pull requests.
See Security.
npm run validateThe validator checks skill folder names, required frontmatter, AgentSkills-compatible names, catalog references, and common secret patterns.
Apache-2.0.