Build or update the BlueBubbles external channel plugin for Moltbot (extension package, REST...
0
0
# Install this skill:
npx skills add randerzander/skill-agent --skill "web"
Install specific skill from multi-skill repository
# Description
Tools for web search and reading URLs. Use to find info online that answer questions.
# SKILL.md
name: web
description: Tools for web search and reading URLs. Use to find info online that answer questions.
Web Skill
Use this skill to use web search engines and read web pages to find information online.
Workflow
- Check search engines for pages answering the current subquestion/task with
search(query: str) - Load relevant web pages using
read_url(url: str) - Keep searching and loading result URLs until you have enough info to answer the task
- Use global
complete_tasktool with the result when the task is done - Use global
skill_switchwith skill_name='answer' to prepare a final answer when all tasks are complete
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Amp
Antigravity
Claude Code
Clawdbot
Codex
Cursor
Droid
Gemini CLI
GitHub Copilot
Goose
Kilo Code
Kiro CLI
OpenCode
Roo Code
Trae
Windsurf
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.