tool-connector

tool-connector is a skill for Cursor from ZhixiangLuo/10xProductivity. It costs 92 tokens per session (882 once invoked), scanned A, original, MIT.

A guide for connecting workplace tools to an agent, including internal systems and services such as Slack, Jira, GitHub, deployment portals, and incident trackers.

In plain words
What is it for?
Use it to connect a tool through its website or API, verify the connection, and keep private setup details out of the repository.
Why use it?
It removes the repeated setup work involved in giving an agent safe access to the tools and information used at work.

Skill for Cursor

Written for Cursor: installed under .cursor/.

Good fit Use it to connect a tool through its website or API, verify the connection, and keep private setup details out of the repository.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zhixiangluo/10xproductivity/tool-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 ZhixiangLuo/10xProductivity --skill tool-connector
Clone the repo
git clone --depth 1 https://github.com/ZhixiangLuo/10xProductivity

Made for: Cursor.

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 tool-connector

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/zhixiangluo/10xproductivity/tool-connector"><img src="https://agentmods.dev/badge/skills/zhixiangluo/10xproductivity/tool-connector.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 92 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 882 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00092 $0.00882
Opus 5 $0.00046 $0.00441
Sonnet 5 $0.00018 $0.00176
Haiku 4.5 $0.00009 $0.00088

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

Security

Grade A, and why

tool-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 12d 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.

.cursor/skills/tool-connector/SKILL.md · 72 lines

How it starts

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

Tool Connector — Connect Any Work Tool to Your Agent

Requires the repo cloned locally. Check if it's already present (ls setup.md), then read setup.md — that is the full entry point. The sections below summarize the approach for reference.

Full methodology and pre-built recipes: https://github.com/zhixiangluo/10xProductivity

Internal tools are first-class citizens

Internal and custom-built tools are often the most valuable to connect — deployment portals, incident trackers, internal knowledge bases, custom dashboards, HR systems, anything your company built or runs. They follow the exact same setup path as commercial tools and stay private in personal/ (gitignored, never committed).

If a tool has an API or a web UI, it can be connected.

Core principles

  • Ask for a URL first, not credentials — a URL the user has open reveals the base URL, workspace, and regional variant without requiring them to know anything about auth
  • Run every command yourself — never paste a command and ask the user to run it
  • Validate with real output before marking anything done — no illustrative output, no copy-paste from docs
  • Zero friction — never require the user to create an OAuth app, register redirect URIs, or configure anything outside of this flow

Routing

Situation Action
Tool already in verified_connections.md Reverify — run its verify snippet; if it passes, done
Tool has a recipe in personal/{tool}/ Load it and try; patch in personal/ if it fails
Tool has a recipe in tool_connections/{tool}/ Read that tool's setup.md and follow it
Tool not found anywhere Follow add-new-tool.md to build a recipe from scratch

Never edit tool_connections/ directly — copy to personal/{tool}/ and patch there.

Auth priority order

Priority Method User friction
1 API token ~30s — generate in tool settings
2 Browser session (SSO, cached) Run once — session cached for days/weeks
3 Browser session (per operation) Playwright on every call — only if no API exists
4 Username + password Legacy tools only
OAuth requiring user to create their own app Never — too much friction

Read the full file on GitHub · 72 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. 12d ago First seen · 72 lines · 92 tokens per session scan A 174009b62bb6

Subscribe to this mod's changes

tool-connector is a skill published in the GitHub repository ZhixiangLuo/10xProductivity (474 stars, last pushed 2mo ago), licensed MIT. It adds 92 tokens to every session and 882 once invoked, about $0.0005 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

hive.slack-notifications-setup

Set up a Slack notification channel (Sentinel) for a colony by driving the browser — reuse or create the "Hive Sentinel" Slack app from a JSON manifest, install it, capture the bot + app tokens, create/select the channel via the Slack API, and turn Sentinel on so the colony can ping the user on Slack and accept…

aden-hive/hive · 136 tokens

hive.pdf

Read, write, merge, split, rotate, watermark, encrypt, and OCR PDF files using Python (pypdf, pdfplumber, reportlab, pypdfium2) and command-line tools (poppler-utils, qpdf). Use when the user asks to extract text/tables/images from a PDF, create or modify a PDF, combine or split PDFs, OCR a scanned PDF…

aden-hive/hive · 98 tokens

hive.chart-creation-foundations

Required reading whenever any chart tool is available. Teaches the one-tool embedding contract (call chartrender → live chart appears in chat AND a downloadable PNG lands in the queen session dir), the ECharts (data viz) vs Mermaid (structural diagrams) decision, the BI/financial-grade aesthetic baseline (no…

aden-hive/hive · 133 tokens

browser-edge-cases

SOP for debugging browser automation failures on complex websites. Use when browser tools fail on specific sites like LinkedIn, Twitter/X, SPAs, or sites with Shadow DOM.

aden-hive/hive · 40 tokens

article-writer

Multi-style article creation skill. Supports 5 writing styles (deep analysis, practical guide, story-driven, opinion, news brief), including complete workflow: material collection → outline → content → formatting. Activated when users mention "write article", "write post", "create", or "draft".

netease-youdao/LobsterAI · 62 tokens

skin-creator

Create and apply a two-asset LobsterAI visual skin from the user's style description. Use only when the AI Skin Designer kit supplies the structured skinpack workflow marker; do not use for ordinary theme or image requests.

netease-youdao/LobsterAI · 48 tokens