zhoulingxiao1216 avatar

zhoulingxiao1216

Community

@zhoulingxiao1216

0Followers
|
4Public Repos
|
87Published Skills

A Hermes Agent skill registry spanning QA test design/execution, LLM serving and evaluation, GitHub operations, macOS desktop control, and creative media generation.

Skills Distribution
DomainDeveloper To...Developer Tooling .. (30%)AI Models & Machin.. (25%)UI/UX & Creative M.. (20%)Business, Finance .. (15%)

Agent Skills by zhoulingxiao1216

Showing 87 vetted skills indexed across 1 GitHub repositories.

zhoulingxiao1216zhoulingxiao1216

test-execution

Executes test cases via API, headless Playwright, and read-only browser exploration with defect reporting.

Community
Advanced
zhoulingxiao1216zhoulingxiao1216

test-design

Generates test outlines, test cases, and effort estimates from PRD documents.

Community
Advanced
zhoulingxiao1216zhoulingxiao1216

yuanbao

Send @mentions, direct messages, and query member info in Yuanbao groups.

Community
Intermediate
zhoulingxiao1216zhoulingxiao1216

dogfood

Tests web applications via browser automation and generates structured bug reports with screenshots.

Community
Advanced
zhoulingxiao1216zhoulingxiao1216

apple-reminders

Manage Apple Reminders from the terminal using the remindctl command-line tool.

Community
Basic
zhoulingxiao1216zhoulingxiao1216

macos-computer-use

Automates macOS desktop interactions via screenshots, element indexing, and background input control.

Community
Intermediate
zhoulingxiao1216zhoulingxiao1216

imessage

Send and read iMessage and SMS messages via the imsg CLI on macOS.

Community
Basic
zhoulingxiao1216zhoulingxiao1216

findmy

Track Apple devices and AirTags via FindMy.app UI automation on macOS.

Community
Intermediate
zhoulingxiao1216zhoulingxiao1216

apple-notes

Manage Apple Notes via the memo CLI on macOS.

Community
Basic
zhoulingxiao1216zhoulingxiao1216

blogwatcher

Monitor blogs and RSS/Atom feeds using the blogwatcher-cli command-line tool.

Community
Basic
zhoulingxiao1216zhoulingxiao1216

polymarket

Query Polymarket prediction markets for prices, orderbooks, and price history via public REST APIs.

Community
Intermediate
zhoulingxiao1216zhoulingxiao1216

llm-wiki

Build and maintain an interlinked markdown knowledge base with ingest, query, and lint operations.

Community
Advanced
zhoulingxiao1216zhoulingxiao1216

arxiv

Search and retrieve arXiv papers via the arXiv REST API and Semantic Scholar.

Community
Intermediate
zhoulingxiao1216zhoulingxiao1216

research-paper-writing

Guides end-to-end ML research paper production from experiment design through conference submission.

Community
Advanced
zhoulingxiao1216zhoulingxiao1216

minecraft-modpack-server

Configure and host modded Minecraft servers from CurseForge and Modrinth server packs.

Community
Intermediate
zhoulingxiao1216zhoulingxiao1216

pokemon-player

Play Pokemon games via headless PyBoy emulation with RAM state reads and screenshot verification.

Community
Advanced
zhoulingxiao1216zhoulingxiao1216

xurl

Operate X/Twitter accounts through the official xurl CLI and v2 API.

Community
Intermediate
zhoulingxiao1216zhoulingxiao1216

kanban-worker

Guides Hermes Kanban workers through task lifecycle pitfalls, handoffs, and retry diagnostics.

Community
Advanced
zhoulingxiao1216zhoulingxiao1216

webhook-subscriptions

Create webhook subscriptions that trigger agent runs from external service events.

Community
Intermediate
zhoulingxiao1216zhoulingxiao1216

kanban-orchestrator

Decomposes goals into Kanban task graphs and routes work to configured agent profiles.

Community
Advanced
zhoulingxiao1216zhoulingxiao1216

jupyter-live-kernel

Execute stateful Python code through a live Jupyter kernel with persistent variables.

Community
Intermediate
zhoulingxiao1216zhoulingxiao1216

test-driven-development

Enforces red-green-refactor TDD workflow with failing tests before production code.

Community
Intermediate
zhoulingxiao1216zhoulingxiao1216

systematic-debugging

Diagnose software bugs through a four-phase root cause investigation workflow.

Community
Intermediate
zhoulingxiao1216zhoulingxiao1216

plan

Writes timestamped markdown implementation plans to .hermes/plans/ without executing code.

Community
Basic

Frequently Asked Questions About zhoulingxiao1216

FAQPage Schema
What 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.