Skip to main content

kaminocorp/hermes-alpha

SkillsMP は kaminocorp/hermes-alpha から 36 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

記録された最新のソース活動
SkillsMP カタログ更新
収集済み skills
36
GitHub スター
228
GitHub フォーク
35

収集済み skill 36 件中 36 件を表示しています。

職業分類
その他コンピュータ職
説明

Migrate a user's OpenClaw customization footprint into Hermes Agent. Imports Hermes-compatible memories, SOUL.md, command allowlists, user skills, and selected workspace assets from ~/.openclaw, then reports exactly what could not be migrated and why.

原文の言語: 英語

更新
職業分類
一般事務員
説明

Manage Apple Notes via the memo CLI on macOS (create, view, search, edit).

原文の言語: 英語

更新
職業分類
一般事務員
説明

Manage Apple Reminders via remindctl CLI (list, add, complete, delete).

原文の言語: 英語

更新
職業分類
一般事務員
説明

Send and receive iMessages/SMS via the imsg CLI on macOS.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Delegate coding tasks to Claude Code (Anthropic's CLI agent). Use for building features, refactoring, PR reviews, and iterative coding. Requires the claude CLI installed.

原文の言語: 英語

更新
職業分類
その他コンピュータ職
説明

Spawn additional Hermes Agent instances as autonomous subprocesses for independent long-running tasks. Supports non-interactive one-shot mode (-q) and interactive PTY mode for multi-turn collaboration. Different from delegate_task — this runs a full separate…

原文の言語: 英語

更新
職業分類
特殊効果アーティスト・アニメーター
説明

Production pipeline for ASCII art video — any format. Converts video/audio/images/generative input into colored ASCII character video output (MP4, GIF, image sequence). Covers: video-to-ASCII conversion, audio-reactive music visualizers, generative ASCII art…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Systematic exploratory QA testing of web applications — find bugs, capture evidence, and generate structured reports

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Inspect and analyze codebases using pygount for LOC counting, language breakdown, and code-vs-comment ratios. Use when asked to check lines of code, repo size, language composition, or codebase stats.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Set up GitHub authentication for the agent using git (universally available) or the gh CLI. Covers HTTPS tokens, SSH keys, credential helpers, and gh auth — with a detection flow to pick the right method automatically.

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Review code changes by analyzing git diffs, leaving inline comments on PRs, and performing thorough pre-push review. Works with gh CLI or falls back to git + GitHub REST API via curl.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Create, manage, triage, and close GitHub issues. Search existing issues, add labels, assign people, and link to PRs. Works with gh CLI or falls back to git + GitHub REST API via curl.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Full pull request lifecycle — create branches, commit changes, open PRs, monitor CI status, auto-fix failures, and merge. Works with gh CLI or falls back to git + GitHub REST API via curl.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Clone, create, fork, configure, and manage GitHub repositories. Manage remotes, secrets, releases, and workflows. Works with gh CLI or falls back to git + GitHub REST API via curl.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Find nearby places (restaurants, cafes, bars, pharmacies, etc.) using OpenStreetMap. Works with coordinates, addresses, cities, zip codes, or Telegram location pins. No API keys needed.

原文の言語: 英語

更新
職業分類
その他コンピュータ職
説明

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.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Search and download GIFs from Tenor using curl. No dependencies beyond curl and jq. Useful for finding reaction GIFs, creating visual content, and sending GIFs in chat.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Generate spectrograms and audio feature visualizations (mel, chroma, MFCC, tempogram, etc.) from audio files via CLI. Useful for audio analysis, music production debugging, and visual documentation.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

GGUF format and llama.cpp quantization for efficient CPU/GPU inference. Use when deploying models on consumer hardware, Apple Silicon, or when needing flexible quantization from 2-8 bit without GPU requirements.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Runs LLM inference on CPU, Apple Silicon, and consumer GPUs without NVIDIA hardware. Use for edge deployment, M1/M2/M3 Macs, AMD/Intel GPUs, or when CUDA is unavailable. Supports GGUF quantization (1.5-8 bit) for reduced memory and 4-10× speedup vs PyTorch on…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Expert guidance for fine-tuning LLMs with Axolotl - YAML configs, 100+ models, LoRA/QLoRA, DPO/KTO/ORPO/GRPO, multimodal support

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Expert guidance for GRPO/RL fine-tuning with TRL for reasoning and task-specific model training

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Build, test, and debug Hermes Agent RL environments for Atropos training. Covers the HermesAgentBaseEnv interface, reward functions, agent loop integration, evaluation with tools, wandb logging, and the three CLI modes (serve/process/evaluate). Use when…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Expert guidance for Fully Sharded Data Parallel training with PyTorch FSDP - parameter sharding, mixed precision, CPU offloading, FSDP2

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Fine-tune LLMs using reinforcement learning with TRL - SFT for instruction tuning, DPO for preference alignment, PPO/GRPO for reward optimization, and reward model training. Use when need RLHF, align model with preferences, or train from human feedback. Works…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Expert guidance for fast fine-tuning with Unsloth - 2-5x faster training, 50-80% less memory, LoRA/QLoRA optimization

原文の言語: 英語

更新
職業分類
一般事務員
説明

Gmail, Calendar, Drive, Contacts, Sheets, and Docs integration via Python. Uses OAuth2 with automatic token refresh. No external binaries needed — runs entirely with Google's Python client libraries in the Hermes venv.

原文の言語: 英語

更新
職業分類
ファイル事務員
説明

Notion API for creating and managing pages, databases, and blocks via curl. Search, create, update, and query Notion workspaces directly from the terminal.

原文の言語: 英語

更新
職業分類
DTPオペレーター
説明

Extract text from PDFs and scanned documents. Use web_extract for remote URLs, pymupdf for local text-based PDFs, marker-pdf for OCR/scanned docs. For DOCX use python-docx, for PPTX see the powerpoint skill.

原文の言語: 英語

更新
職業分類
その他の高等教育教員
説明

Search and retrieve academic papers from arXiv using their free REST API. No API key needed. Search by keyword, author, category, or ID. Combine with web_extract or the ocr-and-documents skill to read full paper content.

原文の言語: 英語

更新
職業分類
一般事務員
説明

Monitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI. Add blogs, scan for new articles, and track what you've read.

原文の言語: 英語

更新
職業分類
市場調査アナリスト・マーケティングスペシャリスト
説明

Free web search via DuckDuckGo — text, news, images, videos. No API key needed. Use the Python DDGS library or CLI to search, then web_extract for full content.

原文の言語: 英語

更新
職業分類
テクニカルライター
説明

Write publication-ready ML/AI papers for NeurIPS, ICML, ICLR, ACL, AAAI, COLM. Use when drafting papers from research repos, structuring arguments, verifying citations, or preparing camera-ready submissions. Includes LaTeX templates, reviewer guidelines, and…

原文の言語: 英語

更新
職業分類
一般保守・修理工
説明

Control Philips Hue lights, rooms, and scenes via the OpenHue CLI. Turn lights on/off, adjust brightness, color, color temperature, and activate scenes.

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Use when completing tasks, implementing major features, or before merging. Validates work meets requirements through systematic review process.

原文の言語: 英語

更新
収集済み skill 36 件中 36 件を表示しています。