← Back to Skills Marketplace
159
Downloads
0
Stars
0
Active Installs
6
Versions
Install in OpenClaw
/install weeko
Description
Weeko CLI commands for bookmark management. Search, add, update, delete bookmarks. Create and organize groups. Batch operations.
Usage Guidance
This skill is an instruction-only wrapper for the Weeko CLI and appears internally consistent. Before installing or using it: (1) verify you install weeko-cli from the official package (npm registry) and Bun from the official site, (2) keep your Weeko API key secret (do not paste it into public chats or repos), and (3) be aware that enabling an agent that can run shell commands gives it the ability to access files and environment variables on your machine — only grant that capability to agents you trust. If you need higher assurance, inspect the actual weeko-cli package source published to npm/github before use.
Capability Analysis
Type: OpenClaw Skill
Name: weeko
Version: 1.4.0
The `weeko` skill bundle provides a CLI interface for managing bookmarks and groups on the Weeko platform (weeko.blog). It includes detailed instructions for an AI agent to perform search, add, update, and delete operations, as well as batch processing. The documentation in `SKILL.md` and `references/commands.md` is well-structured, focusing on legitimate CLI usage and API interactions. No evidence of malicious intent, data exfiltration, or prompt injection was found.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description match the content: SKILL.md and README describe invoking the Weeko CLI to search/add/update/delete bookmarks and manage groups. Declared prerequisites (Bun runtime, weeko-cli, Weeko API key) are exactly what this capability needs and nothing unrelated (no cloud credentials, no unrelated system access).
Instruction Scope
Runtime instructions are limited to using the weeko CLI (login, whoami, status, list, add, update, delete, group commands, batch ops) and describe config location (~/.config/weeko-cli/config.json) and environment overrides (WEEKO_API_KEY, WEEKO_API_URL). The instructions do not direct reading unrelated files, collecting unexpected secrets, or posting data to endpoints other than the Weeko API.
Install Mechanism
No install spec is embedded in the skill (instruction-only). The docs recommend installing weeko-cli via bun install -g weeko-cli and Bun from bun.sh — both are standard distribution routes. The skill itself does not download or extract arbitrary archives or point to untrusted URLs.
Credentials
No required environment variables or credentials are declared by the skill; SKILL.md documents an expected Weeko API key (WEEKO_API_KEY or login with keys prefixed wk_), which is proportional to the described API-based functionality. No unrelated secrets or multiple unrelated credentials are requested.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request permanent presence or attempt to modify other skills or system-wide agent settings. Configuration storage is limited to the Weeko CLI config path (~/.config/weeko-cli/), which is consistent with the tool's purpose.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install weeko - After installation, invoke the skill by name or use
/weeko - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.4.0
Rewrite: CLI-based skill with TOON format, full command reference, best practices for AI agents
v1.3.0
Fix openclaw.json config path: skills.entries.weeko.apiKey
v1.2.0
Support openclaw.json configuration, add Get Single Bookmark/Group endpoints, improved API key detection workflow
v1.0.1
Optimized description for ClawHub, improved skill structure
v1.1.0
Added complete API reference, workflow guidance, error handling, and UX guidelines
v1.0.0
Initial release: add, list, search bookmarks; manage groups via Weeko API
Metadata
Frequently Asked Questions
What is Weeko?
Weeko CLI commands for bookmark management. Search, add, update, delete bookmarks. Create and organize groups. Batch operations. It is an AI Agent Skill for Claude Code / OpenClaw, with 159 downloads so far.
How do I install Weeko?
Run "/install weeko" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Weeko free?
Yes, Weeko is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Weeko support?
Weeko is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Weeko?
It is built and maintained by Silas (@occupy5); the current version is v1.4.0.
More Skills