WebCull
agent

Install Agent Skill Set

Install or copy the WebCull CLI base skill and workflow skills so an agent can use WebCull safely.

Install The WebCull Agent Skill Set

Install all WebCull skill folders by prompt, or download the bundle for manual setup.

What You Should See During Install

Fetch instructions
Open https://webcull.com/skills/install and use that latest guide for the install steps.
Show the plan
List the target skill directory, the folders to add or replace, and the existing WebCull skills it found.
Wait for approval
File changes wait for your approval. The suggested approval is a single A.
Install and verify
Copy the selected skill folders, confirm every selected folder has SKILL.md, then tell you how to refresh the agent.

Skill installation does not require private bookmark data. After install, you can ask the agent to explain the WebCull CLI safety rules before using account data.

Skill Folder Locations By Agent Tool

After downloading the bundle, unzip it and copy each skill folder into the parent skill directory used by your agent tool. The final path ends with <skill-name>/SKILL.md. If you see webcull-cli/webcull-cli/SKILL.md, the folder was copied one level too deep.

Codex personal skills
Copy folders to ~/.agents/skills/ when you want the WebCull skills available across projects.
Codex project skills
Copy folders to .agents/skills/ inside a project folder when you want the setup to travel with that project.
Claude Code personal skills
Copy folders to ~/.claude/skills/ when you want the skills in every Claude Code project.
Claude Code project skills
Copy folders to .claude/skills/ inside a project folder when you want the skills to stay project-specific.
VS Code project skills
Use the Skills tab in Agent Customizations, or copy folders to .github/skills/, .claude/skills/, or .agents/skills/.
VS Code personal skills
Use the Skills tab for a user skill, or copy folders to ~/.copilot/skills/, ~/.claude/skills/, or ~/.agents/skills/.
# Codex personal install
mkdir -p ~/.agents/skills
cp -R webcull-cli ~/.agents/skills/

# Claude Code personal install
mkdir -p ~/.claude/skills
cp -R webcull-cli ~/.claude/skills/

# VS Code project install
mkdir -p .github/skills
cp -R webcull-cli .github/skills/
Start small

Install webcull-cli first, refresh the agent, and verify that the agent can explain the WebCull CLI safety rules. Then add workflow skills one at a time so it is clear which capability changed.

Skills Included In The Bundle

webcull-cli/SKILL.md
Required base skill for safe CLI usage, graph reads, reminders, E2EE, pacing, and writes.
webcull-talk-to-bookmarks/SKILL.md
Use for natural-language questions, ranked bookmark matches, snapshot-aware answers, and limited live page checks.
webcull-organize-bookmarks/SKILL.md
Use for category design, folder size review, organization plans, dry-run moves, and approval-based cleanup.
webcull-graph-relationships/SKILL.md
Use for backlinks, relationship explanations, graph paths, and checks around saved bookmarks and folders.
webcull-workflow-analysis/SKILL.md
Use for finding repeated tools, stale areas, active projects, crowded folders, and workflow friction.
webcull-recommendations/SKILL.md
Use for interest-aware recommendations that explain which saved bookmarks informed the suggestion.
webcull-learning-path/SKILL.md
Use for turning a folder into a guided sequence from orientation to deeper study.
webcull-public-collection-review/SKILL.md
Use before publishing a folder to flag privacy, clarity, order, and presentation issues.

Install And Changelog Files

The bundle includes INSTALL.md for setup instructions, skills.json for skill versions, and CHANGELOG.md for release notes.

skills.json
INSTALL.md
CHANGELOG.md
README.md

Update Installed Skills

Check versions
Compare the installed skill folders with the bundle version in skills.json.
Read release notes
Review CHANGELOG.md before replacing local skill files.
Replace folders
Copy updated skill folders over the installed versions, keeping local-only notes outside the skill folders.
Refresh the agent
Restart or reload the agent tool so it discovers the updated SKILL.md files.

Follow Skill Set Releases

Watch GitHub releases when you want notifications, or use the stable download links when you just need the latest skill set.

/skills/latest
/skills/install
/skills/webcull-agent-skills.zip
/skills/webcull-agent-skills.zip.sha256

You can stay current by watching GitHub releases, checking /skills/latest, asking your agent to follow /skills/install, or comparing installed skill files against the checksums in skills.json.

Manual Base Skill Setup

If your agent tool does not provide a direct install flow, create webcull-cli/SKILL.md and place the published base skill file there. Add workflow skill folders after the base skill is installed.

mkdir -p ~/.agents/skills/webcull-cli
curl -fsSL https://webcull.com/skills/webcull-cli/SKILL.md -o ~/.agents/skills/webcull-cli/SKILL.md

For Claude Code, use ~/.claude/skills/webcull-cli/SKILL.md. For a project install, use the project skill folder from the table above.

Next step agent talk to bookmarks Answer natural questions from saved bookmark details, snapshots, and selected page context.