doko
Dokobot tools - read web pages, search the web, list connected dokos, and update skill definitions.
Why use this skill?
Enhance your OpenClaw agent with the doko skill. Perform web searches, extract structured page content, and manage browser sessions via the Dokobot API.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/dokobot/dokoWhat This Skill Does
The doko skill provides a comprehensive bridge between your AI agent and the Dokobot ecosystem, enabling advanced web interaction, real-time search capabilities, and device management. By leveraging the Dokobot Chrome extension, this skill allows the agent to navigate the web, extract specific information with context-aware goals, and manage multiple connected browser instances as individual 'dokos.' It transforms static browsing into an actionable, agentic workflow.
Installation
To integrate this skill, run the following command in your terminal:
clawhub install openclaw/skills/skills/dokobot/doko
Ensure your environment is configured by adding DOKO_API_KEY to your .claude/settings.local.json. If you do not have a key, visit the Dokobot dashboard to generate one.
Use Cases
- Deep Research: Use the
readcommand to extract specific data points or comments from complex web pages without manual navigation. - Content Aggregation: Use
searchto pull multi-source data and synthesize findings into summarized reports. - Multi-Device Orchestration: Manage and command multiple active browser sessions to perform parallel research tasks efficiently.
- Self-Maintenance: Use the
updatecommand to ensure your skill definitions remain synced with the latest upstream capabilities.
Example Prompts
- "/doko search latest trends in renewable energy for 2024"
- "/doko read https://techcrunch.com/article-slug summarize the primary arguments regarding the new AI regulation act"
- "/doko dokos (and then) /doko read [URL] [goal] using the first available device"
Tips & Limitations
- Resource Management: While you can run tasks in parallel, keep concurrent
readrequests to a maximum of 5 to avoid browser performance degradation. - Goal Clarity: When using the
readtool, provide specific goals. Instead of saying 'read this page,' say 'extract the key bullet points from the conclusion section.' - Treat Dokos as Peers: The system treats dokos as personified entities; maintain clear context when managing multiple device IDs.
- Network Dependency: All commands are API-reliant; ensure a stable connection to the Dokobot backend.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-dokobot-doko": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api, file-write