Brevo connector solution builder
Skill tajoio/tajo-agent-skills/skills/brevo-connector-solution-builder
Open agent skills for commerce, marketing, CRM, lifecycle messaging, and integration APIs.
npx -y skills add tajoio/tajo-agent-skills --skill brevo-connector-solution-builderAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use when designing a connector or integration that maps an official source API into Brevo contacts, events, lists, transactional messages, campaigns, or suppression-safe lifecycle workflows.
The file declares its own license as Apache-2.0. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.8 KB, 306 tokens by cl100k_base, as published. Nobody here has run it
Brevo Connector Solution Builder
Use this skill to design Brevo-bound integrations from official source evidence. Normalize source data first, then map it into Brevo actions.
Source Priority
- Official OpenAPI or Swagger spec.
- Official MCP server or tool schema.
- Official SDK or CLI docs.
- Official written API docs and examples.
- Community examples only for prototypes.
- Generated endpoint guesses only for exploration.
Build Rules
- Start with the user outcome: identify contacts, emit events, assign lists, send messages, create CRM objects, or process webhooks.
- Capture source auth, pagination, rate limits, webhook verification, idempotency, and replay behavior.
- Define a normalized event contract before writing to Brevo.
- Confirm consent, suppression, deletion, and unsubscribe semantics.
- Require a sample source payload, normalized payload, and Brevo destination payload.
- Block production code generation when confidence is below 0.95.
Output Shape
Produce a compact solution pack:
<connector>-brevo-solution/
SKILL.md
references/
official-sources.md
auth-and-install.md
resources-and-endpoints.md
engagement-events.md
webhooks-and-events.md
rate-limits-and-retries.md
examples-and-recipes.md
References
references/official-source-policy.mdreferences/solution-pack-template.md
What ships with it: 2 files
2.3 KB alongside SKILL.md