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
https://webcull.com/skills/install and use that latest guide for the install steps.A.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.
~/.agents/skills/ when you want the WebCull skills available across projects..agents/skills/ inside a project folder when you want the setup to travel with that project.~/.claude/skills/ when you want the skills in every Claude Code project..claude/skills/ inside a project folder when you want the skills to stay project-specific..github/skills/, .claude/skills/, or .agents/skills/.~/.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.mdwebcull-talk-to-bookmarks/SKILL.mdwebcull-organize-bookmarks/SKILL.mdwebcull-graph-relationships/SKILL.mdwebcull-workflow-analysis/SKILL.mdwebcull-recommendations/SKILL.mdwebcull-learning-path/SKILL.mdwebcull-public-collection-review/SKILL.mdInstall 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
skills.json.CHANGELOG.md before replacing local skill files.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.