From cowork-tasks
Helps the user check or enable Cowork connectors that Cowork Tasks reads from. Use when the user asks how to connect a source, on first run, or when triage reports a missing connector.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cowork-tasks:setupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Cowork Tasks does **not** run its own OAuth flows. It reads from whatever
Cowork Tasks does not run its own OAuth flows. It reads from whatever sources the user has already authorized in Cowork's Connectors panel. Your job: point them at the right place and confirm what's connected.
Tell the user where to enable connectors:
Open Customize -> Connectors in the Cowork sidebar. The Cowork Tasks plugin pre-declares 25+ supported connectors so they appear there ready to enable. Toggle on whichever you want Cowork Tasks to read from. Each one uses Cowork's standard OAuth - the same authorization is shared with every other plugin.
List the supported connectors grouped by category. Pull from
${CLAUDE_PLUGIN_ROOT}/CONNECTORS.md if you need a refresh, but the
short version is:
If a specific connector failed during a triage run, name it and link the user to the right place:
Slack isn't connected yet. Open Customize -> Connectors -> Slack and click Connect.
After the user connects something, suggest:
Try
/cowork-tasks:triage-nowto pull anything you've missed since before the connection went live.
examples/connector-template/ folder
and offer to help write a PR. Until that lands, they can run the
matching local connector binary in packages/plugin/bin/connectors/
outside Cowork.Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub sabbah13/cowork-tasks --plugin cowork-tasks