setup-connector

setup-connector is a skill for Claude Code, Codex from kombohq/company-brain. It costs 63 tokens per session (1,424 once invoked), scanned A, original, MIT.

A setup guide for enabling an existing connector that synchronizes an outside data source, such as Notion, a website, a code repository, Zendesk, Pylon, or Granola.

In plain words
What is it for?
Use it to check available connectors, prepare environment variables, configure GitHub Actions secrets, and adjust filtering or synchronization output.
Why use it?
It explains how to find the connector, configure credentials, add the required CI secrets, and enable scheduled synchronization without building a new connector.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents; installed under .agents/ (shared by several agents); mentions AGENTS.md.

Good fit Use it to check available connectors, prepare environment variables, configure GitHub Actions secrets, and adjust filtering or synchronization output.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kombohq/company-brain/setup-connector
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add kombohq/company-brain --skill setup-connector
Clone the repo
git clone --depth 1 https://github.com/kombohq/company-brain

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for setup-connector

README.md
[![agentmods](https://agentmods.dev/badge/skills/kombohq/company-brain/setup-connector/github.svg)](https://agentmods.dev/skills/kombohq/company-brain/setup-connector)
Your own site
<a href="https://agentmods.dev/skills/kombohq/company-brain/setup-connector"><img src="https://agentmods.dev/badge/skills/kombohq/company-brain/setup-connector/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for setup-connector

Your own site · 80×15
<a href="https://agentmods.dev/skills/kombohq/company-brain/setup-connector"><img src="https://agentmods.dev/badge/skills/kombohq/company-brain/setup-connector.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 63 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,424 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00063 $0.01424
Opus 5 $0.00032 $0.00712
Sonnet 5 $0.00013 $0.00285
Haiku 4.5 $0.00006 $0.00142

Measured 10d ago against content hash 81074db624d1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

setup-connector scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/setup-connector/SKILL.md · 98 lines

How it starts

The opening of the file, as written. The whole thing — 98 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Set up an existing connector

This skill covers enabling a connector that already exists in src/connectors/. To build a connector for a new data source, use the add-connector skill instead.

1. Identify the connector

Check src/connectors/ to see which connectors are available in this repo. Also check the canonical template at https://github.com/kombohq/company-brain/tree/main/src/connectors/ - a newer connector for the data source the user wants may already exist there and can be pulled in before building anything from scratch.

2. Find the required credentials

Read .env.example for the connector's env vars. Each var has a comment pointing to where credentials are created and what permissions are needed.

Copy .env.example to .env. Ask the user for the credential values.

3. Add GitHub Actions secrets

The same values that go in .env need to be added as repository secrets so CI can use them.

Find the exact secret names in .github/workflows/sync-<source>.yml - look for ${{ secrets.* }} references.

Direct the user to: https://github.com/<owner>/<repo>/settings/secrets/actions

4. Configure the CI workflow

The workflow files under .github/workflows/ are templates that ship with placeholder values. Before enabling them, read the connector's doc at docs/connectors/<source>.md to understand what needs to be customized.

Replace placeholder values. Each workflow ships with example URLs, subdomains, repo names, or other source-specific values (e.g. kombo.dev, owner/example, kombo-api). Update these to point at the real source before committing.

Rename and describe the workflow. Update the name: field at the top to reflect what it actually syncs (e.g. Sync Public docs instead of Sync Web). This makes the Actions tab readable when multiple workflows are running.

Enable the schedule. Uncomment the schedule: block and set a cron expression that fits how often the source changes (times are UTC).

Stagger schedules across connectors. When multiple workflows run at the same time, the commit-and-push step serializes via rebase, adding latency and noise. Spread cron times.

Read the full file on GitHub · 98 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 98 lines · 63 tokens per session scan A 81074db624d1

Subscribe to this mod's changes

setup-connector is a skill published in the GitHub repository kombohq/company-brain (20 stars, last pushed 2mo ago), licensed MIT. It adds 63 tokens to every session and 1,424 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

groq-inference

Ultra-fast LLM inference on custom LPU hardware. OpenAI-compatible API at api.groq.com. Lowest latency in the industry (500-1000+ tok/s). Supports chat completions, vision, audio (Whisper STT + TTS), tool calling, JSON mode, and streaming. Free tier available. Inference only — no training.

synthetic-sciences/openscience · 77 tokens

protocolsio-integration

Integration with protocols.io API for managing scientific protocols. This skill should be used when working with protocols.io to search, create, update, or publish protocols; manage protocol steps and materials; handle discussions and comments; organize workspaces; upload and manage files; or integrate protocols.io…

synthetic-sciences/openscience · 85 tokens

bunqueue

Use bunqueue job queue library - Queue, Worker, Bunqueue (simple mode), FlowProducer, cron, DLQ, embedded and TCP modes.

egeominotti/bunqueue · 32 tokens

tauri-django-react

Agents should invoke this skill for Tauri + Django + React desktop apps, especially backend lifecycle, CORS/auth, frontend integration, mandatory light/dark theming, German/English i18n, build packaging, dual desktop/web deployment, Rust commands, and platform-specific gotchas.

Firstp1ck/pi-coding-agent-forge · 63 tokens

wire-a-new-payment-provider

Add or swap a payment provider behind the @stack/payment adapter in the builders-stack monorepo. Use when integrating Stripe, Paddle, Lemon Squeezy, or any provider alongside or in place of the default Creem adapter. The whole point is that apps and the API never change — only the adapter implementation does. Covers…

lonormaly/builders-stack · 92 tokens

mandu-mcp-create-flow

A specification-first workflow for creating features, resources, routes, or API endpoints. It creates a contract describing the expected structure before generating the code, then verifies the result.

konamgil/mandu · 76 tokens