migrate-functions-connector

migrate-functions-connector is a skill for Claude Code from fivetran/connector_sdk_tools. It costs 58 tokens per session (1,640 once invoked), scanned A, original, MIT.

A migration workflow for moving a Fivetran Functions connector into the Fivetran Connector SDK. Fivetran Functions are custom cloud functions used to send source data to Fivetran.

In plain words
What is it for?
Use it with an AWS Lambda, Azure Function, Google Cloud Function, or other Fivetran Functions connector that you want to migrate.
Why use it?
It helps port an existing function-based integration into the SDK’s project structure and rules.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Good fit Use it with an AWS Lambda, Azure Function, Google Cloud Function, or other Fivetran Functions connector that you want to migrate.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/fivetran/connector_sdk_tools/migrate-functions-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 fivetran/connector_sdk_tools --skill migrate-functions-connector
Clone the repo
git clone --depth 1 https://github.com/fivetran/connector_sdk_tools

Made for: Claude Code.

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 migrate-functions-connector

README.md
[![agentmods](https://agentmods.dev/badge/skills/fivetran/connector_sdk_tools/migrate-functions-connector/github.svg)](https://agentmods.dev/skills/fivetran/connector_sdk_tools/migrate-functions-connector)
Your own site
<a href="https://agentmods.dev/skills/fivetran/connector_sdk_tools/migrate-functions-connector"><img src="https://agentmods.dev/badge/skills/fivetran/connector_sdk_tools/migrate-functions-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 migrate-functions-connector

Your own site · 80×15
<a href="https://agentmods.dev/skills/fivetran/connector_sdk_tools/migrate-functions-connector"><img src="https://agentmods.dev/badge/skills/fivetran/connector_sdk_tools/migrate-functions-connector.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,640 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.00058 $0.01640
Opus 5 $0.00029 $0.00820
Sonnet 5 $0.00012 $0.00328
Haiku 4.5 $0.00006 $0.00164

Measured 9d ago against content hash 7f135f3907e1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

migrate-functions-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 9d 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.

canonical/skills/migrate-functions-connector/SKILL.md · 128 lines

How it starts

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

Context: This plugin is for the Fivetran Connector SDK (CSDK). "CSDK" is shorthand for "Connector SDK".

Migrate a Fivetran Functions Connector to CSDK

FIRST: Read sdk-reference.md from the plugin directory to load SDK rules, operation names, schema constraints, configuration rules, and testing requirements.

Use this workflow to convert an existing Fivetran Functions connector into a Connector SDK project. Functions connector examples and migration references:

When validating the migration workflow itself, use representative examples from the public repository:

  • api/aws_lambda/index.js for JavaScript AWS Lambda with request.secrets, request.state, insert, delete, schema, and hasMore.
  • softDelete/aws-lambda.py for Python AWS Lambda with top-level softDelete.
  • Azure-Function/Pyhton/azure-function.py for Azure Function response wrapping.
  • file/csv/aws_lambda/index.js for file parsing behavior.

Step 1: Locate the Source and Target

If the user did not provide a source path, ask for the directory or file containing the Functions connector. Accept AWS Lambda, Azure Functions, Google Cloud Functions, or standalone handler examples.

Find or create the target CSDK project:

  • If the current directory already has connector.py, configuration.json, and requirements.txt, migrate in place.
  • If no CSDK project exists, ask for the target directory name, then scaffold it with fivetran init before editing files.
  • Do not overwrite unrelated files.

Step 2: Inventory the Functions Connector

Read the source code and identify:

  • Runtime and platform: AWS Lambda, Azure Functions, Google Cloud Functions, or other.
  • Language: Python, JavaScript/Node.js, Java, or other.
  • Handler entry point and provider glue.
  • Configuration inputs from request.secrets, environment variables, or cloud secret services.
  • State inputs from request.state.
  • Output shape: insert, delete, softDelete, schema, state, hasMore, and error handling.
  • Tables, primary keys, cursor fields, pagination, and incremental sync logic.
  • Dependencies and source-specific client libraries.
  • Any setup/test behavior separate from sync behavior.
  • Source naming quirks and bugs. Preserve table/column/state names unless renaming is clearly intentional, then document the change.

Read the full file on GitHub · 128 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. 9d ago First seen · 128 lines · 58 tokens per session scan A 7f135f3907e1

Subscribe to this mod's changes

migrate-functions-connector is a skill published in the GitHub repository fivetran/connector_sdk_tools (87 stars, last pushed today), licensed MIT. It adds 58 tokens to every session and 1,640 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

stripe-projects

Provision SaaS services + sync creds via Stripe Projects.

NousResearch/hermes-agent · 15 tokens

azure-eventhub-dotnet

Azure Event Hubs SDK for .NET. Use for high-throughput event streaming: sending events (EventHubProducerClient, EventHubBufferedProducerClient), receiving events (EventProcessorClient with checkpointing), partition management, and real-time data ingestion. Triggers: "Event Hubs", "event streaming"…

microsoft/skills · 94 tokens

azure-mgmt-botservice-dotnet

Azure Resource Manager SDK for Bot Service in .NET. Management plane operations for creating and managing Azure Bot resources, channels (Teams, DirectLine, Slack), and connection settings. Triggers: "Bot Service", "BotResource", "Azure Bot", "DirectLine channel", "Teams channel", "bot management .NET", "create bot".

microsoft/skills · 78 tokens

django-storages-s3

Use when configuring Django to store static and media files on AWS S3 with django-storages. Invoke when working with the STORAGES setting, S3 buckets, presigned URLs, CloudFront, or boto3-backed file storage in settings.py. Configures the Django 4.2+ STORAGES dict, public/private custom backends, presigned GET/POST…

Jeffallan/claude-skills · 138 tokens

wikipedia

Search and read Wikipedia via x wkp — MediaWiki API, no API key, zero install; query, extract, suggest, and DDG route in one module. Load for wiki, wikipedia, encyclopedia lookup, article summary.

x-cmd/x-cmd · 49 tokens

cve

Look up CVE records via x cve — cached, zero-API-key, daily xz TSV. Load for cve, vulnerability id, kev, epss, nvd, cvelist, or security advisory.

x-cmd/x-cmd · 49 tokens