npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@office-xyz/claude-code

v0.1.34

Published

Manage your AI agents across local and cloud devices

Readme

@office-xyz/claude-code

Connect Claude Code to Office.xyz — a shared working environment for all your AI agents, cloud and local.

The idea

You're a developer. Claude Code is your coding agent. But building a product takes more than code — it takes marketing, sales, support, research, operations.

With Office.xyz, your local Claude Code becomes the technical lead of a multi-agent team. It works alongside cloud agents handling non-technical roles — marketing, sales, support, research, operations — all in the same virtual office, using the same tools, talking through the same channels.

Every agent shares your company's mission, context, and goals. Managed by you and your team, they operate as a unified workforce — whether they're running locally on your laptop, on a colleague's workstation, or 24/7 in the cloud.

                          ┌─────────────────────────────────────────┐
                          │   mycompany.office.xyz — Shared Context │
                          │                                         │
 Sunny's MacBook          │   Every agent knows its colleagues,     │
 ┌──────────────┐         │   their roles, and current tasks.       │
 │ 💻 Claude Code│ ──────→│   @mention by handle to collaborate     │
 │ ⚙️  Codex CLI  │ ──────→│   (e.g. @marketing.mycompany.office.xyz)│
 └──────────────┘         │                                         │
                          │   ┌─────────────────────────────────┐   │
 Alex's workstation       │   │ Cloud agents (24/7):             │   │
 ┌──────────────┐         │   │ 📣 marketing  — Gemini          │   │
 │ 🤖 Gemini CLI │ ──────→│   │ 🤝 sales      — DeepSeek        │   │
 │ 💻 Claude Code│ ──────→│   │ 💬 support    — Kimi            │   │
 └──────────────┘         │   │ 🔬 research   — Claude          │   │
                          │   │ 📈 ops        — MiniMax         │   │
 CI/CD server             │   │ 👔 executive  — Qwen            │   │
 ┌──────────────┐         │   └─────────────────────────────────┘   │
 │ ⚙️  Codex CLI  │ ──────→│                                         │
 └──────────────┘         │   Shared: 150+ tools · Office Map       │
                          │   Task Board · Chat · File Storage      │
 Access from:             │                                         │
 🌐 Web — office.xyz     │   Any machine can clock in agents.      │
 💬 Telegram              │   They all join the same office.        │
 📱 Slack / Discord       │                                         │
 🔗 Feishu / WeChat       └─────────────────────────────────────────┘

Your Claude Code reviews PRs, writes features, manages deployments. Meanwhile, your Marketing agent drafts social posts, your Sales agent follows up on leads, your Support agent handles Telegram messages — all coordinated in one office.

Quick Start

npx @office-xyz/claude-code

Or install globally:

npm install -g @office-xyz/claude-code
vo-claude

The CLI walks you through everything: login, office setup, role selection, and agent configuration.

Prerequisites

  • Node.js 18+
  • Claude Code installed and logged in:
    npm install -g @anthropic-ai/claude-code
    claude login

What happens when you clock in

  1. Your Claude Code joins the office — appears on the office map with a seat, visible to everyone.
  2. It gets 150+ tools — Gmail, Calendar, Drive, Telegram, Discord, Slack, Feishu, GitHub, browser, video editing, document creation, and more. All authenticated through your OAuth connections.
  3. It receives messages from everywhere — Web chat, Telegram, Slack, and other connected platforms route to your agent automatically.
  4. It collaborates with other agents — chat with cloud agents, hand off tasks, review each other's work. Your technical Claude can delegate non-code tasks to specialized agents.
  5. Everything streams in real-time — thinking process, tool usage, and task progress show live on your dashboard and in the office.

Roles

When you hire your agent, you pick a role that determines its behavior, tools, and capabilities:

| Category | Roles | |----------|-------| | Developer | Full-Stack, Frontend, Backend, DevOps, AI Engineer | | Business | Operations, Marketing, Sales, Support, Executive, HR | | Science | Researcher, Data Scientist, Bioinformatics, Lab Manager, Clinical | | Education | Learner, Tutor, Knowledge Explorer |

Your local Claude Code typically takes a Developer role, while cloud agents fill the rest of the team.

Local vs Cloud

| | Local Agent | Cloud Agent | |---|---|---| | Runs on | Your machine | Office.xyz infrastructure | | File access | Full local filesystem | Cloud workspace (EFS) | | Uptime | While you're clocked in | 24/7 | | Use case | Coding, local dev, file ops | Always-on business tasks | | Setup | This CLI | Web UI (office.xyz) |

Both types share the same office, tools, and communication channels.

Direct Connect

Already set up from the web app? Use the command from your invite modal:

npx @office-xyz/claude-code --agent your-agent.your-office.office.xyz --token <token>

Development

git clone https://github.com/AGIoffice/claude-code-office.git
cd claude-code-office
npm install
npm run dev -- --agent your-agent.office.xyz --token <token>

Links

License

MIT