Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
Repositorio de GitHub

all-agents

all-agents contiene 34 skills recopiladas de cwlee-victor, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
34
Stars
2
actualizado
2026-05-18
Forks
0
Cobertura ocupacional
7 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

1password
Administradores de redes y sistemas informáticos

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.

2026-05-18
apply-patch
Desarrolladores de software

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).

2026-05-18
blogwatcher
Administradores de redes y sistemas informáticos

Monitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI.

2026-05-18
browser-automation
Desarrolladores de software

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.

2026-05-18
clawhub
Administradores de redes y sistemas informáticos

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.

2026-05-18
coding-agent
Desarrolladores de software

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).

2026-05-18
file-ops
Desarrolladores de software

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).

2026-05-18
general-assistant
Secretarios y asistentes administrativos (excepto legal, médico y ejecutivo)

General operating guidance for the main local assistant.

2026-05-18
gifgrep
Administradores de redes y sistemas informáticos

Search GIF providers with CLI/TUI, download results, and extract stills/sheets.

2026-05-18
github
Desarrolladores de software

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.

2026-05-18
google-workspace
Desarrolladores de software

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.

2026-05-18
himalaya
Administradores de redes y sistemas informáticos

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).

2026-05-18
market-environment-analysis
Analistas financieros y de inversiones

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, 相場環境, 市場分析, マーケット状況, 投資環境.

2026-05-18
mcporter
Administradores de redes y sistemas informáticos

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.

2026-05-18
memory-tools
Desarrolladores de software

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).

2026-05-18
microsoft-365
Desarrolladores de software

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.

2026-05-18
nano-pdf
Secretarios y asistentes administrativos (excepto legal, médico y ejecutivo)

Edit PDFs with natural-language instructions using the nano-pdf CLI.

2026-05-18
obsidian
Secretarios y asistentes administrativos (excepto legal, médico y ejecutivo)

Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.

2026-05-18
openhue
Administradores de redes y sistemas informáticos

Control Philips Hue lights and scenes via the OpenHue CLI.

2026-05-18
otel
Administradores de redes y sistemas informáticos

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).

2026-05-18
pdf-text
Empleados de archivos

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).

2026-05-18
prose-polish
Editores de escritorio

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).

2026-05-18
session-logs
Administradores de redes y sistemas informáticos

Search and analyze your own session logs (older/parent conversations) using jq.

2026-05-18
sessions
Administradores de redes y sistemas informáticos

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).

2026-05-18
shell-exec
Administradores de redes y sistemas informáticos

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.

2026-05-18
tmux
Administradores de redes y sistemas informáticos

Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.

2026-05-18
tts
Desarrolladores de software

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).

2026-05-18
video-frames
Administradores de redes y sistemas informáticos

Extract frames or short clips from videos using ffmpeg.

2026-05-18
voice-call
Desarrolladores de software

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).

2026-05-18
wacli
Administradores de redes y sistemas informáticos

Send WhatsApp messages to other people or search/sync WhatsApp history via the wacli CLI (not for normal user chats).

2026-05-18
weather
Desarrolladores de software

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.

2026-05-18
web-search
Representantes de servicio al cliente

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.

2026-05-18
xurl
Administradores de redes y sistemas informáticos

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.

2026-05-18
yahoo-finance-forex
Analistas financieros y de inversiones

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.

2026-05-18