agent-deepweb

Installation
SKILL.md

agent-deepweb skill

What this skill is

This skill teaches you how to invoke agent-deepweb, a CLI tool the user has separately installed (https://github.com/shhac/agent-deepweb). It is not a replacement for general HTTP tooling — keep using curl, WebFetch, or whatever the harness provides for public URLs. The scope here is narrow: when the user has pre-registered credentials under a profile name, agent-deepweb lets you make authenticated requests without ever seeing the stored secret values.

The tool's design constraints are load-bearing to what this skill documents:

  • The user registers profiles (auth identities) out-of-band; you reference them by name via --profile <name>.
  • You never see the secret values — responses are redacted, allowlists are enforced.
  • You cannot escalate (widen scope, un-mask secrets) without the profile's --passphrase, which you don't have.
  • Every request is audited; opt-in --track persists a full redacted replay record.

When to use

Reach for agent-deepweb only when the URL is behind auth the user has already registered in agent-deepweb. Run agent-deepweb profile list first to see what's available. For URLs that don't need auth, the harness's normal HTTP tools (curl, WebFetch) are the right choice — this skill does not try to displace them.

The narrow exception: if the user explicitly wants the audit trail + redaction on an anonymous request, agent-deepweb fetch ... --profile none is available. This is opt-in, not a default.

Installs
2
First Seen
Jul 7, 2026
agent-deepweb — shhac/agent-skills