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

Webskills

skill-kstonekuan-webskills-webskills · by kstonekuan

Generate and install an agent skill from a public webpage with WebSkills. Use when a user wants to turn a public docs, help, reference, wiki, or spec page into a reusable local skill, preview extracted skill artifacts, or install the generated skill with `npx skills add`.

No reviews yet
0 installs
18 views
0.0% view→install

Install

$ agentstack add skill-kstonekuan-webskills-webskills

✓ 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-kstonekuan-webskills-webskills)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
5mo 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 Webskills? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

WebSkills

Inputs Required

  1. A public http:// or https:// URL.
  2. Optional custom skill name slug.
  3. Optional custom output directory.

Default Workflow

  1. Generate and install in one command:
npx webskills-cli add 
  1. Confirm success output includes:
  • generated skill directory path
  • pipeline stage used
  • content hash
  1. Verify installed skill is available to the target agent.

Safe Preview Workflow

Use this when the user wants to inspect output before installing:

npx webskills-cli extract --url  --output .webskills/generated

Then inspect generated files:

  • SKILL.md

Manual Install Workflow

If generation was run without install, install the produced directory explicitly:

npx skills add 

Useful Options

  • Set custom output directory:
npx webskills-cli add  --output 
  • Set custom skill slug:
npx webskills-cli add  --name 
  • Increase fetch timeout:
npx webskills-cli add  --timeout-ms 30000

Agent Behavior Rules

  1. Only process the user-provided page as the primary source.
  2. Do not invent undocumented capabilities.
  3. Keep discovered links as references only; do not treat them as crawled content unless explicitly requested.
  4. Prefer deterministic reruns rather than editing generated output by hand.

Troubleshooting

  • If HTTPS certificate validation fails in restricted environments, retry with another reachable public URL.
  • If installation is not desired, use extract instead of add.
  • If npx webskills-cli is unavailable, run cargo run -- add from a source checkout or install the published npm package first.

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.