mit einem Klick
all-agents
all-agents enthält 34 gesammelte Skills von cwlee-victor, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.
Skills in diesem Repository
Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.
Apply a unified diff to the workspace. Use when: the user provides a patch, you generated a diff and want to apply it, or you're integrating an upstream change. NOT for: small surgical edits to a known file (use file-ops write_file).
Monitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI.
Drive a real browser via Playwright for tasks that need JavaScript execution, login forms, or interactive UI. Use when: scraping a SPA, filling out a form, taking a screenshot, downloading from a JS-protected page, or running an end-to-end check. NOT for: static HTML (use web_fetch), public APIs (use curl), or anything where a simple HTTP GET works.
Use the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawhub CLI.
Delegate coding tasks (build features, refactor, batch PR reviews, parallel issue fixes via Codex/Claude Code/Pi/OpenCode) by spawning the `coding-agent` sub-agent. Use when: (1) the work needs file exploration + multi-step edits, (2) you want a separate process so its tool noise stays out of your context, (3) you need parallel coding sessions. NOT for: simple one-liner edits (just edit), reading code (use read tools), thread-bound ACP requests (use sessions).
Read, write, and search files in the workspace. Use when: the user asks to inspect, modify, create, or search files; you need to find code by name or content. NOT for: running scripts (use shell-exec), pulling remote URLs (use web_fetch), or pdf/image content (use the pdf/image plugins).
General operating guidance for the main local assistant.
Search GIF providers with CLI/TUI, download results, and extract stills/sheets.
GitHub operations via `gh` CLI: issues, PRs, CI runs, code review, API queries. Use when: (1) checking PR status or CI, (2) creating/commenting on issues, (3) listing/filtering PRs or issues, (4) viewing run logs. NOT for: complex web UI interactions requiring manual browser flows (use browser tooling when available), bulk operations across many repos (script with gh api), or when gh auth is not configured.
Google Workspace API operations for Apps Script, Docs, Slides, Sheets, Gmail, Calendar, Drive-backed files, and Google Keep. Use when the user asks to search/read/send Gmail, manage Calendar events, read/write Sheets ranges, create/update Docs or Slides, run Apps Script functions, inspect Drive files, or access Keep notes through Google APIs.
CLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).
Comprehensive market environment analysis and reporting tool. Analyzes global markets including US, European, Asian markets, forex, commodities, and economic indicators. Provides risk-on/risk-off assessment, sector analysis, and technical indicator interpretation. Triggers on keywords like market analysis, market environment, global markets, trading environment, market conditions, investment climate, market sentiment, forex analysis, stock market analysis, 相場環境, 市場分析, マーケット状況, 投資環境.
Use the mcporter CLI to list, configure, auth, and call MCP servers/tools directly (HTTP or stdio), including ad-hoc servers, config edits, and CLI/type generation.
Read and write the agent's persistent memory. Use when: the user asks to remember something across runs, you need to recall a previous fact, or want to log a daily note. NOT for: session transcripts (use sessions skill), file-system data (use file-ops).
Microsoft 365 integration via Graph API. Create, read, modify, and delete SharePoint sites, lists, list items, document libraries, and files (Excel, Word, PowerPoint). Read/write Excel cells and ranges directly. Upload/download files to SharePoint drives. Use when interacting with Microsoft 365, SharePoint, OneDrive for Business, or Office documents on SharePoint.
Edit PDFs with natural-language instructions using the nano-pdf CLI.
Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
Control Philips Hue lights and scenes via the OpenHue CLI.
Emit OTLP traces/spans/metrics to an OpenTelemetry collector. Use when: the user wants to instrument a workflow, debug latency, or fan out telemetry. NOT for: local logging (use memory_append).
Extract text from a PDF in the workspace. Use when: the user asks to read, summarise, or search a PDF. NOT for: editing PDFs (use a dedicated tool) or images (no OCR yet).
Convert markdown to HTML/RST/DOCX/PDF/etc. via pandoc. Use when: the user wants a different document format. NOT for: editing prose content (just write_file).
Search and analyze your own session logs (older/parent conversations) using jq.
Inspect, search, and message between conversation sessions. Use when: the user asks for chat history, wants to send a message into another session, or you need to spawn a sub-agent. NOT for: short in-process delegation (use llm_task) or file-backed memory (use memory-tools).
Run shell commands in the workspace. Use when: the user asks to invoke a CLI, run tests, install dependencies, or chain Unix tools. NOT for: file reads (use file-ops), HTTP calls (web_fetch), or anything where a built-in tool already exists. NEVER use this to bypass other safety checks.
Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
Synthesize speech to a WAV file. Use when: the user asks to generate audio from text, narrate a document, or create a voice prompt. NOT for: real-time streaming (this writes a file).
Extract frames or short clips from videos using ffmpeg.
Place an outbound voice call via a configured bridge (LiveKit/Twilio/etc.). Use when: the user asks to call a phone number with a spoken message. NOT for: messaging (use a channel).
Send WhatsApp messages to other people or search/sync WhatsApp history via the wacli CLI (not for normal user chats).
Get current weather and forecasts via wttr.in or Open-Meteo. Use when: user asks about weather, temperature, or forecasts for any location. NOT for: historical weather data, severe weather alerts, or detailed meteorological analysis. No API key needed.
Search the web for up-to-date information using a public search API. Use when: the user asks for current events, recent docs, prices, or any fact that may have changed since training. NOT for: looking up stable facts (just answer), reading a known URL (use web_fetch directly), or working with documents already in the workspace.
A CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.
Fetches real-time FOREX news and market data from Yahoo Finance for major currency pairs (EUR/USD, GBP/USD, USD/JPY, etc.). Analyzes sentiment and provides trading context.