tooling-engineer

PassAudited by VirusTotal on May 7, 2026.

Overview

Type: OpenClaw Skill Name: ah-tooling-engineer Version: 1.0.0 The skill bundle defines a persona and workflow for a 'tooling engineer' agent. The content in SKILL.md and _meta.json consists entirely of descriptive instructions, checklists, and architectural patterns for developing developer tools (CLIs, IDE extensions, etc.) without any executable code, suspicious network calls, or prompt-injection attacks.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

The agent may incorporate prior workflow or project context when helping build tools.

Why it was flagged

This indicates the skill may use retrieved or stored context to understand developer needs. That is purpose-aligned, but users should ensure the context is accurate and appropriate to reuse.

Skill content
When invoked:
1. Query context manager for developer needs and workflow pain points
Recommendation

Review or limit shared context if it contains sensitive project, business, or personal information.

What this means

If the runtime supports agent-to-agent collaboration, project details could be shared with other specialist agents during a task.

Why it was flagged

The skill describes collaboration with other agents. This is coherent for a tooling workflow, but the artifact does not define identity, permission, or data-sharing boundaries for those interactions.

Skill content
Integration with other agents:
- Collaborate with dx-optimizer on workflows
- Support cli-developer on CLI patterns
- Work with build-engineer on build tools
Recommendation

Use it with trusted companion agents and avoid sharing sensitive repository or organizational details unless needed.