wick-connectors

wick-connectors is a skill for Claude Code, Codex from yogasw/wick. It costs 80 tokens per session (973 once invoked), scanned A, original, MIT.

A guide to using connectors, which are bridges from Wick to external systems such as Slack, Notion, databases, or web APIs. It explains how to find a connector, inspect its operations and input requirements, and run an operation.

In plain words
What is it for?
Use it to list or search available connectors, inspect an operation's required inputs, and execute actions such as reading tickets, querying data, searching messages, or calling an API.
Why use it?
It reduces mistakes when working with external systems by requiring discovery of the correct connector, operation, and parameters before taking action.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to list or search available connectors, inspect an operation's required inputs, and execute actions such as reading tickets, querying data, searching messages, or calling an API.

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

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 wick-connectors

README.md
[![agentmods](https://agentmods.dev/badge/skills/yogasw/wick/wick-connectors.svg)](https://agentmods.dev/skills/yogasw/wick/wick-connectors)
Your own site
<a href="https://agentmods.dev/skills/yogasw/wick/wick-connectors"><img src="https://agentmods.dev/badge/skills/yogasw/wick/wick-connectors.svg" alt="Measured on agentmods" height="20"></a>
Per session 80 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 973 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.00080 $0.00973
Opus 5 $0.00040 $0.00487
Sonnet 5 $0.00016 $0.00195
Haiku 4.5 $0.00008 $0.00097

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

Security

Grade A, and why

wick-connectors 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 7d 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.

internal/agents/skillsync/builtin/wick-connectors/SKILL.md · 77 lines

How it starts

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

Using wick connectors

A connector is wick's bridge to an external system (Slack, Notion, a database, an HTTP API). Each connector instance holds its own credentials and exposes a set of operations. You reach them over MCP.

Never guess a tool_id or a parameter name. Discovery is cheap; a wrong call is not.

The discovery cycle

Four tools, used in order:

Tool Purpose
wick_list Every connector instance visible to you. Returns id, connector, description, total_tools, status, kind.
wick_search Substring search over label, name, description. Faster when you know roughly what you want.
wick_get Operations for one connector, then the input schema for one operation.
wick_execute Run an operation by tool_id + params.

wick_list deliberately does not return per-operation input schemas — you only pay that token cost when you commit to a specific operation via wick_get.

wick_list()                          → find the connector, note its id
wick_get({id})                       → see its operations
wick_get({tool_id})                  → input schema for the one you want
wick_execute({tool_id, params})      → run it

Shortcut when you already know roughly what you need:

wick_search({query: "loki query"})   → matched tool_id
wick_execute({tool_id, params})

Reading the list

Entries come in two kinds, and the difference is whose identity you act as:

  • kind: "connector" — shared or bot credentials.
  • kind: "account" — a specific user's connected OAuth account.

When several users have connected personal accounts to one instance, you see one connector entry plus one account entry per user. Pass a composite connectorID/accountID to wick_get and the returned tool_ids carry an @accountID suffix; wick_execute then injects that account's token automatically.

Pick account when the action should be attributable to that person, connector when it is the system acting.

Read the full file on GitHub · 77 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. 7d ago First seen · 77 lines · 80 tokens per session scan A fa36da94d485

Subscribe to this mod's changes

wick-connectors is a skill published in the GitHub repository yogasw/wick (5 stars, last pushed 3d ago), licensed MIT. It adds 80 tokens to every session and 973 once invoked, about $0.0004 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-31.

Related

Other skills, from other repositories

opencli-sitemap-author

Use when creating or maintaining OpenCLI site sitemaps: agent-facing navigation, page-state, action, workflow, API-reference, pitfall, and fallback knowledge for a website. Use after browser exploration discovers durable site context, when a sitemap is stale, or when promoting local site knowledge into the repo.

jackwener/OpenCLI · 67 tokens

omh-code-review

This is a Hermes-native code-review workflow skill.

rlaope/oh-my-hermes · 46 tokens

redteam-web-detail-pack

Routing and boundary guidance for authorized general web application security testing. Use as a web testing router when the attack surface should be dispatched to more specific web vulnerability skills.

Netw0rkNoob/VulnClaw · 38 tokens

android-pentest

A guide for authorized security testing of Android apps, covering APK inspection, runtime testing, traffic capture, code review, and function hooking. An APK is the installable package used by an Android app.

Netw0rkNoob/VulnClaw · 32 tokens

workflow-builder

Load before calling build-workflow. Default path for all single-workflow work: new one-off workflows, existing-workflow edits, verification repairs, and workflow-local data tables. Write or edit a workspace source file, run workflow-sdk validate via workspaceexecutecommand, then call build-workflow with filePath. When…

n8n-io/n8n · 113 tokens

jikegongyuan-perspective

A writing guide based on GeekPark, a Chinese technology publication and entrepreneur community focused on AI, products, startups, and innovation.

momozi1996/awesome-ai-persona-skills · 154 tokens