بنقرة واحدة
web-evidence
Capture redacted static HTTP evidence bundles through the nils-cli web-evidence command.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Capture redacted static HTTP evidence bundles through the nils-cli web-evidence command.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Resume and execute implementation work from a plan-tracking GitHub issue that carries issue-hosted source, plan, and execution-state snapshots, preserving progress on the issue when local docs/plans files may be cleaned up.
Use when the user wants to open or continue a GitHub issue as the durable timeline for a discovered problem, investigation, blocker, implementation handoff, or unresolved follow-up loop.
Finalize and close plan-tracking GitHub issues after issue-backed execution is complete and the user or project policy has approved closure.
Open or preview a provider-aware GitHub or GitLab tracking issue for a docs/plans plan bundle, bootstrapping the source doc and plan first when the user has a converged feature discussion but no plan file yet.
Deliver a dispatch-ready plan by sprint: split plan tasks into PR lanes, dispatch subagent work, enforce acceptance gates, and advance through final integration without main-agent implementation.
Close out an existing plan-issue runtime where main-agent owns orchestration and review only, subagents own implementation task lanes, and close gates require approval plus merged PRs.
| name | web-evidence |
| description | Capture redacted static HTTP evidence bundles through the nils-cli web-evidence command. |
Use this skill when an agent workflow needs deterministic, redacted evidence for one HTTP or HTTPS URL.
Prereqs:
web-evidence available on PATH from nils-cli 0.8.4 or newer.agent-out run directory.Inputs:
capture: required URL and --out DIR; optional --format text|json, --label LABEL, --method get|head,
--timeout-seconds N, --max-body-bytes N, and --body-preview-bytes N.completion: required shell name bash|zsh.Outputs:
web-evidence capture: writes a redacted artifact bundle under --out DIR.summary.json: versioned summary with request metadata, status classification, artifact paths, redaction counts, and error metadata.headers.redacted.json: request and response header names with sensitive values redacted.body-preview.redacted.txt: truncated, redacted text body preview when the response body is text.--format json uses schema_version value cli.web-evidence.capture.v1.Exit codes:
0: evidence captured and response classified as successful.1: runtime, network, or HTTP status failure; when possible, the command still writes the redacted bundle.64: usage or configuration error.Failure modes:
web-evidence is unavailable on PATH.Released PATH boundary:
web-evidence --help
web-evidence capture --help
Use the PATH command after installing nils-cli 0.8.4 or newer with nils-web-evidence on PATH.
Local checkout fallback boundary:
cargo run --locked --manifest-path "$HOME/Project/sympoies/nils-cli/Cargo.toml" \
-p nils-web-evidence --bin web-evidence -- --help
Run the Cargo form from the workflow's target directory only when PATH is absent
or reports an older nils-cli, and only from a validated local nils-cli
checkout. Keep the same web-evidence subcommands and flags in both modes.
Released PATH command:
web-evidence capture <url> --out <dir> [--format text|json] [--label <label>] [--method get|head]
web-evidence completion <bash|zsh>
Local checkout fallback command:
cargo run --locked --manifest-path /path/to/nils-cli/Cargo.toml \
-p nils-web-evidence --bin web-evidence -- <subcommand> ...
Do not reimplement HTTP fetching, redaction, schema generation, or artifact naming in skill-local scripts.
agent-out project --topic <topic> --mkdir.web-evidence capture <url> --out <run-dir>/web-evidence --label <scenario> --format jsonsummary.json or JSON stdout for ok, status_class, status_code, artifacts, and error.docs/runbooks/skills/TOOLING_INDEX_V2.md