AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Agentwheel Smoke

skill-nestdevlab-agentwheel-agentwheel-smoke · by NestDevLab

Run a read-only smoke diagnostic for the current AI harness and its Agentwheel-managed installation state. Use when asked to smoke test an agent, verify fleet deployment, inspect whether a harness is installed in the expected Agentwheel path, or summarize local Agentwheel status without mutating files or external systems.

— No reviews yet
0 installs
34 views
0.0% view→install

Install

$ agentstack add skill-nestdevlab-agentwheel-agentwheel-smoke

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-nestdevlab-agentwheel-agentwheel-smoke)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
● 20d ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Agentwheel Smoke? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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, or FAIL.
  • 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, or agentwheel install --dry-run.

Treat these as important signals:

  • PASS: skill path maps to a documented Agentwheel harness target and agentwheel status reports 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 status exits 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.