The universal tool adapter for AI agents. Search, install, and run packages from the anyclaw registry. Use anyclaw to access web APIs, data pipelines, CLI tools, and scripts as unified commands.
Use when: call-api, fetch-data, cli, run-command, search-packages, discover-tools
General LLM agents
anyclaw is a universal tool adapter that lets agents search, install, and run packages from a registry to access web APIs, data sources, and CLI tools. The SKILL.md provides clear usage instructions with examples but relies entirely on the anyclaw CLI being pre-installed. No bundled scripts to test. Security concerns include installing arbitrary packages from URLs and wrapping system CLIs without verification, though the skill itself doesn't contain malicious patterns.
No scripts bundled — purely instruction-based skill. The skill instructs agents to install and run arbitrary packages from a registry and GitHub URLs, which is a moderate security concern (no verification step). SKILL.md is well-structured with good examples and clear workflow, but lacks error handling guidance and security warnings about untrusted packages. Deducted security points for: installing arbitrary packages from URLs without verification (-12), potential shell injection via unquoted args in run commands (-10).