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

hstack

hstack contiene 94 skills recopiladas de paarths-collab, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
94
Stars
13
actualizado
2026-07-02
Forks
1
Cobertura ocupacional
3 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

integration-datadog
Administradores de redes y sistemas informáticos

Connect Datadog (metrics, logs, events, monitors, incidents) to a self-hosted Hermes agent over SSH. Uses site-aware REST API with DD-API-KEY + DD-APPLICATION-KEY headers. Refuses the shipped Datadog Agent daemon (out of scope). Idempotent and rollback-safe. Works from Claude Code, Codex, Cursor, Hermes itself, and any AI agent.

2026-07-02
integration-obsidian
Administradores de redes y sistemas informáticos

Connect an Obsidian vault to a self-hosted Hermes agent over SSH. Obsidian is a local desktop app — this skill picks between three honest paths: (A) vault-file mode via git/rclone/Syncthing on the VPS (preferred for headless agents), (B) the community Local REST API plugin over a private tunnel (Tailscale / Cloudflare Tunnel), (C) the mcp-obsidian stdio wrapper. Idempotent and rollback-safe. Works from Claude Code, Codex, Cursor, Hermes itself, and any AI agent.

2026-07-02
integration-segment
Administradores de redes y sistemas informáticos

Connect Segment (Twilio Segment CDP — event pipeline that fans track/identify/group calls out to 400+ destinations) to a self-hosted Hermes agent over SSH. Documents the HTTP Tracking API surface; the Public API is documented separately. Idempotent and rollback-safe. Works from Claude Code, Codex, Cursor, Hermes itself, and any AI agent.

2026-07-02
hermes-backup
Administradores de redes y sistemas informáticos

Back up a self-hosted Hermes Agent (config, secrets, memory, sessions) over SSH. Use before risky changes and on a nightly schedule — Hermes has no automatic backups. Works from Claude Code, Codex, Cursor, Hermes itself, and Gemini CLI.

2026-07-01
hermes-cron
Administradores de redes y sistemas informáticos

Add, list, and manage scheduled tasks (cron) for a self-hosted Hermes agent over SSH, including the recommended reliability defaults (nightly gateway restart, nightly backup, weekly session prune). Works from any AI agent — Claude Code, Codex, Cursor, Gemini CLI, or Hermes itself.

2026-07-01
hermes-deploy
Administradores de redes y sistemas informáticos

Deploy a self-hosted Hermes Agent end-to-end over SSH. Orchestrates install, model, platforms, skills, memory, personality, home channel, autostart, and verification — idempotent, dry-run-first, rollback-safe. Works from any AI agent (Claude Code, Codex, Cursor, Gemini CLI, or Hermes itself).

2026-07-01
hermes-fix
Administradores de redes y sistemas informáticos

Diagnose and repair common Hermes failures (gateway down, model not configured, bot silent, PATH, Docker UID, RSS leak) on a remote VPS over SSH. Use when Hermes is broken. Works from Claude Code, Codex, Cursor, Hermes itself, and Gemini CLI.

2026-07-01
hermes-home
Administradores de redes y sistemas informáticos

Set the durable home channel where Hermes delivers cron results and proactive notifications, over SSH on a remote VPS. Use after a platform (Telegram, Discord, Slack, Mattermost, Matrix) is wired and you need cron/reminder output to land somewhere persistent across restarts. Works from Claude Code, Codex, Cursor, Hermes itself, and Gemini CLI.

2026-07-01
hermes-install
Administradores de redes y sistemas informáticos

Install Hermes Agent reliably over SSH on a VPS (or locally) — pinned to a known-good version, PATH-safe, idempotent, and runnable by any AI agent. Use when Hermes needs to be installed on a machine or VPS.

2026-07-01
hermes-integrate
Administradores de redes y sistemas informáticos

Wire one or many integrations into a running Hermes agent over SSH. Presents the catalog by category, collects one secret per chosen integration, then runs each /integration-<name> skill in sequence using the shared SSH-first pattern. Use when the user wants to connect several apps at once rather than one at a time. Works from Claude Code, Codex, Cursor, Hermes itself, and Gemini CLI.

2026-07-01
hermes-mcp-add
Administradores de redes y sistemas informáticos

Meta-skill for wiring ANY remote HTTP MCP server into a self-hosted Hermes agent over SSH. Probes the endpoint to discover the correct auth shape, writes the secret safely, registers the MCP, reloads the gateway, and verifies. Use when no integration-specific skill exists yet and you need to wire an arbitrary HTTP MCP into Hermes. Works from Claude Code, Codex, Cursor, Hermes itself, and Gemini CLI.

2026-07-01
hermes-memory
Administradores de redes y sistemas informáticos

Configure Hermes memory (built-in by default, or an external provider like mem0) on a self-hosted Hermes Agent over SSH. Surfaces the memory-ceiling reality, installs the python dep into the right venv, and verifies via `hermes memory status`. Works from Claude Code, Codex, Cursor, Hermes itself, and Gemini CLI.

2026-07-01
hermes-model
Desarrolladores de software

Configure the Hermes model and provider with an API key over SSH, validate context window, and detect silent capability degradation. Use when setting up or changing which LLM a remote, self-hosted Hermes uses. Works from Claude Code, Codex, Cursor, Hermes itself, and Gemini CLI.

2026-07-01
hermes-restart
Administradores de redes y sistemas informáticos

Cleanly restart the Hermes gateway on a remote VPS over SSH, clearing stale PID locks that cause restart loops. Use when the gateway is stuck, unresponsive, or after config changes. Works from any AI agent (Hermes, Claude Code, Codex, Cursor, Gemini CLI).

2026-07-01
hermes-skills
Otras ocupaciones informáticas

Install a curated starter pack of Hermes skills on a remote VPS over SSH, resolving canonical names first and verifying each landed. Use when adding capabilities to a self-hosted Hermes agent. Works from Claude Code, Codex, Cursor, Hermes itself, and Gemini CLI.

2026-07-01
hermes-soul
Desarrolladores de software

Give a self-hosted Hermes agent a name and personality by writing SOUL.md directly over SSH. Use when setting or updating the agent's identity. Idempotent, rollback-safe, works from any AI agent (Claude Code, Codex, Cursor, Hermes, Gemini CLI).

2026-07-01
hermes-status
Administradores de redes y sistemas informáticos

Health-check a self-hosted Hermes Agent over SSH — gateway, platforms, memory, recent logs, end-to-end smoke. Use when the user asks "is my agent ok?" or to diagnose a remote VPS. Works from any AI agent (Hermes, Claude Code, Codex, Cursor, Gemini CLI).

2026-07-01
hermes-update
Administradores de redes y sistemas informáticos

Safely update Hermes on a remote VPS over SSH — back up first, bump the pinned version, reload the gateway, then re-verify each wired platform. Use when upgrading Hermes versions from Claude Code, Codex, Cursor, Hermes itself, or Gemini CLI.

2026-07-01
integration-airtable
Desarrolladores de software

Connect Airtable (bases, tables, records) to a self-hosted Hermes Agent over SSH. Wires Airtable's official remote MCP server with a static Personal Access Token (PAT). Idempotent and rollback-safe. Works from Claude Code, Codex, Cursor, Hermes itself, and Gemini CLI.

2026-07-01
integration-asana
Desarrolladores de software

Connect Asana (team task management) to a self-hosted Hermes Agent over SSH so it can read and create tasks, projects, and comments. Wires the REST API with a static Personal Access Token. Idempotent and rollback-safe. Works from Claude Code, Codex, Cursor, Hermes itself, and Gemini CLI.

2026-07-01
integration-aws
Desarrolladores de software

Connect AWS (EC2, S3, Lambda, and all 15000+ AWS APIs) to a self-hosted Hermes Agent over SSH, via the managed AWS MCP server reached through the SigV4-signing mcp-proxy-for-aws stdio proxy. Idempotent and rollback-safe. Works from any AI agent (Hermes, Claude Code, Codex, Cursor, Gemini CLI).

2026-07-01
integration-azure
Desarrolladores de software

Connect Microsoft Azure (resource groups, storage, Cosmos DB, Key Vault, monitor) to a self-hosted Hermes Agent over SSH. Wires Microsoft's first-party `@azure/mcp` stdio server with an Entra ID service principal. Idempotent and rollback-safe. Works from Claude Code, Codex, Cursor, Hermes itself, and Gemini CLI.

2026-07-01
integration-bitbucket
Desarrolladores de software

Connect Bitbucket Cloud (repos, branches, pull-request lifecycle) to a self-hosted Hermes Agent over SSH via the official Atlassian Rovo remote MCP server. Idempotent and rollback-safe. Works from Claude Code, Codex, Cursor, Hermes itself, and Gemini CLI.

2026-07-01
integration-brave-search
Desarrolladores de software

Connect the Brave Search API (real-time web, news, image, video, local POI, summarizer, llm-context) to a self-hosted Hermes agent over SSH. Wires the official open-source MCP server with a static subscription token. Idempotent and rollback-safe. Works from Claude Code, Codex, Cursor, Hermes itself, and any AI agent.

2026-07-01
integration-brevo
Desarrolladores de software

Connect Brevo (formerly Sendinblue) email, SMS, and CRM marketing to a self-hosted Hermes agent over SSH using Brevo's first-party remote MCP server. Use when the user wants any AI agent (Hermes, Claude Code, Codex, Cursor, Gemini CLI) to send campaigns, manage contacts, run automations, or read marketing analytics. Idempotent and rollback-safe.

2026-07-01
integration-calendly
Desarrolladores de software

Connect Calendly (event types, scheduled events, invitees, availability) to a self-hosted Hermes Agent over SSH using a static personal access token against the REST API. Idempotent and rollback-safe. Works from Claude Code, Codex, Cursor, Hermes itself, and Gemini CLI.

2026-07-01
integration-clickup
Desarrolladores de software

Connect ClickUp (tasks, lists, docs, comments, time tracking) to a self-hosted Hermes Agent over SSH. Defaults to the static personal-token REST path; offers the OAuth-only MCP bridge as an opt-in. Idempotent and rollback-safe. Works from Claude Code, Codex, Cursor, Hermes itself, or any AI agent.

2026-07-01
integration-cloudflare
Desarrolladores de software

Connect Cloudflare (DNS, Workers, KV, R2, D1, Pages, Access, Cloudflare One) to a self-hosted Hermes Agent over SSH. Wires Cloudflare's first-party remote MCP server with a static API token as bearer auth. Idempotent and rollback-safe. Works from Claude Code, Codex, Cursor, Hermes itself, and Gemini CLI.

2026-07-01
integration-digitalocean
Desarrolladores de software

Connect DigitalOcean (Droplets, App Platform, Databases, Kubernetes, Spaces, and more) to a self-hosted Hermes Agent over SSH via DigitalOcean's first-party remote MCP servers. Idempotent and rollback-safe. Works from Claude Code, Codex, Cursor, Hermes itself, and Gemini CLI.

2026-07-01
integration-exa
Desarrolladores de software

Connect Exa (semantic web search, company/person research, code context, web crawl) to a self-hosted Hermes Agent over SSH using Exa's official remote MCP server with a static x-api-key. Idempotent and rollback-safe. Works from any AI agent (Hermes, Claude Code, Codex, Cursor, Gemini CLI).

2026-07-01
integration-freshdesk
Desarrolladores de software

Connect Freshdesk (SMB support tickets, contacts, companies) to a self-hosted Hermes Agent over SSH using a static API key. Idempotent and rollback-safe. Works from Claude Code, Codex, Cursor, Hermes itself, and Gemini CLI when Hermes needs to triage, read, create, or update Freshdesk tickets.

2026-07-01
integration-gcp
Desarrolladores de software

Connect Google Cloud (BigQuery, Cloud SQL, Cloud Storage, Cloud Run, Logging, Compute, etc.) to a self-hosted Hermes Agent over SSH. Wires Google's first-party managed remote MCP servers with a short-lived OAuth2 bearer token + auto-refresh cron. Idempotent and rollback-safe. Works from Claude Code, Codex, Cursor, Hermes itself, and Gemini CLI.

2026-07-01
integration-github
Desarrolladores de software

Connect GitHub (code, issues, PRs, CI) to a self-hosted Hermes Agent over SSH via GitHub's first-party remote MCP server. Idempotent, dry-run, and rollback-safe. Works from Claude Code, Codex, Cursor, Hermes itself, and Gemini CLI.

2026-07-01
integration-gitlab
Desarrolladores de software

Connect GitLab (repos, MRs, issues, CI/CD pipelines) to a self-hosted Hermes Agent over SSH. Wires the community static-token MCP server or REST API, with the OAuth-only first-party MCP documented as a hands-on alternative. Idempotent and rollback-safe. Works from Claude Code, Codex, Cursor, Hermes itself, and Gemini CLI.

2026-07-01
integration-google-workspace
Desarrolladores de software

Connect Google Workspace (Gmail, Drive, Calendar, Docs, Sheets, Meet) to a self-hosted Hermes agent over SSH. Google is OAuth-only with no static API key, so this skill runs the self-hosted community MCP server with a service-account key for headless auth. Idempotent and rollback-safe. Works from Claude Code, Codex, Cursor, Hermes itself, and Gemini CLI.

2026-07-01
integration-hetzner
Desarrolladores de software

Connect Hetzner Cloud (servers, volumes, firewalls, load balancers) to a self-hosted Hermes Agent over SSH. Uses a static project-scoped Bearer token against the official REST API, with an optional self-hosted community MCP fallback. Idempotent and rollback-safe. Works from Claude Code, Codex, Cursor, Hermes itself, and Gemini CLI.

2026-07-01
integration-hubspot
Desarrolladores de software

Connect HubSpot CRM (contacts, companies, deals, tasks) to a self-hosted Hermes agent over SSH using a Private App access token. Idempotent and rollback-safe. Works from Claude Code, Codex, Cursor, Hermes itself, and Gemini CLI.

2026-07-01
integration-intercom
Desarrolladores de software

Connect Intercom (support inbox, conversations, contacts) to a self-hosted Hermes Agent over SSH using the official remote MCP server with a static Access Token. Use when the user wants Hermes to search, read, or triage Intercom conversations and contact data. Idempotent and rollback-safe. Works from Claude Code, Codex, Cursor, Hermes itself, and Gemini CLI.

2026-07-01
integration-jira
Desarrolladores de software

Connect Jira (Atlassian Cloud) to a self-hosted Hermes Agent over SSH so the agent can search, create, and update issues. Wires Atlassian's official remote MCP server (Rovo) with a static API token. Idempotent and rollback-safe. Works from Claude Code, Codex, Cursor, Hermes itself, and Gemini CLI.

2026-07-01
integration-linear
Desarrolladores de software

Connect Linear (product/engineering issues, projects, cycles) to a self-hosted Hermes Agent over SSH. Wires Linear's first-party remote MCP server via static API-key-in-bearer-header. Idempotent and rollback-safe. Works from Claude Code, Codex, Cursor, Hermes itself, and Gemini CLI.

2026-07-01
Mostrando las 40 principales de 94 skills recopiladas en este repositorio.