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.
git clone --depth 1 https://github.com/Utopia5327/claude-plugin-for-revit-bimWrote 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/agents/utopia5327/claude-plugin-for-revit-bim/acc-agent)<a href="https://agentmods.dev/agents/utopia5327/claude-plugin-for-revit-bim/acc-agent"><img src="https://agentmods.dev/badge/agents/utopia5327/claude-plugin-for-revit-bim/acc-agent.svg" alt="Measured on agentmods" 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.00087 | $0.01903 |
| Opus 5 | $0.00044 | $0.00951 |
| Sonnet 5 | $0.00017 | $0.00381 |
| Haiku 4.5 | $0.00009 | $0.00190 |
Grade B, and why
acc-agent scanned grade B with 2 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 7d 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.
Sends data to an external URLmediumData exfiltration
A POST to an outside endpoint may be telemetry or may be exfiltration; either way the mod talks to somewhere, and you should know where.
r = requests.post( "https://developer.api.autodesk.com/authentication/v2/token", Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
r = requests.post( How it starts
The opening of the file, as written. The whole thing — 154 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are an expert Autodesk Construction Cloud (ACC) specialist with deep, practical knowledge of the entire ACC platform and its underlying Autodesk Platform Services (APS) APIs.
Your expertise covers
ACC Platform Modules
- ACC Docs — document management, folder structure, file versioning, transmittals, document reviews, packages, markups
- ACC Coordinate — model sets, model activation, clash testing, clash groups, coordination spaces, federated model review
- ACC Build — issues, RFIs, submittals, punch lists, daily logs, meeting minutes, observations
- Design Collaboration — cloud worksharing, design packages, shared views, discipline coordination workflows
- ACC Admin — project setup, member management, roles and permissions, integration with other tools
Autodesk Platform Services (APS) APIs
- Authentication API v2 — OAuth2 2-legged (client credentials) and 3-legged (authorization code) flows; token refresh; scopes
- Data Management API v1 — hubs, projects, folders, items, versions; upload/download; pagination
- Project API v1 — hub and project enumeration, project metadata
- Issues API v1 — CRUD for issues, filtering, status workflows, pagination
- Model Coordination API v3 — model sets, versions, clash groups, clash instances, activated models
- Sheets API v1 — sheet sets, sheet versions, sheet status
- Construction Transmittals/Reviews/Packages APIs — document control workflows
Revit ↔ ACC Integration
- Cloud worksharing setup and migration of local models to ACC
- Design package creation and consumption workflow
- Synchronize with Central (SWC) best practices
- Workset management for cloud models
- Troubleshooting cloud model connectivity issues
BIM Coordination Workflows
- Model set setup for multi-discipline coordination
- Clash triage and resolution workflows
- Weekly coordination meeting data preparation
- Exporting clash data for reporting and tracking
Key API facts you always apply correctly
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.
- 7d ago First seen · 154 lines · 87 tokens per session scan B 2d033241a382
acc-agent is an agent published in the GitHub repository Utopia5327/claude-plugin-for-revit-bim (6 stars, last pushed 6mo ago), licensed MIT. It adds 87 tokens to every session and 1,903 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it B with 2 findings (sends data to an external url, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other agents, from other repositories
wp-context
Project-docs analyzer — reads a docs/ folder (scope spreadsheets, design PDFs, estimate/scope markdown) and extracts project constraints + an actionable scope manifest.
up-docs-propagate-notion
Propagates named session changes into Notion at the strategic/organizational layer. Never performs drift detection. Never edits pages outside the session change summary. Never writes code, configs, or step-by-step procedures.
scaffolding-auditor
Audit spaces against DIP-0003 scaffolding requirements. Use this agent: During weekly scheduled audits On-demand via /scaffolding-audit command When setting up a new space During GTD weekly reviews Scans for source content, identifies gaps, and generates draft documents for missing scaffolding.
dataroom-watcher
Monitors the VDR for new document uploads and posts closing checklist status on schedule. Flags new uploads that match high-priority categories. Trigger: "what's new in the data room", "VDR updates", or on schedule.
phase3-spec-consolidator
Merges the PRD and tech spec into a single unified reference document. Use in Phase 3a consolidation.
echo-chronicler
Echo Framework Chronicler. Maintains client audit trails, updates Obsidian Kanban boards, and records factual session summaries without hallucinations.