← all publishers

publieople

@publieople source repo

179 published skills · page 1 of 2

  1. Mineru Document Extractor · publieople
    MinerU document extraction — convert PDFs, scanned documents, images, Word (DOC/DOCX), PowerPoint (PPT/PPTX), Excel (XLS/XLSX), and web pages into clean Markdown, HTML, LaTeX, or DOCX. MinerU is an all-in-one CLI tool and agent skill for reliable, high-fidelity document parsing. Struggling with unreadable PDFs, messy table formatting, or garbled formulas after conversion? MinerU solves these with two extraction modes: MinerU flash-extract for instant zero-setup conversion with table recognition, formula recognition, and OCR (no token, no login, no configuration — just run and get results), and MinerU precision extract with VLM-based layout analysis, multiple output formats, and batch processing of hundreds of files. Use MinerU when you need to: "how do I extract text from this PDF", "I want to convert my PDF to Markdown", "can you parse this academic paper with tables and formulas", "I need to OCR a scanned document", "batch convert all my PDFs", "turn this Word doc into Markdown", "crawl a web page to Markdo
    0
    installs
  2. Hermes Desktop Plugins · publieople bundle
    Write desktop app plugins that add UI panes and commands.
    0
    installs
  3. Omni Webhooks · publieople
    Register, list, test, and remove webhook endpoints. Configure event subscriptions (request.completed, provider.error, budget.exceeded, etc.) and manage delivery retries.
    0
    installs
  4. Omni DB Backups · publieople
    Trigger system backups, restore from backup files, and manage the SQLite database lifecycle. Supports export, import, and incremental snapshot strategies.
    0
    installs
  5. Omni Github Skills · publieople
    Search, score, scan, and import agent skills from GitHub repositories that contain SKILL.md, CLAUDE.md, .cursorrules, and similar agent skill files. Discover community skills across 160+ provider categories, evaluate relevance with heuristic scoring, check for malware or hardcoded secrets, and install into Hermes, Claude Code, Gemini CLI, or OpenCode agent directories.
    0
    installs
  6. Design Taste Frontend · publieople bundle
    Anti-slop frontend skill for landing pages, portfolios, and redesigns. The agent reads the brief, infers the right design direction, and ships interfaces that do not look templated. Real design systems when applicable, audit-first on redesigns, strict pre-flight check.
    0
    installs
  7. Regent Build · publieople
    Use when the user asks to rebuild a project from a REgent spec tree, run "spec → code + tests" roundtrip, or verify that a reverse-engineered spec is sufficient to reconstruct the original. Triggers on phrases like "按 spec 重建", "build from spec", "reconstruct from <spec_dir>", "verify spec sufficiency", or just "build". Pairs with `regent-reverse` — reverse produces the spec, this skill consumes it and produces runnable code graded against both `functional-checklist.md` (black-box) and `inventory/test-oracle.md` (white-box, per-function invariants). Works across languages via hermes subagent delegation.
    0
    installs
  8. Regent Reverse · publieople
    Use when the user asks to reverse-engineer a Git repository into a structured natural-language spec, write a structured spec for any codebase, or generate "repo → spec/" output. Triggers on phrases like "还原这个仓库", "把仓库转成 spec", "reverse engineer <url>", "生成结构化说明", or when the user supplies a repo URL/path and asks REgent to describe it. Drives the agent to deeply explore the entire codebase (every file, every test, every config) before writing the spec tree. Works across Python, Rust, Go, and other languages — the rules are language-aware only where they have to be (e.g. `trait` vs `Protocol` vs interface).
    0
    installs
  9. Regent Refactor · publieople
    regent-refactor
    0
    installs
  10. Sync Box Weapon To Astrbot Kb · publieople bundle
    将腾讯文档导出的「群员信息总览」xlsx 同步到 AstrBot 知识库「盒武器」。手动触发,不做定时。
    0
    installs
  11. CLI Resilience · publieople
    Inspect and manage circuit-breaker states, connection cooldowns, quota limits, and backoff levels from the CLI. Reset stuck providers and configure resilience thresholds.
    0
    installs
  12. Omni CLI Tools · publieople
    Manage CLI tool integrations exposed via the API. List, configure, and invoke CLI tool plugins that extend OmniRoute's automation surface.
    0
    installs
  13. Omni Inference · publieople
    The core OpenAI-compatible inference endpoints: chat completions, embeddings, images, audio (TTS/STT), moderations, rerank, and the Responses API. The primary integration surface for AI agents.
    0
    installs
  14. Omni Providers · publieople
    Manage provider connections, API keys, OAuth flows, and connection tests via the REST API. List, add, update, remove, and test AI provider integrations (OpenAI, Anthropic, Gemini, and 160+).
    0
    installs
  15. Tauri Desktop App · publieople bundle
    Tauri v2 桌面/移动应用开发 — 项目搭建、插件配置、架构模式、跨平台适配
    0
    installs
  16. Wikimedia Image Fetch · publieople
    从 Wikimedia Commons 抓取自由许可的真实图片素材(产品/物品/场景)。用于 U 盘素材准备、文档配图等需要真实照片但无 API key 的场景。
    0
    installs
  17. Windows Autostart Admin · publieople bundle
    Auto-launch a Windows desktop script or program with admin privileges at user logon. Covers the three viable mechanisms (Task Scheduler RunLevel=Highest, startup-folder shortcut, AHK self-elevate), the .lnk RunAs-flag pitfall, and how 3rd-party launchers (Quicker, Power Automate, etc.) fit into the picture. Use when a user reports "works when I double-click it but doesn't start at boot", "startup shortcut silently fails", or wants to add a logon-time admin task.
    0
    installs
  18. CLI Backup Sync · publieople
    Backup and restore OmniRoute data from the CLI. Trigger incremental snapshots, sync to cloud storage, manage backup schedules, and restore from archive files.
    0
    installs
  19. Omni Resilience · publieople
    Monitor provider health, circuit-breaker states, p50/p95/p99 latency metrics, and budget guard alerts. Inspect connection cooldowns and model lockouts in real time.
    0
    installs
  20. Omni Sync Cloud · publieople
    Synchronise OmniRoute configuration, provider connections, and settings to/from cloud storage. Manage cloud worker authentication and remote backup targets.
    0
    installs
  21. Omni Usage Logs · publieople
    Access detailed call logs and usage analytics. Filter by provider, model, time range, status, and cost. Export logs and aggregate token usage across all connections.
    0
    installs
  22. Rebuild Validation · publieople bundle
    Use when validating that a structured artifact (spec, schema, contract, doc-set, runbook) is sufficient for an independent agent to reconstruct the underlying system from it alone. Triggers on "blind rebuild test", "validate this spec", "is this documentation enough", "spec-driven regression", "contract test", or when shipping any reverse-engineering / spec / schema work. Also covers refactor (the user edited R-/S- entries and asks the agent to splice the diff into an existing codebase - "按新 spec 改", "refactor to spec", "重写这个屎山"). Drives a subagent that has NEVER seen the source artifact to read only the spec and rebuild against a graded machine-tickable two-key grading (functional-checklist.md + test-oracle.md), then surfaces diff-able weaknesses.
    0
    installs
  23. Using Agent Skills · publieople
    Discovers and invokes agent skills. Use when starting a session or when you need to discover which skill applies to the current task. This is the meta-skill that governs how all other skills are discovered and invoked.
    0
    installs
  24. Quantitative Trading Cn · publieople bundle
    国内量化交易系统搭建 — 行情终端 vs 量化系统辨析、券商通道瓶颈、开源框架选型、老式行情软件逆向分析
    0
    installs
  25. Minecraft Client To Server Pack · publieople bundle
    Use ServerPackCreator (Griefed) CLI to convert a Minecraft client modpack (CurseForge .zip or Modrinth .mrpack) into a runnable server pack. Java 21, Arch/WSL friendly. Outputs zip + flat directory with start.sh/.bat/.ps1 + server.properties. Use when user has a client modpack and needs a server-side jar/scripts.
    0
    installs
  26. Minecraft Serverpack Generation · publieople
    Convert a client Minecraft modpack (CurseForge / Modrinth / Modrinth .mrpack) into a server pack ready to host with Forge / NeoForge / Fabric / Quilt. Use when the user has a modpack zip or modpack instance and wants to run it as a multiplayer server — covers ServerPackCreator (SPC) CLI on WSL/Linux, the Modrinth-vs-CurseForge format difference, the three conf fields cgen leaves blank, the inclusions format for Modrinth overrides/, and the Windows PowerShell SMB path for moving the zip out of WSL.
    0
    installs
  27. Config Codex CLI · publieople
    Step-by-step agent workflow to configure the OpenAI Codex CLI on any machine (Linux, macOS, Windows) to use OmniRoute as an OpenAI-compatible backend. Detects OS and shell, writes config.toml and 7 named profiles, sets environment variables, and verifies the setup.
    0
    installs
  28. Omni Compression · publieople
    Configure RTK (command output), Caveman (prose), and stacked compression modes. Manage language packs, custom rules, and test prompt compression reducing tokens by 60–90%.
    0
    installs
  29. Omni Context Rtk · publieople
    Configure RTK filters, context engineering rules, and context relay settings. Test compression with real prompt samples and manage context transformation pipelines.
    0
    installs
  30. Windows Rust Native · publieople bundle
    写直接调 Win32/COM 的 Rust 代码前加载(windows crate、注册表、任务计划、签名)。
    0
    installs
  31. Code Simplification · publieople
    Simplifies code for clarity. Use when refactoring code for clarity without changing behavior. Use when code works but is harder to read, maintain, or extend than it should be. Use when reviewing code that has accumulated unnecessary complexity.
    0
    installs
  32. Context Engineering · publieople
    Optimizes agent context setup. Use when starting a new session, when agent output quality degrades, when switching between tasks, or when you need to configure rules files and context for a project.
    0
    installs
  33. Shipping And Launch · publieople
    Prepares production launches. Use when preparing to deploy to production. Use when you need a pre-launch checklist, when setting up monitoring, when planning a staged rollout, or when you need a rollback strategy.
    0
    installs
  34. Hermes Source Archaeology · publieople
    Reverse-engineer user-visible Hermes behavior by reading `~/.hermes/hermes-agent/` source — locate the source of a slash command, config key, confirmation modal, or UI element, then explain root cause and (when applicable) the bypass. Use when a user asks "why does X happen", "how do I turn off Y", "where is Z implemented", or "what's the config key for W" and the answer isn't in the docs site.
    0
    installs
  35. Vercel Deploy Diagnostics · publieople bundle
    Diagnose Vercel deployments — read build errors, list prod/preview status, query project settings via REST API. Use when production is broken, a GitHub commit triggered an ERROR build, or you need to inspect logs without the Vercel dashboard.
    0
    installs
  36. Gaokao Volunteer Guide · publieople bundle
    高考志愿填报指南 — 从信息收集到提交志愿的全流程框架、工具推荐和排查方法。适用于需要为高考生提供选校/志愿填报建议的场景。
    0
    installs
  37. Tauri V2 Development · publieople bundle
    Tauri v2 desktop + mobile app development — scaffolding, plugin ecosystem, architecture patterns, Android target, and cross-platform packaging. Use when building or planning a Tauri v2 project.
    0
    installs
  38. CI CD And Automation · publieople
    Automates CI/CD pipeline setup. Use when setting up or modifying build and deployment pipelines. Use when you need to automate quality gates, configure test runners in CI, or establish deployment strategies.
    0
    installs
  39. Hermes Agent · publieople bundle
    Complete guide to using and extending Hermes Agent — CLI usage, setup, configuration, spawning additional agents, gateway platforms, skills, voice, tools, profiles, and a concise contributor reference. Load this skill when helping users configure Hermes, troubleshoot issues, spawn agent instances, or make code contributions.
    0
    installs
  40. Ppt Master Execution Pitfalls · publieople
    Use when running ppt-master Generate-PPTX routes.
    0
    installs
  41. Reverse Engineer Spec · publieople bundle
    Reverse-engineer an unfamiliar repository into a machine-readable spec/ tree that an AI coding agent can read to rebuild the project from scratch. Triggers on "reverse engineer this repo", "把仓库转成 spec", "repo → spec/", "spec out this codebase", or any task asking for a structured, buildable spec from source. Drives the agent to deeply explore the codebase before writing, capture contracts (not implementation), enumerate protocols/ABCs, and verify the spec with a blind rebuild.
    0
    installs
  42. Resume Modern · publieople bundle
    Modern minimal resume, single A4 page, ready for print or PDF export.
    0
    installs
  43. Theme Factory · publieople
    Apply professional font and color themes to artifacts including slides, docs, reports, and HTML landing pages. Ships 10 pre-set themes.
    0
    installs
  44. Itas2 Hp12 Reassessment · publieople
    ITAS2 (HP12 48) 补考实战工作流 — Concord University College / 福建师大协和学院的 Office 实践考试,含考前素材准备、27 Task 操作清单、Access/Word/Excel 关键坑
    0
    installs
  45. Omni Combos Routing · publieople
    Create and manage routing combos with 14 strategies (priority, weighted, round-robin, Auto-combo, etc.). Configure fallback chains, test routing outcomes, and retrieve combo metrics.
    0
    installs
  46. Delegate Repo Analysis · publieople bundle
    Use when orchestrating reverse-engineering, refactor, or build workflows on a codebase — the parent agent dispatches leaf subagents to read and analyze the codebase while the parent only orchestrates and accepts reports. Covers regent-reverse, regent-refactor, regent-build and any "look at this repo, produce structured output" task. Triggers on phrases like "派子agent去测试", "reverse this repo", "refactor to spec", or any task that targets a worktree (clone, spec dir, refactor output) where the parent is tempted to run read_file directly.
    0
    installs
  47. Documentation And Adrs · publieople
    Records decisions and documentation. Use when making architectural decisions, changing public APIs, shipping features, or when you need to record context that future engineers and agents will need to understand the codebase.
    0
    installs
  48. Security And Hardening · publieople
    Hardens code against vulnerabilities. Use when handling user input, authentication, data storage, or external integrations. Use when building any feature that accepts untrusted data, manages user sessions, or interacts with third-party services.
    0
    installs
  49. Astrbot Plugin Dev · publieople bundle
    AstrBot 插件开发 — 骨架、装饰器、配置 schema、LLM 工具、注册/发布、热重载验证。Fork 优先于从零写,文档先于代码。
    0
    installs
  50. Omni Version Manager · publieople
    Install, start, stop, restart, and update embedded services (9Router, CLIProxyAPI). Monitor service status, retrieve logs, and configure auto-start for local-only service endpoints.
    0
    installs
  51. Code Review And Quality · publieople
    Conducts multi-axis code review. Use before merging any change. Use when reviewing code written by yourself, another agent, or a human. Use when you need to assess code quality across multiple dimensions before it enters the main branch.
    0
    installs
  52. Frontend UI Engineering · publieople
    Builds production-quality UIs. Use when building or modifying user-facing interfaces. Use when creating components, implementing layouts, managing state, or when the output needs to look and feel production-quality rather than AI-generated.
    0
    installs
  53. Spec Driven Development · publieople
    Creates specs before coding. Use when starting a new project, feature, or significant change and no specification exists yet. Use when requirements are unclear, ambiguous, or only exist as a vague idea.
    0
    installs
  54. Test Driven Development · publieople bundle
    Drives development with tests. Use when implementing any logic, fixing any bug, or changing any behavior. Use when you need to prove that code works, when a bug report arrives, or when you're about to modify existing functionality.
    0
    installs
  55. Web Performance Auditor · publieople
    Web performance engineer focused on Core Web Vitals, loading, rendering, and network optimization. Use for performance-focused audits, CWV analysis, and identifying structural performance anti-patterns.
    0
    installs
  56. Office Practical Exam Prep · publieople
    Prepare for and drill Office practical exams (Word + Excel + Access) — BTEC / HND / ITAS2-style supervised open-book assessments with pre-exam materials gathering, themed tasks (typically 20-30 task booklet), file-format restrictions, and no internet. Use when user asks for exam practice, mentions ITAS2 / HP12 48 / BTEC IT / HND Computing practical, or hands over an Assessment booklet + Required Materials notice.
    0
    installs
  57. Codebase Review · publieople bundle
    Analyze unfamiliar codebases from archives or repos — architecture understanding, code quality assessment, structured feedback — plus open-source tool survey for build-by-integration projects.
    0
    installs
  58. University Aiagent Course · publieople
    AI Agent开发实战课程作业工作流 — 教材配套代码目录、学生信息替换、作业文件规范、常见坑和修复
    0
    installs
  59. API And Interface Design · publieople
    Guides stable API and interface design. Use when designing APIs, module boundaries, or any public interface. Use when creating REST or GraphQL endpoints, defining type contracts between modules, or establishing boundaries between frontend and backend.
    0
    installs
  60. Doubt Driven Development · publieople
    Subjects every non-trivial decision to a fresh-context adversarial review before it stands. Use when correctness matters more than speed, when working in unfamiliar code, when stakes are high (production, security-sensitive logic, irreversible operations), or any time a confident output would be cheaper to verify now than to debug later.
    0
    installs
  61. Performance Optimization · publieople
    Optimizes application performance. Use when performance requirements exist, when you suspect performance regressions, or when Core Web Vitals or load times need improvement. Use when profiling reveals bottlenecks that need fixing.
    0
    installs
  62. Deprecation And Migration · publieople
    Manages deprecation and migration. Use when removing old systems, APIs, or features. Use when migrating users from one implementation to another. Use when deciding whether to maintain or sunset existing code.
    0
    installs
  63. Source Driven Development · publieople
    Grounds every implementation decision in official documentation. Use when you want authoritative, source-cited code free from outdated patterns. Use when building with any framework or library where correctness matters.
    0
    installs
  64. Blind Rebuild Verification · publieople bundle
    Verify a reverse-engineered spec is self-sufficient by rebuilding the target from spec ONLY (never read the original). Use when the user hands you a spec directory + out directory and says "rebuild from spec only, do not read the original repo."
    0
    installs
  65. Incremental Implementation · publieople
    Delivers changes incrementally. Use when implementing any feature or change that touches more than one file. Use when you're about to write a large amount of code at once, or when a task feels too big to land in one step.
    0
    installs
  66. Github Fork Rebase · publieople bundle
    Maintain a GitHub fork of an active upstream open-source project — diagnose sync failures, recover from long-term divergence, preserve local personalisation (config files, themes, assets), and re-arm auto-sync. Covers NotionNext, Next.js starters, Astro themes, Vercel templates, plugin frameworks (AstrBot, etc.) and any fork that upstream ships updates you want while keeping your overlay. Also covers the **first-time fork + local personalise** flow when the user wants a personal fork they intend to push commits to, not just sync with upstream.
    0
    installs
  67. AI Controllable Tool Design · publieople
    设计让 AI agent 安全调用的系统工具(CLI 底座、SKILL.md 标准、硬确认、提权模型)。
    0
    installs
  68. Git Workflow And Versioning · publieople
    Structures git workflow practices. Use when making any code change. Use when committing, branching, resolving conflicts, or when you need to organize work across multiple parallel streams.
    0
    installs
  69. Planning And Task Breakdown · publieople
    Breaks work into ordered tasks. Use when you have a spec or clear requirements and need to break work into implementable tasks. Use when a task feels too large to start, when you need to estimate scope, or when parallel work is possible.
    0
    installs
  70. Debugging And Error Recovery · publieople
    Guides systematic root-cause debugging. Use when tests fail, builds break, behavior doesn't match expectations, or you encounter any unexpected error. Use when you need a systematic approach to finding and fixing the root cause rather than guessing.
    0
    installs
  71. Systematic Debugging · publieople bundle
    4-phase root cause debugging: understand bugs before fixing.
    0
    installs
  72. Browser Testing With Devtools · publieople bundle
    Tests in real browsers via Chrome DevTools MCP. Use when building or debugging anything that runs in a browser. Use when you need to inspect the DOM, capture console errors, analyze network requests, profile performance, or verify visual output with real runtime data. Requires the chrome-devtools MCP server to be configured.
    0
    installs
  73. Web Artifacts Builder · publieople
    Build complex claude.ai HTML artifacts with React and Tailwind. Anthropic's reference workflow for shipping rich, embeddable artifacts.
    0
    installs
  74. Web Design Guidelines · publieople
    Web design guidelines and standards by the Vercel engineering team. Covers layout, typography, color, motion, and accessibility for product UI.
    0
    installs
  75. Finishing A Development Branch · publieople
    Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup
    0
    installs
  76. Reuse First Development · publieople bundle
    功能选型流程:先搜现成方案→评估对比→集成,不自己写。适用于任何需要引入新能力的功能选型。
    0
    installs
  77. Observability And Instrumentation · publieople
    Instruments code so production behavior is visible and diagnosable. Use when adding logging, metrics, tracing, or alerting. Use when shipping any feature that runs in production and you need evidence it works. Use when production issues are reported but you can't tell what happened from the available data.
    0
    installs
  78. Prefer Existing Solutions · publieople bundle
    每个技术需求先找现成最优开源方案,集成而非自己实现。Use when adding any new capability, dependency, or feature to a project.
    0
    installs
  79. Hermes External Integration · publieople bundle
    Integrate Hermes Agent with external desktop applications, IDEs, and AI tools — mapping their integration interfaces (custom API endpoints, MCP support, terminal hooks) to Hermes' built-in capabilities (API Server, MCP Server Mode, CLI spawning). Use when asked to "connect Hermes to X" or "make Hermes work with Y" for any third-party app.
    0
    installs
  80. Orca Deploy · publieople bundle
    Orca WSL headless server, systemd unit, pairing extraction.
    0
    installs
  81. Toon · publieople
    Token-Oriented Object Notation — encode/decode JSON to compact TOON format (~40% token reduction for uniform arrays). TRIGGER when user: (a) pastes JSON inline (file or `cat X.json | ...`), (b) mentions "compress", "shrink", "encode JSON", "TOON", "tokens", "context window", "省 token", (c) asks to "analyze / summarize / inspect" a JSON dataset, (d) processes an API response with >2KB JSON output, (e) reads JSON files into context for processing. Always check: `cat X.json | ~/.local/bin/toon` is safe to run (non-JSON passes through). If output goes to file/DB/written verbatim, skip TOON. If nested non-uniform, JSON may be smaller — measure both.
    0
    installs
  82. Rust MCP Server · publieople bundle
    用 Rust 写 MCP server(rmcp crate)并暴露 CLI/工具为 MCP tools。
    0
    installs
  83. Wsl Clash Proxy · publieople
    WSL 内部进程通过本地 clash (端口 7890) 访问外网。一键给当前 shell 注入 HTTP_PROXY/HTTPS_PROXY,让 curl/git/pip/npm/wget/npx 等能出网。出现 "Could not resolve host"、"Connection timed out"、gh CLI 无法登录、npm install 卡住、git clone 失败时使用。
    0
    installs
  84. Cpp26 Reflection · publieople
    C++26 P2996 reflection recipes and GCC 16 workarounds.
    0
    installs
  85. Windows Rust Dev · publieople bundle
    Windows 系统编程 in Rust — windows crate COM/注册表/任务计划/签名校验。
    0
    installs
  86. Lark Doc · publieople bundle
    飞书云文档:创建和编辑飞书文档。从 Markdown 创建文档、获取文档内容、更新文档(追加/覆盖/替换/插入/删除)、上传和下载文档中的图片和文件、搜索云空间文档。当用户需要创建或编辑飞书文档、读取文档内容、在文档中插入图片、搜索云空间文档时使用;如果用户是想按名称或关键词先定位电子表格、报表等云空间对象,也优先使用本 skill 的 docs +search 做资源发现。
    0
    installs
  87. Github Auth · publieople bundle
    GitHub auth setup: HTTPS tokens, SSH keys, gh CLI login.
    0
    installs
  88. Orca Server Deploy · publieople bundle
    Headless Orca serve via systemd, pairing, WSL to Windows.
    0
    installs
  89. Regent Skill Tester · publieople bundle
    End-to-end test driver for REgent skills (regent-reverse, regent-build, regent-refactor). Use when asked to "test regent-refactor", "verify the reverse+build roundtrip", "audit a REgent skill", or "run the regent spec → code pipeline as a black box". Produces a PASS/FAIL verdict against all three grading keys (pytest, functional-checklist.md, test-oracle.md) plus a discipline check (no upstream leakage, no training-data smuggling). Triggers on phrases like "regent-refactor 测试", "test the refactor skill", "run regent end-to-end".
    0
    installs
  90. Windows Native Rust · publieople bundle
    Windows 原生 Rust — windows crate/winreg/COM/签名/提权/交叉编译/真机 CI。
    0
    installs
  91. Wsl Dev Environment · publieople bundle
    WSL 开发环境配置 — NTFS venv 权限、Clash 代理访问、DeepSeek ReAct 模式、PaddlePaddle 安装、>60s 长任务的 Hermes sandbox 限制、GitHub release 大文件下载
    0
    installs
  92. Comfyui API · publieople bundle
    ComfyUI API 调用、工作流构建、模型管理和提示词编写 — 针对实验室 4×A10 服务器
    0
    installs
  93. Lark Shared · publieople
    飞书/Lark CLI 共享基础:应用配置初始化、认证登录(auth login)、身份切换(--as user/bot)、权限与 scope 管理、Permission denied 错误处理、安全规则。当用户需要第一次配置(`lark-cli config init`)、使用登录授权(`lark-cli auth login`)、遇到权限不足、切换 user/bot 身份、配置 scope、或首次使用 lark-cli 时触发。
    0
    installs
  94. Tmux Config · publieople bundle
    Author, review, and deploy tmux.conf across heterogeneous hosts (WSL2, Linux server, macOS). Triggers when configuring tmux, picking a prefix key, wiring the system clipboard bridge, or reconciling per-host variants.
    0
    installs
  95. Github Issues · publieople bundle
    Create, triage, label, assign GitHub issues via gh or REST.
    0
    installs
  96. Chinese Academic DOCX · publieople bundle
    Fill Chinese academic DOCX templates (课程论文, 毕业论文) with proper formatting. Covers template structure detection, python-docx paragraph replacement, lxml XML insertion for extra content, Chinese font/indent/spacing configuration, JSON bridge pattern for encoding-safe Chinese content, and GB/T 7714-2015 citation format.
    0
    installs
  97. Astrbot Deploy · publieople bundle
    在 WSL/Linux 上通过 uv 部署 AstrBot QQ 机器人,对接已有 NapCatQQ
    0
    installs
  98. Github · publieople bundle
    Complete GitHub workflow — auth, PRs, code review, issues, repo management. Works with gh CLI or git+curl fallback.
    0
    installs
  99. Priestess A2a · publieople bundle
    调用实验室服务器上的女祭司(Hermes A2A Agent)。通过 A2A 协议实现本地 魔术师 ↔ Lab 女祭司 的 Agent-to-Agent 通信。用于 GPU 监控、服务器管理、ComfyUI 任务委托等。
    0
    installs
  100. Skill Cleanup · publieople
    系统性清理本地 skills — 识别无用/低使用率 skill,分类禁用或删除
    0
    installs