angular-grab: Tool for Extracting Angular Component Context for AI Agents

What angular-grab does
angular-grab solves the manual context gathering problem when working with AI agents like Claude, ChatGPT, or Copilot on Angular applications. Instead of manually collecting and explaining component structures, HTML, and file locations, you can extract this information with a single command.
How it works
During development, you point at any UI element in your Angular dev server and press Cmd+C. The tool copies to your clipboard:
- Complete component ancestry (the entire component tree, not just the selected element)
- Source file locations with line numbers
- Cleaned HTML output without framework artifacts
This output can be pasted directly into any AI tool that accepts text input.
Key features
- Zero production impact (dev-only tool)
- MIT licensed and free
- Works with any AI agent that accepts text input
- Recently added MCP server support for fewer steps in getting context
Installation and setup
Install with: npx @nacho-labs/angular-grab init
The tool was built to reduce time spent manually gathering context for AI coding sessions, particularly useful for developers and QA teams working with Angular projects.
Resources
- GitHub: https://github.com/Nacho-Labs-LLC/angular-grab
- NPM: @nacho-labs/angular-grab
- Website: https://angular-grab.com
- Live demo: https://stackblitz.com/edit/angular-grab?embed=1&view=preview
📖 Read the full source: r/ClaudeAI
👀 See Also

Agent Browser Shield: Free OpenClaw Extension Blocks Prompt Injection & Dark Patterns
PixieBrix releases Agent Browser Shield, a free source-available browser extension for OpenClaw that blocks prompt injection, dark patterns, and context pollution while cutting token usage.

Local AI Image Critic Tool Uses Ollama Vision Models for Feedback
A developer has created a free desktop application that analyzes AI-generated images locally using Ollama vision models. The tool provides structured feedback reports including improvement suggestions and prompt upgrades.

Opendesk: MCP + SOM algorithm for AI desktop control via Claude Code
Opendesk gives AI agents eyes and hands on your desktop via an MCP server with a custom SOM algorithm. Integrates with Claude Code or any agentic harness for mouse/keyboard control, learning, replay, and scheduling.

LivingAgents.ai: A Web-Based AI Agent Simulation Using Claude API
LivingAgents.ai is a web-based simulation where every agent is powered by the Claude API, performing actions like foraging, trading, crafting, attacking, reproducing, and dying permanently, with each action requiring a real LLM call.