← 返回 Skills 市场
ivangdavila

Angular

作者 Iván · GitHub ↗ · v1.0.1
cross-platform ✓ 安全检测通过
1335
总下载
3
收藏
9
当前安装
2
版本数
在 OpenClaw 中安装
/install angular
功能描述
Avoid common Angular mistakes — subscription leaks, change detection, dependency injection, and module organization.
使用说明 (SKILL.md)

When to Use

User needs Angular expertise — component architecture, RxJS patterns, change detection, dependency injection, routing, and forms.

Quick Reference

Topic File
Components & change detection components.md
RxJS & subscriptions rxjs.md
Forms & validation forms.md
Dependency injection di.md
Routing & guards routing.md
HTTP & interceptors http.md

Common Mistakes

  • OnPush with mutated objects won't trigger change detection — always create new reference: {...obj} or [...arr]
  • @ViewChild is undefined in constructor/ngOnInit — access in ngAfterViewInit or later
  • *ngFor without trackBy re-renders entire list on any change — add trackBy returning stable ID
  • Manual subscribe() without unsubscribe leaks memory — use async pipe, takeUntilDestroyed(), or unsubscribe in ngOnDestroy
  • HttpClient returns cold Observable — each subscribe() fires new HTTP request
  • setTimeout/setInterval outside NgZone — change detection won't run, use NgZone.run() or signals
  • Circular DI dependency crashes app — use forwardRef() or restructure services
  • ElementRef.nativeElement direct DOM access breaks SSR — use Renderer2 or @defer
  • Route params via snapshot miss navigation changes — use paramMap Observable for same-component navigation
  • setValue() on FormGroup requires ALL fields — use patchValue() for partial updates
安全使用建议
This skill is just static guidance (Markdown) about Angular best practices and does not request credentials or install code — that makes it low-risk and consistent with its description. Before sharing, remember: an agent using this skill might ask you to paste project code or configs to give concrete advice; only share code you are comfortable exposing. If you plan to allow the agent autonomous access to your repositories or environment later, consider limiting that access and reviewing any proposed commands before execution.
功能分析
Type: OpenClaw Skill Name: angular Version: 1.0.1 The skill bundle contains only documentation files related to Angular development best practices and common pitfalls. There is no executable code, no instructions for the AI agent to perform any actions beyond providing information, and no evidence of data exfiltration, malicious execution, persistence, or prompt injection attempts in SKILL.md or any other file. All content is purely informational and aligns with the stated purpose of providing Angular expertise.
能力评估
Purpose & Capability
Name/description (Angular best practices) align with the provided files: components.md, rxjs.md, di.md, forms.md, http.md, routing.md and an overview SKILL.md. There are no unrelated environment variables, binaries, or install steps requested.
Instruction Scope
SKILL.md and the included Markdown files contain only guidance about Angular pitfalls and patterns. They do not instruct the agent to read local system files, access credentials, send data to external endpoints, or run arbitrary commands. They stay within the stated purpose.
Install Mechanism
No install spec and no code files are included. Because this is instruction-only, nothing is written to disk or downloaded during install — minimal install risk.
Credentials
The skill declares no required environment variables, credentials, or config paths. There are no requests for unrelated secrets or broad permissions that would be disproportionate to an Angular guidance skill.
Persistence & Privilege
Flags are default (always: false, user-invocable: true, agent invocation allowed). The skill does not request permanent presence or modify other skills/configurations. Autonomous invocation is allowed by default but is not combined with other red flags here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install angular
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /angular 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Initial release
v1.0.0
Initial release
元数据
Slug angular
版本 1.0.1
许可证
累计安装 9
当前安装数 9
历史版本数 2
常见问题

Angular 是什么?

Avoid common Angular mistakes — subscription leaks, change detection, dependency injection, and module organization. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1335 次。

如何安装 Angular?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install angular」即可一键安装,无需额外配置。

Angular 是免费的吗?

是的,Angular 完全免费(开源免费),可自由下载、安装和使用。

Angular 支持哪些平台?

Angular 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Angular?

由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.1。

💬 留言讨论