Install
$ agentstack add skill-nestdevlab-agentwheel-agentwheel-smoke ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Agentwheel Smoke
Use this skill to answer: "What harness am I running in, where was this skill installed, and what does Agentwheel think about this target?"
The default workflow is read-only. Do not run agentwheel install, agentwheel update, agentwheel uninstall, agentwheel remember, agentwheel eject, or any file-writing fix while using this skill unless the user separately approves that mutation scope.
Quick Start
From the user's current workspace, run the bundled smoke script:
node path/to/agentwheel-smoke/scripts/smoke.mjs
Use JSON output only when another tool or script needs to consume the result:
node path/to/agentwheel-smoke/scripts/smoke.mjs --json
When the user names an Agentwheel target, pass only read-only status target flags:
node path/to/agentwheel-smoke/scripts/smoke.mjs --agent lab-codex
node path/to/agentwheel-smoke/scripts/smoke.mjs --profile daily
node path/to/agentwheel-smoke/scripts/smoke.mjs --all
Report The Result
Summarize the script output in four parts:
- Overall:
PASS,WARN, orFAIL. - Harness: detected adapter, installation type, runtime root, and skill path.
- Agentwheel: CLI availability, version, config locations, packages, agents, profiles, and status result.
- Recommended next command: prefer
agentwheel status,agentwheel plan, oragentwheel install --dry-run.
Treat these as important signals:
PASS: skill path maps to a documented Agentwheel harness target andagentwheel statusreports no pending work.WARN: the skill is running from package source, status is missing, config is absent, manifest is missing, or pending work is reported.FAIL: Agentwheel CLI is unavailable, the skill path maps to a known wrong target,agentwheel statusexits unsuccessfully, or drift/conflict appears.
Compatibility Checks
Use these documented skill targets when explaining path compatibility:
- Codex local:
.agents/skills//SKILL.md; Codex user:~/.agents/skills//SKILL.md. - Claude local:
.claude/skills//SKILL.md; Claude user:~/.claude/skills//SKILL.md. - Copilot local:
.github/skills//SKILL.md; Copilot user:~/.copilot/skills//SKILL.md. - OpenClaw local:
skills//SKILL.md; OpenClaw user:~/.openclaw/skills//SKILL.md. - Hermes user:
~/.hermes/skills//SKILL.md; local Hermes skills are unsupported by default.
Flag .codex/skills//SKILL.md as incompatible for Agentwheel-managed Codex skills.
Safety
This skill is diagnostic. It may inspect files and run read-only Agentwheel commands, but it must not mutate runtime outputs, package source, Google Workspace data, Git state, registry state, or deployment state.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: NestDevLab
- Source: NestDevLab/agentwheel
- License: MIT
- Homepage: http://www.nestdev.it/agentwheel/
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.