local-project-workspace

local-project-workspace is a skill for Claude Code, Codex from dxawdc/chatgpt-workspace-mcp. It costs 35 tokens per session (365 once invoked), scanned A, original, MIT.

A set of instructions for safely using ChatGPT Workspace to work on approved Git and non-Git projects.

In plain words
What is it for?
Use it when discovering projects, reading or changing files, testing work, checking diffs, or delivering authorized Git changes.
Why use it?
It defines how to inspect files, make controlled edits, run allowed tasks, and handle commits and pushes safely.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when discovering projects, reading or changing files, testing work, checking diffs, or delivering authorized Git changes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/dxawdc/chatgpt-workspace-mcp/local-project-workspace
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add dxawdc/chatgpt-workspace-mcp --skill local-project-workspace
Clone the repo
git clone --depth 1 https://github.com/dxawdc/chatgpt-workspace-mcp

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for local-project-workspace

README.md
[![agentmods](https://agentmods.dev/badge/skills/dxawdc/chatgpt-workspace-mcp/local-project-workspace/github.svg)](https://agentmods.dev/skills/dxawdc/chatgpt-workspace-mcp/local-project-workspace)
Your own site
<a href="https://agentmods.dev/skills/dxawdc/chatgpt-workspace-mcp/local-project-workspace"><img src="https://agentmods.dev/badge/skills/dxawdc/chatgpt-workspace-mcp/local-project-workspace/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for local-project-workspace

Your own site · 80×15
<a href="https://agentmods.dev/skills/dxawdc/chatgpt-workspace-mcp/local-project-workspace"><img src="https://agentmods.dev/badge/skills/dxawdc/chatgpt-workspace-mcp/local-project-workspace.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 365 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00035 $0.00365
Opus 5 $0.00017 $0.00182
Sonnet 5 $0.00007 $0.00073
Haiku 4.5 $0.00003 $0.00036

Measured 10d ago against content hash 82082ff55efc, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

local-project-workspace scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/local-project-workspace/SKILL.md · 21 lines

What it actually says

ChatGPT Workspace MCP

Use the MCP tools to work only with project IDs returned by list_projects.

Workflow

  1. Call diagnostics, then list_projects. If the requested project is not authorized, call discover_projects; connect it only when it is beneath a locally approved discovery root. Non-Git projects are supported with commit and push forced off.
  2. Use list_files, search_text, and read_file to inspect the smallest relevant scope.
  3. Before editing an existing file, call read_file again and pass its current sha256 to apply_patch. Use create_text_file only for a new path.
  4. Preserve unrelated changes. After writing to a Git project, call git_diff and git_status. For a non-Git project, do not call Git tools; instead report the explicit files changed.
  5. Run only task names returned for that project. Report the exact task and exit code.
  6. Commit only when the user requests it, projectType is git, and the project reports allowCommit: true. Pass only explicit relative paths and the latest statusSha256 to git_commit. Never mix unrelated or pre-staged changes.
  7. Treat commit and push as separate states. Call git_push only when the user explicitly requests a push and the project reports allowPush: true.

The server deliberately provides no arbitrary shell, force-push, history rewrite, broad staging, or deployment tool. Never imply that a commit or push occurred unless the corresponding tool succeeded.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 21 lines · 35 tokens per session scan A 82082ff55efc

Subscribe to this mod's changes

local-project-workspace is a skill published in the GitHub repository dxawdc/chatgpt-workspace-mcp (0 stars, last pushed 18d ago), licensed MIT. It adds 35 tokens to every session and 365 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

contextual-commit

Write contextual commits that capture intent, decisions, and constraints alongside code changes. Use when committing code, finishing a task, or when the user asks to commit. Extends Conventional Commits with structured action lines in the commit body that preserve WHY code was written, not just WHAT changed.

yamadashy/repomix · 62 tokens

jules

Delegate coding tasks to Google Jules AI agent for asynchronous execution. Use when user says: 'have Jules fix', 'delegate to Jules', 'send to Jules', 'ask Jules to', 'check Jules sessions', 'pull Jules results', 'jules add tests', 'jules add docs', 'jules review pr'. Handles: bug fixes, documentation, features…

eric861129/SKILLS_All-in-one · 95 tokens

requesting-code-review

Use when completing tasks, implementing major features, or before merging to verify work meets requirements.

eric861129/SKILLS_All-in-one · 22 tokens

git-pushing

Stage, commit, and push git changes with conventional commit messages. Use when user wants to commit and push changes, mentions pushing to remote, or asks to save and push their work. Also activates when user says "push changes", "commit and push", "push this", "push to github", or similar git workflow requests.

eric861129/SKILLS_All-in-one · 70 tokens

mem0-test-integration

Verify a Mem0 integration produced by /mem0-integrate. Runs in the same workspace on the same branch (loose coupling) — installs dependencies, runs the repo's native test suite, then exercises a real end-to-end smoke flow against the user's API key. Produces a scorecard. TRIGGER when: user has just run /mem0-integrate…

mem0ai/mem0 · 207 tokens

agent-carnet

Use this skill when the user asks to save, recall, find, or organize notes. Triggers on: 'remember this', 'save this', 'note this', 'what did we discuss about...', 'check the notebook', 'find in carnet'. Also use proactively when discovering findings worth preserving across sessions.

yamadashy/repomix · 67 tokens