cf-add-integration

cf-add-integration is a skill for Claude Code from teachskillofskills-ai/ContentForge-techshu. It costs 160 tokens per session (1,570 once invoked), scanned B, a copy of cf-add-integration, MIT.

A guided setup for connecting an outside service or API to ContentForge through an MCP connector, a standard way for tools to communicate with one another. It helps choose the connector, configure credentials, and test the connection.

In plain words
What is it for?
Use it to connect services such as Google Analytics, Ahrefs, an internal CMS, Webflow, WordPress, Notion, Slack, or Google Drive to ContentForge.
Why use it?
It removes the need to understand MCP configuration or guess which setup steps are required. It also keeps users from pasting secret credentials into the conversation.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter. Also seen: mentions Claude Code.

Part of the contentforge plugin — 22 skills, 9 commands, 13 agents shipped together

Good fit Use it to connect services such as Google Analytics, Ahrefs, an internal CMS, Webflow, WordPress, Notion, Slack, or Google Drive to ContentForge.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/teachskillofskills-ai/contentforge-techshu/cf-add-integration
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 teachskillofskills-ai/ContentForge-techshu --skill cf-add-integration
Clone the repo
git clone --depth 1 https://github.com/teachskillofskills-ai/ContentForge-techshu

Made for: Claude Code.

Or install contentforge, the plugin that ships this one along with the rest of its 22 skills, 9 commands, 13 agents.

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 cf-add-integration

README.md
[![agentmods](https://agentmods.dev/badge/skills/teachskillofskills-ai/contentforge-techshu/cf-add-integration/github.svg)](https://agentmods.dev/skills/teachskillofskills-ai/contentforge-techshu/cf-add-integration)
Your own site
<a href="https://agentmods.dev/skills/teachskillofskills-ai/contentforge-techshu/cf-add-integration"><img src="https://agentmods.dev/badge/skills/teachskillofskills-ai/contentforge-techshu/cf-add-integration/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 cf-add-integration

Your own site · 80×15
<a href="https://agentmods.dev/skills/teachskillofskills-ai/contentforge-techshu/cf-add-integration"><img src="https://agentmods.dev/badge/skills/teachskillofskills-ai/contentforge-techshu/cf-add-integration.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 160 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,570 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod 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.00160 $0.01570
Opus 5 $0.00080 $0.00785
Sonnet 5 $0.00032 $0.00314
Haiku 4.5 $0.00016 $0.00157

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

Security

Grade B, and why

cf-add-integration scanned grade B with 1 finding 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.

Reads MCP configurationmediumAgent snooping

mcp.json carries server URLs and auth tokens; reading it lets a mod discover and abuse other integrations.

description: "Connect any external API or service to ContentForge as a custom MCP connector — walks non-technical users from finding a verified MCP package or HTTP endpoint to a ready-to-paste .mcp.json entry, credential
Origin

This is a copy

100% identical to cf-add-integration — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/cf-add-integration/SKILL.md · 155 lines

How it starts

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

/contentforge:cf-add-integration

Purpose

Help users connect any external API, tool, or service to ContentForge as an MCP connector. Walk through the entire process conversationally — from finding the right MCP package to testing the connection — without requiring technical MCP knowledge.

Input Required

The user provides (or will be asked):

  • What they want to connect: The service name and what they want it to do — e.g., "Google Analytics to track content performance", "Ahrefs for keyword research", "our internal CMS to publish directly"
  • Credentials: API keys, tokens, or OAuth setup they have (or will need to obtain). The system will guide them on exactly what's needed. Never ask users to paste secrets into the conversation.

Process

Step 1: Understand what the user wants

Ask the user what service they want to connect and what they want it to do within ContentForge. Map their intent to content workflow stages:

Workflow Stage Example Integrations
Research (Phase 1) Ahrefs, Similarweb, Google Search Console
Publishing (Phase 8) Webflow, WordPress, HubSpot CMS
Collaboration Notion, Slack, Google Drive
Tracking Google Sheets, Google Analytics
Translation DeepL, Sarvam AI
Social distribution Twitter/X, LinkedIn, Instagram

Step 2: Check if a connector already exists

Run python scripts/connector-status.py --action check <name> to see if the connector is already in the registry.

  • If it exists and is connected: Tell the user it's already active and which skills use it.
  • If it exists but not connected: Run python scripts/connector-status.py --action setup-guide <name> and walk through the guided setup.
  • If it doesn't exist: Proceed to Step 3.

Step 3: Find an MCP package

Search for an existing MCP server package that provides the desired integration.

Note: ContentForge ships with an empty .mcp.json ("mcpServers": {}) by design — every connector is opt-in and user-added. Nothing is pre-wired.

Read the full file on GitHub · 155 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 · 155 lines · 160 tokens per session scan B 92986ed4dc73

Subscribe to this mod's changes

cf-add-integration is a skill published in the GitHub repository teachskillofskills-ai/ContentForge-techshu (1 stars, last pushed 21d ago), licensed MIT. It adds 160 tokens to every session and 1,570 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it B with 1 finding (reads mcp configuration). It is 100% identical to cf-add-integration, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

scrapecreators-api

Scrape and extract public data from 27+ social media platforms using the ScrapeCreators REST API. Covers TikTok, Instagram, YouTube, LinkedIn, Facebook, Twitter/X, Reddit, Threads, Bluesky, Pinterest, Snapchat, Twitch, Kick, Truth Social, TikTok Shop, Google, and link-in-bio services (Linktree, Komi, Pillar, Linkbio…

ScrapeCreators/social-media-research-skills · 161 tokens

ash-framework

Ash Framework — resources, actions, policies, aggregates, calculations, AshPhoenix.Form, LiveView, migrations. Use when generating resources via mix ash.codegen, editing changes, checks, types, validations, or domain code interfaces.

oliver-kriska/claude-elixir-phoenix · 48 tokens

liveview-patterns

Build LiveView: async data (assignasync), PubSub (check connected?), phx-change events, form components/modals/uploads, streams for lists, livepatch. Use when handling interactions, debugging events, or tracking Presence.

oliver-kriska/claude-elixir-phoenix · 51 tokens

tidewave-integration

Tidewave MCP runtime tools — debugging, smoke testing, live state inspection, SQL queries, hex docs. Use when evaluating code in a running Phoenix app.

oliver-kriska/claude-elixir-phoenix · 38 tokens

deploy

Elixir/Phoenix deployment patterns — Dockerfile, fly.toml, runtime.exs, mix release, rel/ overlays. Use when configuring Fly.io, Docker, CI/CD, health checks, or production migrations.

oliver-kriska/claude-elixir-phoenix · 46 tokens

oban

Oban job processing — workers, perform/1 (OSS) and process/1 (Pro), queues, cron, retries, unique jobs, idempotency, Oban Pro (Workflow, Batch, Chunk, Smart Engine), Testing. Use when writing Oban workers, queue config, or debugging jobs.

oliver-kriska/claude-elixir-phoenix · 64 tokens