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.
npx skills add dxawdc/chatgpt-workspace-mcp --skill local-project-workspacegit clone --depth 1 https://github.com/dxawdc/chatgpt-workspace-mcpWrote 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.
[](https://agentmods.dev/skills/dxawdc/chatgpt-workspace-mcp/local-project-workspace)<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.
<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>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.
| Model | Per session | Once 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 |
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.
What it actually says
ChatGPT Workspace MCP
Use the MCP tools to work only with project IDs returned by list_projects.
Workflow
- Call
diagnostics, thenlist_projects. If the requested project is not authorized, calldiscover_projects; connect it only when it is beneath a locally approved discovery root. Non-Git projects are supported with commit and push forced off. - Use
list_files,search_text, andread_fileto inspect the smallest relevant scope. - Before editing an existing file, call
read_fileagain and pass its currentsha256toapply_patch. Usecreate_text_fileonly for a new path. - Preserve unrelated changes. After writing to a Git project, call
git_diffandgit_status. For a non-Git project, do not call Git tools; instead report the explicit files changed. - Run only task names returned for that project. Report the exact task and exit code.
- Commit only when the user requests it,
projectTypeisgit, and the project reportsallowCommit: true. Pass only explicit relative paths and the lateststatusSha256togit_commit. Never mix unrelated or pre-staged changes. - Treat commit and push as separate states. Call
git_pushonly when the user explicitly requests a push and the project reportsallowPush: 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.
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.
- 10d ago First seen · 21 lines · 35 tokens per session scan A 82082ff55efc
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.
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.
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…
requesting-code-review
Use when completing tasks, implementing major features, or before merging to verify work meets requirements.
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.
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…
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.