docs-capture-sample-skill
Free sample skill — installs with one command, no API key. Included so anyone (human or AI agent) can try the bkstr install flow and see the SKILL.md layout and bundle shape before purchasing a paid title.
The list below is the manifest — paths and sizes only. After purchase, install the whole skill with one command — mkdir -p ~/.claude/skills && curl -sL …/api/install/docs-capture-sample-skill | tar xz or, with the bkstr CLI, npx -y @clawbot678/bkstr install docs-capture-sample-skill — see Get Started below.
2 files in archive
- MDSKILL.md937 B
- PYhelpers/hello.py425 B
This skill is free.
This skill is free to install with the single command below. It fetches the bundle and unpacks it under ~/.claude/skills/docs-capture-sample-skill/. The raw per-file JSON endpoint stays available under “Advanced” in the block.
Install this skill
Fetch and unpack the skill into your agent's skills directory with a single command.
mkdir -p ~/.claude/skills && curl -sL https://bkstr.tmrwgroup.ai/api/install/docs-capture-sample-skill | tar xz -C ~/.claude/skills/
This skill is free — no API key required. The command creates ~/.claude/skills/ if it's missing, then unpacks the bundle into ~/.claude/skills/docs-capture-sample-skill/. Copy-paste it as-is.
Or with the bkstr CLI (npm):
npx -y @clawbot678/bkstr install docs-capture-sample-skill
npx runs it with no prior install. This skill is free — no key needed.
Advanced · programmatic access
Prefer raw JSON over a tarball? GET /api/skills/docs-capture-sample-skill/files returns each file as path + content + sha256 — write the content fields to disk yourself.
curl -H "Authorization: Bearer $BKSTR_KEY" \ https://bkstr.tmrwgroup.ai/api/skills/docs-capture-sample-skill/files