JavaScript
v1.0.2
io.clawhub.wscats/javascript-skills
A comprehensive JavaScript style guide skill. When activated, it provides best-practice JavaScript coding conventions and generates code that strictly follow...
“Claude Code” 共 4,552 个结果
v1.0.2
io.clawhub.wscats/javascript-skills
A comprehensive JavaScript style guide skill. When activated, it provides best-practice JavaScript coding conventions and generates code that strictly follow...
v1.0.2
io.clawhub.juliendbrt/emergence-codex-openclaw
Semantic Architecture Language to Combat the Smoothing Anathema
v0.1.0
io.clawhub.rqrqrqrq/research-idea
Launch background Clawdbot sessions to explore and analyze business ideas. Say 'Idea: [description]' to trigger. Fork of 'idea' skill rewritten to use sessions_spawn instead of claude CLI + tmux + telegram CLI. Results sent to current chat, not Saved Messages. Zero external dependencies.
v1.0.2
io.clawhub.bestisblessed/simplify
Refactor code for clarity, consistency, and maintainability without changing behavior. Use when the user types /simplify or asks to simplify code.
v1.0.1
io.clawhub.codedao12/twilio
Integrate Twilio APIs for SMS, WhatsApp, Voice, Verify, and more via direct HTTP requests with webhook validation and operational best practices.
v1.1.0
io.clawhub.gricha/perry-workspaces
Create and manage isolated Docker workspaces on your tailnet with Claude Code and OpenCode pre-installed. Use when working with Perry workspaces, connecting to coding agents, or managing remote development environments.
v0.2.9
io.clawhub.vburojevic/instapaper
Use when operating the instapaper-cli (ip) tool or troubleshooting it: authenticating, listing/exporting/importing bookmarks, bulk mutations, folders/highlights/text, choosing output formats (ndjson/json/plain), cursor-based sync, and interpreting stderr-json/exit codes for automation.
v1.0.2
io.clawhub.nullnaveen/odoo-erp-connector
Full-featured Odoo 19 ERP connector for OpenClaw - Sales, CRM, Purchase, Inventory, Projects, HR, Fleet, Manufacturing (80+ operations, complete Python code included, XML-RPC integration).
v1.1.3
io.clawhub.nextfrontierbuilds/moltbot-best-practices
Best practices for AI agents - Cursor, Claude, ChatGPT, Copilot. Avoid common mistakes. Confirms before executing, drafts before publishing. Vibe-coding essential.
vlatest
io.smithery.colinhughes2005.gocreative
**Pay-per-call intelligence for AI agents — no API key, no signup.** A 17-model frontier **LLM gateway** (GPT-5, Claude 4.5 Sonnet, Claude Opus 4.6, Gemini 3 Pro, DeepSeek V3.1, and more) plus **350+ data, compliance & enrichment tools** — sanctions/KYB screening, SEC filings, crypto markets, company & domain intelligence, and lead research. Agents pay **per call in USDC on Base** via the x402 protocol. No accounts. No keys. No subscriptions. **Highlights** - 🧠 LLM gateway: `ai/ask` ($0.02) · `ai/pro` ($0.08) · `ai/ultra` ($0.25) — pick any model, pay USDC - 🛡️ KYB-360 — sanctions + PEP + risk + registry + firmographics in one call - 🔎 Sanctions screening: OFAC / EU / UK / UN + 100+ lists - 📈 SEC financials, crypto market data, company & domain intel - 💸 357 tools, all pay-per-call USDC on Base Live API: https://api.gocreativeai.com · Free model catalog: https://api.gocreativeai.com/v1/ai/models
v1.0.0
io.clawhub.rogerwengch/dev-coding-agent
Enhanced coding agent for development workflows. Optimized for building features, fixing bugs, and code refactoring with OpenCode integration.
v0.1.0
io.clawhub.0731coderlee-sudo/wechat-publisher
一键发布 Markdown 到微信公众号草稿箱。基于 wenyan-cli,支持多主题、代码高亮、图片自动上传。
v1.0.0
io.clawhub.udiedrichsen/device-assistant
Personal device and appliance manager with error code lookup and troubleshooting. Tracks all your devices (appliances, electronics, software) with model numbers, manuals, and warranty info. When something breaks, tell it the error code and get instant solutions. Use when: device shows error, need manual, warranty check, adding new device, maintenance reminder. Triggers: /device, /geräte, 'mein Geschirrspüler', 'Fehler E24', 'Fehlermeldung', device problems, appliance issues.
v1.0.51
io.clawhub.guangfuwu/privora-cn-quant
Privora · AI Agent 投资工作流平台 — Bearer Token 即接入 /agent/skills/execute 通用 dispatcher,覆盖 A 股/港股/美股/黄金/基金/财报数据 + Python 回测(含 sandbox)+ 模拟交易 + 组合归因(α/β TWR)+ 云端告警 + 流程编排。Hermes / Claude / GPT / OpenClaw 全兼容。
v1.0.0
io.clawhub.ishaan-jaff/litellm
Call 100+ LLM providers through LiteLLM's unified API. Use when you need to call a different model than your primary (e.g., use GPT-4 for code review while running on Claude), compare outputs from multiple models, route to cheaper models for simple tasks, or access models your runtime doesn't natively support.
v0.1.0
io.clawhub.kellyclaudeai/agentic-calling
Enable AI agents to autonomously make, receive, transcribe, route, and record phone calls using Twilio with customizable voice messages and IVR support.
v1.0.0
io.clawhub.simlocker/mcp-skill
Provides access to MCP tools for web search, advanced search, code context, deep research, crawling, company research, and LinkedIn search.
v1.0.4
io.clawhub.ivangdavila/py
Writes, debugs, and reviews Python code — runtime traps, packaging, typing, async, tests, performance. Use when Python raises or misbehaves: ModuleNotFoundError, circular imports, AttributeError on None, UnboundLocalError, UnicodeDecodeError, mutable default arguments, `is` vs `==`, float rounding, naive vs aware datetimes, or a wrong answer with no exception; when pip, uv, poetry, venv, pyproject or a lockfile fight over dependencies, or a package installs but will not import; when threads, asyncio, multiprocessing or the GIL hang, deadlock, or leak memory; when pytest passes but should not, mocks patch the wrong module, or async tests never run; when mypy or pyright errors need clearing; when a script is slow, eats RAM, or gets OOM-killed; when subprocess calls hang or logs never appear; or when upgrading Python breaks the build. Not for library-specific problems — pandas, numpy, django, fastapi and flask have their own skills.
v1.0.2
io.clawhub.ivangdavila/vscode
Configures, debugs, and speeds up Visual Studio Code: settings scopes, launch.json, tasks.json, extensions, keybindings, formatters, and remote work. Use when a setting has no effect because something else overrides it, when format-on-save runs the wrong formatter or two formatters fight, when a breakpoint stays hollow, F5 does nothing, or a debug config will not attach, when a watch task hangs preLaunchTask forever, when the extension host crashes or two extensions collide, when IntelliSense dies and the TypeScript server or Python interpreter stops resolving, when a keyboard shortcut is swallowed by the terminal, when Remote-SSH, WSL, dev containers, or tunnels misbehave, when startup, search, or file watching is slow, or when deciding what belongs in .vscode/ and which extensions a fork like VSCodium or Cursor can install. Not for language semantics (`typescript`, `py`), Docker image authoring (`docker`), or general bug isolation (`debugging`).
v2.0.0
io.clawhub.ckchzh/api-generator
API code generator. Generate RESTful endpoints, GraphQL schemas, OpenAPI/Swagger docs, API clients, mock servers, authentication, rate limiting.
v1.0.0
io.clawhub.conanwhf/baoyu-skills
宝玉分享的 Claude Code 技能集,包含多个内容生成和处理子技能。 子技能列表 (skills/baoyu-*): - baoyu-article-illustrator: 文章插图生成 - baoyu-comic: 漫画生成 - baoyu-compress-image: 图片压缩 - baoyu-co...
v1.0.0
io.clawhub.gitgoodordietrying/encoding-formats
Encode, decode, and convert between data formats. Use when working with Base64, URL encoding, hex, Unicode, JWT tokens, hashing, checksums, or converting between serialization formats like JSON, MessagePack, and protobuf wire format.
v1.1.0
io.clawhub.bheemreddy181/qmd-search
Fast local search for markdown files, notes, and docs using qmd CLI. Use instead of `find` for file discovery. Combines BM25 full-text search, vector semantic search, and LLM reranking—all running locally. Use when searching for files, finding code, locating documentation, or discovering content in indexed collections.
v1.0.1
io.clawhub.wangzhiming1999/design-to-code
Implements UI from design mockups (Figma, Sketch, or image) with pixel-accurate layout, responsive behavior, and design tokens. Use when 还原设计图, implementing...