Skip to content
Productivity
Command

/tool-connector

Connect any tool you use at work — internal company tools, custom-built systems, and commercial tools like Slack, Confluence, Jira, Linear, GitHub, Outlook, Datadog, and PagerDuty.

From plugin
10xproductivity
4712 skills2 commands
Install
$ npx -y skills add ZhixiangLuo/10xProductivity --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/tool-connector

Context preview

What this command does when you run it.

Connect any tool you use at work — internal company tools, custom-built systems, and commercial tools like Slack, Confluence, Jira, Linear, GitHub, Outlook, Datadog, and PagerDuty.

Command definition

tool-connector.md

Tool Connector — Connect Any Work Tool to Your Agent

Connect any tool you use at work — internal company tools, custom-built systems, and commercial tools like Slack, Confluence, Jira, Linear, GitHub, Outlook, Datadog, and PagerDuty.

Getting started

Check if the repo is present:

ls setup.md 2>/dev/null && echo "repo present" || echo "need to clone"

**Repo present** → read `setup.md` — it is the full entry point for $ARGUMENTS.

**Need to clone** →

git clone https://github.com/zhixiangluo/10xProductivity.git
cd 10xProductivity

Then read `setup.md`.

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 |

Pre-built recipes available

Slack, Confluence, Jira, Linear, GitHub, Microsoft Teams, Outlook, Google Drive, Datadog, Grafana, PagerDuty, Jenkins, Backstage, Bitbucket Server, Artifactory.

Internal and custom tools follow the same path — stay private in `personal/` (gitignored, never committed).

Ships with10xproductivity

A local-first stack for building a personal AI assistant for work inside real corporate constraints. Use the coding agents, browser sessions, desktop apps, notifications, and tool access you already have.

Get the whole plugin
Stats
467
Stars
54
Forks
Maintained
Maintenance
Python
Language
MIT
License
1mo ago
Last commit
5mo ago
Created

Repo: ZhixiangLuo/10xProductivity