发现 Skills
为真实工作流程挑选经过整理的 Skill,连接、安装并开始使用。
repoprompt-tool-guidance-refresh
Update RepoPrompt tool guidance based on MCP/CLI changes across versions. Two-phase workflow - invoke BEFORE upgrading (--pre), then AFTER upgrading (--post). Uses `~/.pi/agent/skills/repoprompt-tool-guidance-refresh/scripts/track-rp-version.sh` to detect and diff changes (outputs to `~/.pi/agent/skills/repoprompt-tool-guidance-refresh/rp-tool-defs/`).
x-cmd-system
This skill provides comprehensive system administration and monitoring tools through the x-cmd CLI, including process management, macOS system utilities, network configuration, disk health monitoring, and storage analysis. Use this skill when you need to perform system administration tasks, monitor system performance, manage network configurations, or troubleshoot system issues from command-line interfaces.
anthropic-platform-features
Router skill for Anthropic platform-side features that sit above the raw Messages API: Agent Skills format (the spec for `.skill` packages used by platform-managed agents), MCP connectors hosted by Anthropic, tool use (computer use, code execution, bash tool, define-your-own tools), build-with-claude features (extended thinking, message batches, citations, Amazon Bedrock, Google Vertex, embeddings, fast mode, context editing), manage-claude operations (workload identity federation, billing, identity), and the Managed Agents product. Use when the user asks about: writing an Agent Skill `.skill` package, Anthropic's hosted MCP connector, the computer-use tool, the code_execution tool, bash tool, extended thinking, message batches, prompt caching strategy at the platform level, citations, deploying via Bedrock or Vertex, embeddings models, fast-mode behavior, context editing strategies, WIF setup, billing / cost reports, identity & SSO setup, or the Managed Agents product. Skip: raw POST /v1/messages requests (use anthropic-api), Claude Code CLI (use claude-code), Claude Agent SDK (use claude-agent-sdk), user-facing Claude Connectors directory (use claude-connectors).
hera
Hera log detail query toolkit for querying log details by spaceId, storeId, tailName and time range. Use this when you need to query Hera log information programmatically.
claude-code-hermes-delegation
Correct way to delegate tasks to Claude Code from Hermes Agent — via terminal tool with `-p` print mode. Do NOT use `--acp --stdio` (that's GitHub Copilot CLI, not Claude Code).
hermes-agent
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.
songwriting-and-ai-music
Songwriting craft, AI music generation prompts (Suno focus), parody/adaptation techniques, phonetic tricks, and lessons learned. These are tools and ideas, not rules. Break any of them when the art calls for it.
maxhub-xiaohongshu
Xiaohongshu (Xiaohongshu/RED) public notes and user data analysis skill that queries note details, comments, user profiles, search, topics, product/recommendation content and recommendation feeds via the MaxHub API. Suitable for brand seeding analysis, KOL profiling, content ideation, competitor monitoring and comment insights. Read-only by default; agents should follow recipes to choose the note/user/search/comment flows, pass parameters using fields such as note_id/user_id/keyword, and avoid collecting personal data beyond authorized scope. All requests are sent to https://www.aconfig.cn.
develop-userscripts
Use when building, debugging, packaging, or publishing browser userscripts for Tampermonkey or ScriptCat, including GM APIs, metadata blocks, permission issues, @match/@grant/@connect setup, ScriptCat background or scheduled scripts, UserConfig blocks, or subscription workflows.
x-bookmarks
Use when the user wants to read their X (Twitter) bookmarks after explicit approval - tweets they have privately saved. Lists, searches, and exports bookmarks from a connected account. Read-only; requires an account connection.
x-lists
Use when the user wants to read X (Twitter) Lists. Extracts list members, list followers, and the post feed of a list. Read-only.
leniu-api-development
API interface development specification for the leniu-yunshitang-core project. A guide to API development based on a four-layer architecture. Trigger scenarios: - Designing API interfaces for the leniu project - Implementing Controller layer code for leniu - Configuring interface permissions and parameter validation - Choosing interface return value types - Multi-client routing planning (Web/Mobile/Android) Applicable project: leniu-tengyun-core (Cloud Canteen project) Trigger keywords: API interface, Controller, LeResult, LeResponse, LeRequest, interface development, route prefix, paginated query, interface permissions
websocket-sse
Automatically use this Skill when you need to implement real-time communication, message push, or online status management. Trigger scenarios: - Need server-to-client message push - Need two-way real-time communication (chat, collaboration) - Need to manage user online status - Need system notifications, order status changes, or other real-time pushes - Need to synchronize messages across multi-instance deployments Trigger words: WebSocket, SSE, real-time push, message notification, online status, bidirectional communication, Server-Sent Events, real-time communication, message push, SseEmitter, WebSocketUtils, SseMessageUtils
查询火车票
用于查询指定出发地到目的地的火车车次信息
网页摘要
Fetch and summarize web page content. 获取网页内容并生成摘要,支持提取网页标题、正文、关键信息。
real-browser
Launch a real Chrome with the user's login state (cloned profile), exposing CDP on a port (default 9851). Supports headless (default) or headed mode, incremental profile updates, customizable logging, machine-readable output, and additional Chrome arguments via environment variables. Requires the `agent-browser` skill for all browser commands.
business-roi-analyzer
Calculates ROI, payback period, and financial projections for business investments including technology purchases, automation projects, hiring decisions, and equipment acquisitions. Use when evaluating whether a business investment is worth making, comparing multiple investment options, or building a business case for stakeholders.
process-documentation
Creates clear, maintainable process documentation including standard operating procedures (SOPs), workflow diagrams, decision trees, and runbooks. Use when documenting business processes, creating training materials, or building operational playbooks.
seo-strategy-analyzer
Analyzes website SEO performance, identifies keyword opportunities, audits technical SEO issues, and generates a prioritized action plan with traffic projections. Use when a user wants to improve their search rankings, analyze competitors' SEO, build a content strategy, or audit their website for SEO issues.
strategic-planning-facilitator
Facilitates strategic planning sessions for small to mid-size businesses. Guides through vision/mission refinement, SWOT analysis, goal setting with OKRs, strategic initiative prioritization, and execution roadmap creation.
perfex-module-dev
Use whenever the user is creating, modifying, or debugging a Perfex CRM module — anything under `modules/<module_name>/` including `module_name.php`, `install.php`, `uninstall.php`, controllers extending `AdminController` or `ClientsController`, models extending `App_Model`, views, language files, asset registration, or menu items via `app_menu->add_sidebar_menu_item`. Trigger when user says "new Perfex module", "register a module", "activation hook", "Perfex admin menu", or mentions `register_activation_hook` / `register_deactivation_hook` / `register_uninstall_hook`. Covers Perfex module lifecycle, CI3 controller conventions, and the Linux production case-sensitivity trap.
deepsearch
Thorough codebase search
skill
Manage local skills - list, add, remove, search, edit, setup wizard
typescript-coding-conventions
General TypeScript coding conventions for type safety, exported API design, and module structure. Auto-triggers when writing or refactoring TypeScript code outside framework-specific rules.