Agent Skills Give Your Agent A Safe CLI Base
The WebCull Agent Skill Set helps agent tools use the WebCull CLI carefully. Install webcull-cli first for shared safety and command guidance, then add focused workflow skills for the bookmark jobs you want help with.
webcull bookmarks count --path /
webcull bookmarks tree --path / --max-depth 1 --limit 25 --fields id,type,title,modified
webcull bookmarks search --query 'github api' --limit 20 --fields id,title,url,parent_id
webcull bookmarks get --ids 123,456 --fields id,title,url,notes --max-metadata-chars 1500
Choose Skills By What You Want Done
webcull-cliwebcull-talk-to-bookmarkswebcull-organize-bookmarkswebcull-graph-relationshipswebcull-workflow-analysiswebcull-recommendationswebcull-learning-pathwebcull-public-collection-reviewBase Skill Details
@webcull/cli >= 0.1.1webcull-cli/SKILL.md/skills/CHANGELOG.md/skills/webcull-cli/SKILL.mdDownload The Versioned Skill Bundle
The bundle includes one folder per skill, a skills.json version file, a CHANGELOG.md release note file, and install instructions for agent tools.
skills/
skills.json
INSTALL.md
CHANGELOG.md
README.md
webcull-cli/SKILL.md
webcull-talk-to-bookmarks/SKILL.md
webcull-organize-bookmarks/SKILL.md
webcull-graph-relationships/SKILL.md
webcull-workflow-analysis/SKILL.md
webcull-recommendations/SKILL.md
webcull-learning-path/SKILL.md
webcull-public-collection-review/SKILL.md
Check Skill Updates By Version And Changelog
The skills.json file shows the current bundle version and skill versions. The CHANGELOG.md file explains what changed before you update installed skill folders. Review major version changes before replacing a local copy. Minor and patch updates should keep the same basic workflow.
Skills Keep Requests Intentionally Small
The skill set tells agents to use --max-chars, --limit, --page, --fields, and --max-metadata-chars on broad bookmark commands. When results are too broad, the agent narrows fields first, then long text, then pages through results.
The skill set also tells agents to avoid parallel WebCull CLI calls, pace requests, and narrow the next request if WebCull asks it to slow down.
Writes Require Your Explicit Request
The skills tell agents to avoid creating, updating, moving, or reorganizing bookmarks until you ask for that write. They also prefer --dry-run before a real write, preserve unedited fields, and send the narrowest patch possible.
Encrypted Account Passphrases Stay Local
For encrypted accounts, the CLI prompts for the E2EE passphrase only through hidden interactive terminal input. The skills tell agents not to place passphrases in CLI arguments, environment variables, config, stdin, logs, examples, or API requests.