anyclaw
Universal tool adapter turning any API into agent commands
❌ Users struggle to integrate diverse APIs, websites, and CLI tools into their AI workflows without custom code.
✅ Instantly search, install, and execute any package from the anyclaw registry as unified agent-ready commands.
- ✓Search and discover packages from the anyclaw registry
- ✓Install packages with one-line commands
- ✓Execute web APIs, data pipelines, and CLI tools seamlessly
- ✓Access data from Hacker News, Reddit, Stack Overflow, and more
- ✓Call translation, IP lookup, and specialized service APIs
👁 2 views · 📦 0 installs
Free to install — no account needed
Copy the command below and paste into your agent.
Instant access • No coding needed • No account needed
What you get in 5 minutes
- Full skill code ready to install
- Works with 4 AI agents
- Lifetime updates included
Run this helper
Answer a few questions and let this helper do the work.
▸Advanced: use with your AI agent
Description
--- name: anyclaw description: 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. --- # anyclaw anyclaw turns any API, website, or CLI tool into agent-ready commands. Use it to search for packages, install them, and run commands directly from the terminal. ## When to use - When the user asks to fetch data from websites (Hacker News, Stack Overflow, Reddit, Bilibili, etc.) - When the user asks to call an API (translation, IP lookup, etc.) - When the user needs a CLI tool wrapped for easier use - When the user wants to discover available tools or data sources ## Core workflow ### 1. Search for packages ```bash # Search by keyword anyclaw search news anyclaw search chinese anyclaw search finance # Browse all available packages anyclaw list --all ``` ### 2. Install a package ```bash # Install from registry by name anyclaw install hackernews anyclaw install translator # Install from GitHub URL anyclaw install https://github.com/Astro-Han/opencli-plugin-juejin # Install a local YAML file anyclaw install path/to/spec.yaml # Wrap a system CLI tool anyclaw install gh anyclaw install docker ``` ### 3. List installed packages ```bash anyclaw list ``` ### 4. Run commands ```bash # Space-separated format (primary) anyclaw run <package> <command> [--arg value ...] # Examples anyclaw run hackernews top --limit 5 anyclaw run hackernews search --query "AI" --limit 10 anyclaw run translator translate --q "hello world" --langpair "en|zh" # Shorthand format anyclaw hackernews top --limit 5 anyclaw gh pr list anyclaw docker ps # Show available commands for a package anyclaw run hackernews anyclaw hackernews --help ``` ### 5. Manage packages ```bash # Uninstall anyclaw uninstall hackernews # Set API key for packages that require auth anyclaw auth <package> <api-key> ``` ## Available registry packages Common packages you can install: | Package | Description | Install | |---------|-------------|---------| | hackernews | Hacker News - top, search, best, jobs, new, ask, show, user | `anyclaw install hackernews` | | translator | Translation service | `anyclaw install translator` | | lobsters | Lobsters - hot, active, newest, tag | `anyclaw install lobsters` | | stackoverflow | Stack Overflow - hot, search, bounties, unanswered | `anyclaw install stackoverflow` | | v2ex | V2EX developer community | `anyclaw install v2ex` | | juejin | 掘金 developer community | `anyclaw install juejin` | | bilibili | Bilibili video platform | `anyclaw install bilibili` | | zhihu | 知乎 Q&A community | `anyclaw install zhihu` | | douban | 豆瓣 movies, books, music | `anyclaw install douban` | | reddit | Reddit discussions | `anyclaw install reddit` | | twitter | Twitter/X social media | `anyclaw install twitter` | | youtube | YouTube video platform | `anyclaw install youtube` | | arxiv | arXiv scientific papers | `anyclaw install arxiv` | | wikipedia | Wikipedia encyclopedia | `anyclaw install wikipedia` | Run `anyclaw search <keyword>` or `anyclaw list --all` to discover more. ## Output format Commands return JSON output. Parse the JSON and present results in a human-readable format (table, list, or summary) based on the user's request. ## Tips - Always check if a package is installed (`anyclaw list`) before running commands - If a package is not installed, install it first with `anyclaw install <name>` - Use `--help` on any command for detailed usage: `anyclaw run hackernews top --help` - If a command fails with auth errors, set the API key: `anyclaw auth <package> <key>`
Security Status
Scanned
Passed automated security checks
Related AI Tools
More Save Money tools you might like
Family History Research Planning Skill
FreeProvides assistance with planning family history and genealogy research projects.
Naming Skill
FreeName products, SaaS, brands, open source projects, bots, and apps. Use when the user needs to name something, find a brand name, or pick a product name. Metaphor-driven process that produces memorable, meaningful names and avoids AI slop.
Profit Margin Calculator
$7.99Find hidden profit leaks — see exactly where your money goes
guard-scanner
Free"Security scanner and runtime guard for OpenClaw skills, MCP servers, and AI agent workflows. Detects prompt injection, identity hijacking, memory poisoning, A2A contagion, secret leaks, supply-chain abuse, and dangerous tool calls with 364 static th
Life OS · Personal Decision Engine
Free"A personal decision engine with 16 independent AI agents, checks and balances, and swappable cultural themes. Covers relationships, finance, learning, execution, risk control, health, and infrastructure. Use when facing complex personal decisions (c
bbc-skill — Bilibili Comment Collector
FreeFetch Bilibili (哔哩哔哩) video comments for UP主 self-analysis. Use when the user asks to collect, download, export, or analyze comments on a Bilibili video (BV号 / URL / UID). Produces JSONL + summary.json suitable for further Claude Code analysis (senti