---
name: Wework Project Space
slug: wework-project-space
category: Automation
description: Wework Project Space reads or updates the active Wework project space, current Issue, attachments, deliveries, members, and board items. Use it when a Wework project or Issue context is already active.
github: "https://github.com/wecode-ai/Wegent/tree/main/wework/src-tauri/bundled-plugins/wework-personal/plugins/wework-space/skills/wework-project-space"
language: TypeScript
stars: 712
forks: 125
install: "npx degit https://github.com/wecode-ai/Wegent/tree/main/wework/src-tauri/bundled-plugins/wework-personal/plugins/wework-space/skills/wework-project-space ~/.claude/skills/wework-project-space"
installs_to: ~/.claude/skills/wework-project-space
source_path: wework/src-tauri/bundled-plugins/wework-personal/plugins/wework-space/skills/wework-project-space/SKILL.md
collection_size: 18
category_size: 1523
collection_url: "https://dirskills.com/collections/wecode-ai/Wegent"
added: 2026-08-23T05:20:34.580Z
last_synced: 2026-08-23T05:20:34.580Z
canonical_url: "https://dirskills.com/skills/wework-project-space"
---

# Wework Project Space

Wework Project Space reads or updates the active Wework project space, current Issue, attachments, deliveries, members, and board items. Use it when a Wework project or Issue context is already active.

**Install:**

```bash
npx degit https://github.com/wecode-ai/Wegent/tree/main/wework/src-tauri/bundled-plugins/wework-personal/plugins/wework-space/skills/wework-project-space ~/.claude/skills/wework-project-space
```

## README

# Wework project space

Use the `wework_space` MCP tools for project-space work.

1. Call `get_current_context` before answering questions about the current Issue.
2. Call `get_board_item` with that context before interpreting the Issue description.
3. Use `list_item_attachments` and `read_item_attachment` to inspect Issue attachments.
4. Use the current context instead of asking the user to repeat a project or Issue identifier.
5. Do not probe MCP resources, use Shell or `curl`, scrape the browser, or parse `wegent://` attachment URLs.
6. Never substitute Git or provider APIs when `wework_space` reports an offline, authorization, or capability error.
7. Do not claim Issue content is unavailable until the matching `wework_space` call returns an error.
