zhoulingxiao1216
Community@zhoulingxiao1216
A Hermes Agent skill registry spanning QA test design/execution, LLM serving and evaluation, GitHub operations, macOS desktop control, and creative media generation.
Agent Skills by zhoulingxiao1216
Showing 87 vetted skills indexed across 1 GitHub repositories.
test-execution
Executes test cases via API, headless Playwright, and read-only browser exploration with defect reporting.
test-design
Generates test outlines, test cases, and effort estimates from PRD documents.
yuanbao
Send @mentions, direct messages, and query member info in Yuanbao groups.
dogfood
Tests web applications via browser automation and generates structured bug reports with screenshots.
apple-reminders
Manage Apple Reminders from the terminal using the remindctl command-line tool.
macos-computer-use
Automates macOS desktop interactions via screenshots, element indexing, and background input control.
imessage
Send and read iMessage and SMS messages via the imsg CLI on macOS.
findmy
Track Apple devices and AirTags via FindMy.app UI automation on macOS.
apple-notes
Manage Apple Notes via the memo CLI on macOS.
blogwatcher
Monitor blogs and RSS/Atom feeds using the blogwatcher-cli command-line tool.
polymarket
Query Polymarket prediction markets for prices, orderbooks, and price history via public REST APIs.
llm-wiki
Build and maintain an interlinked markdown knowledge base with ingest, query, and lint operations.
arxiv
Search and retrieve arXiv papers via the arXiv REST API and Semantic Scholar.
research-paper-writing
Guides end-to-end ML research paper production from experiment design through conference submission.
minecraft-modpack-server
Configure and host modded Minecraft servers from CurseForge and Modrinth server packs.
pokemon-player
Play Pokemon games via headless PyBoy emulation with RAM state reads and screenshot verification.
xurl
Operate X/Twitter accounts through the official xurl CLI and v2 API.
kanban-worker
Guides Hermes Kanban workers through task lifecycle pitfalls, handoffs, and retry diagnostics.
webhook-subscriptions
Create webhook subscriptions that trigger agent runs from external service events.
kanban-orchestrator
Decomposes goals into Kanban task graphs and routes work to configured agent profiles.
jupyter-live-kernel
Execute stateful Python code through a live Jupyter kernel with persistent variables.
test-driven-development
Enforces red-green-refactor TDD workflow with failing tests before production code.
systematic-debugging
Diagnose software bugs through a four-phase root cause investigation workflow.
plan
Writes timestamped markdown implementation plans to .hermes/plans/ without executing code.
Frequently Asked Questions About zhoulingxiao1216
FAQPage SchemaWhat tasks can I accomplish with zhoulingxiao1216's skill registry?▼
The registry covers test design and Playwright-based test execution, LLM serving/evaluation/fine-tuning utilities (vLLM, llama.cpp, DSPy, W&B), GitHub repository and PR management, macOS app control (Reminders, iMessage, Notes, FindMy), creative generation (ComfyUI, pixel art, Manim, ASCII video), and productivity integrations (Notion, Linear, Airtable, Google Workspace).
Who is the target audience for these skills?▼
QA engineers running structured test design and headless browser execution, ML engineers serving and benchmarking language models, software developers managing GitHub PR lifecycles and TDD/debugging practices, and creative technologists generating images, video, music, and diagrams through Hermes Agent.
How do I install and run these skills?▼
Skills are loaded by Hermes Agent on Linux, macOS, or Windows depending on each skill's platforms field. Many require prerequisite CLI commands (e.g., remindctl, imsg, himalaya, pygount, xurl) or environment variables (LINEAR_API_KEY, NOTION_API_KEY, TENOR_API_KEY, MSGRAPH credentials) declared in each skill's prerequisites section.
Are these skills open source and free to use?▼
Nearly all skills carry the MIT license as stated in their frontmatter, making them free to use and modify. One exception is the powerpoint skill, which is proprietary with terms defined in its bundled LICENSE.txt file.
What dependencies do the machine learning skills require?▼
ML skills declare explicit Python dependencies: vllm/torch/transformers for serving, segment-anything for vision, audiocraft for music generation, dspy with openai/anthropic for prompt optimization, and lm-eval for benchmarking. Research paper writing additionally needs semanticscholar, scipy, matplotlib, and SciencePlots.