Install
openclaw skills install @erikjager55/branddock-skillWork on-brand with Branddock, the brand memory and brand check for AI. Use this skill whenever you create, rewrite or review content for a brand that uses Branddock (social posts, emails, blogs, ads, web copy, scripts) — it makes you fetch the real brand context first, write with it, score every out
openclaw skills install @erikjager55/branddock-skillBranddock holds a brand's complete DNA (voice, personas, products, competitors, guidelines) and can measure how on-brand any text is: the F-VAL score (0–100, with concrete findings). Your job with this skill: never write "generic AI" content for a Branddock brand. Fetch the brand first, write with it, verify with the score, and let the human approve.
Not needed for: content explicitly unrelated to the brand, or pure technical/code tasks.
Branddock connector (https://branddock.app/mcp). If the tools are listed in your session, use them directly.https://branddock.app/api/v1, header Authorization: Bearer bd_live_... (workspace-locked API key, created in Branddock under Settings → API & Connectors).https://branddock.app/mcp in your AI's connector settings and log in with your Branddock account — or create an API key in Settings → API & Connectors. Don't improvise brand knowledge without a connection.get_brand_context once per conversation (per brand). It returns the full brand DNA: voice and tone rules, do's & don'ts, personas, products, competitors, style notes and the brand's content language.list_brands first and pass the right brand (workspace id or exact name) to every tool call.generate_on_brand) over writing inline: the full brand pipeline runs server-side, the result lands scored in the user's Branddock library, and the user keeps one place to review. Inline writing is fine for quick drafts and rewrites — then score it (step 3).rewrite_on_brand — nothing is stored, costs 1 credit.score_against_brand (free, unlimited). You get a composite 0–100, a per-pillar breakdown, the brand's threshold and concrete findings.Know the brand (free): get_brand_context · get_brand_md · list_brands · list_personas · list_products · list_competitors · search_knowledge · get_deliverable_content
Guard & follow (free): score_against_brand · get_strategy_status · get_seo_status
Make (costs credits — see below): generate_on_brand · rewrite_on_brand (1) · generate_web_page (5) · generate_long_form_seo (80) · generate_campaign_strategy (80)
API-key only — NOT available over the MCP connector: generate_image (2) · generate_video (20) · import_brand_data. Over the connector (route 1 above) these tools do not exist; don't try to call them. Need on-brand imagery or video? Tell the user it runs through a Branddock API key (route 2) or in the Branddock app itself.
# Full brand context
curl https://branddock.app/api/v1/brand-context \
-H "Authorization: Bearer bd_live_..."
# Score a text against the brand
curl https://branddock.app/api/v1/score \
-H "Authorization: Bearer bd_live_..." \
-H "Content-Type: application/json" \
-d '{"content": "... (min. 50 tekens) ..."}'
Generation endpoints mirror the MCP tools (/generate, /seo-generate, /webpage-generate, /image-generate, /video-generate).
get_seo_status).list_brands and use an id or exact name from that list.