# Webskills

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

- **Type:** Skill
- **Install:** `agentstack add skill-kstonekuan-webskills-webskills`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [kstonekuan](https://agentstack.voostack.com/s/kstonekuan)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [kstonekuan](https://github.com/kstonekuan)
- **Source:** https://github.com/kstonekuan/webskills/tree/main/skills/webskills

## Install

```sh
agentstack add skill-kstonekuan-webskills-webskills
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## 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:

```bash
npx webskills-cli add 
```

2. Confirm success output includes:
- generated skill directory path
- pipeline stage used
- content hash

3. Verify installed skill is available to the target agent.

## Safe Preview Workflow

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

```bash
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:

```bash
npx skills add 
```

## Useful Options

- Set custom output directory:

```bash
npx webskills-cli add  --output 
```

- Set custom skill slug:

```bash
npx webskills-cli add  --name 
```

- Increase fetch timeout:

```bash
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.

- **Author:** [kstonekuan](https://github.com/kstonekuan)
- **Source:** [kstonekuan/webskills](https://github.com/kstonekuan/webskills)
- **License:** MIT

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

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-kstonekuan-webskills-webskills
- Seller: https://agentstack.voostack.com/s/kstonekuan
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
