Build a local work assistant with 10xProductivity
Turn an existing coding agent into a supervised local work assistant that connects to workplace tools, reusable skills, workflows, and scheduled loops.
npx skills add agentskillexchange/skills --skill build-a-local-work-assistant-with-10xproductivity
pip install -e ".[dev]", then follow setup.md and the guides under tool_connections/ to connect the specific tools the agent is allowed to use.Use 10xProductivity when a user already has a coding agent and wants it to work across existing workplace surfaces without a new company-wide automation platform. The operator installs the local project, connects permitted tools such as Jira, GitHub, Slack, Confluence, Google Drive, Outlook, or internal portals, then coaches repeatable searches, summaries, reviews, and follow-up workflows into reusable skills. The boundary is personal, supervised, local-first work automation built from tool connections, runtime loops, triggers, and skills; it is not a general productivity app or a hosted enterprise automation platform.
What this skill actually does
Inputs and prerequisites: Python, pip, a coding-agent environment such as Cursor, Claude Code, Codex, or a similar local agent, and user-approved access to workplace tools.
Setup notes: Clone the repository, install the local runtime with pip install -e “.[dev]” , then follow setup.md and the guides under tool_connections/ to connect the specific tools the agent is allowed to use.
Source and verification boundary: use https://github.com/ZhixiangLuo/10xProductivity as the canonical reference before running the workflow; keep commands, API calls, CLI usage, and generated outputs reviewable against that upstream source.
Framework fit: publish this as a Multi-Framework workflow only when the operator can invoke the documented toolchain directly, rather than treating the upstream project as a generic product listing.