Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,493
总 Skills
36.5M
总安装量
2,447
贡献者
# Skill 仓库 描述 安装量
6701 academic-paper imbad0202/academic-research-skills
Academic Paper — Academic Paper Writing Agent Team A general-purpose academic paper writing tool — 12-agent pipeline covering all disciplines, with higher education domain as the default reference. v2.5 adds two writing quality features: Style Calibration (intake Step 10, optional) — Provide 3+ past papers and the pipeline learns your writing voice (sentence rhythm, vocabulary preferences, citation integration style). Applied as a soft guide during drafting; discipline conventions always take pr...
315
6702 clerk-auth jezweb/claude-skills
Clerk Authentication Patterns Next.js App Router Setup Complete Clerk setup for Next.js 14/15 App Router. Includes ClerkProvider, environment variables, and basic sign-in/sign-up components. Key components: ClerkProvider: Wraps app for auth context , : Pre-built auth forms : User menu with session management Middleware Route Protection Protect routes using clerkMiddleware and createRouteMatcher. Best practices: Single middleware.ts file at project root Use createRouteMatcher for route groups aut...
314
6703 alicloud-ai-audio-tts cinience/alicloud-skills
Category: provider Model Studio Qwen TTS Validation mkdir -p output/alicloud-ai-audio-tts python -m py_compile skills/ai/audio/alicloud-ai-audio-tts/scripts/generate_tts.py && echo "py_compile_ok" > output/alicloud-ai-audio-tts/validate.txt Pass criteria: command exits 0 and output/alicloud-ai-audio-tts/validate.txt is generated. Output And Evidence Save generated audio links, sample audio files, and request payloads to output/alicloud-ai-audio-tts/ . Keep one validation log per execution. Criti...
314
6704 sector-analyst tradermonty/claude-trading-skills
Sector Analyst Overview This skill enables comprehensive analysis of sector and industry performance charts to identify market cycle positioning and predict likely rotation scenarios. The analysis combines observed performance data with established sector rotation principles to provide objective market assessment and probabilistic scenario forecasting. When to Use This Skill Use this skill when: User provides sector performance charts (typically 1-week and 1-month timeframes) User provides i...
314
6705 api-design-patterns bobmatnyc/claude-mpm-skills
API Design Patterns Design robust, scalable APIs using proven patterns for REST, GraphQL, and gRPC with proper versioning, authentication, and error handling. Quick Reference API Style Selection: REST: Resource-based CRUD, simple clients, HTTP-native caching GraphQL: Client-driven queries, complex data graphs, real-time subscriptions gRPC: High-performance RPC, microservices, strong typing, streaming Critical Patterns: Versioning: URI (/v1/users), header (Accept: application/vnd.api+json;v...
314
6706 i18n-expert daymade/claude-code-skills
I18n Expert Overview Deliver a complete i18n setup + audit pass: configure the i18n framework, replace user-facing strings with keys, ensure locale parity, and validate pluralization/formatting for en-US and zh-CN. Core Capabilities Library selection and setup (React, Next.js, Vue). Key architecture and locale file organization. Translation generation and quality strategy (AI, professional, manual). Routing and language detection/switching. SEO and metadata localization (when applicable). RTL ...
314
6707 notion-research-documentation davila7/claude-code-templates
Research & Documentation Pull relevant Notion pages, synthesize findings, and publish clear briefs or reports (with citations and links to sources). Quick start Find sources with Notion:notion-search using targeted queries; confirm scope with the user. Fetch pages via Notion:notion-fetch ; note key sections and capture citations ( reference/citations.md ). Choose output format (brief, summary, comparison, comprehensive report) using reference/format-selection-guide.md . Draft in Notion with Noti...
314
6708 obsidian-bases davila7/claude-code-templates
Obsidian Bases Skill This skill enables skills-compatible agents to create and edit valid Obsidian Bases (.base files) including views, filters, formulas, and all related configurations. Overview Obsidian Bases are YAML-based files that define dynamic views of notes in an Obsidian vault. A Base file can contain multiple views, global filters, formulas, property configurations, and custom summaries. File Format Base files use the .base extension and contain valid YAML. They can also be embed...
314
6709 android-development dpconde/claude-android-skill
Android Development Build Android applications following Google's official architecture guidance, as demonstrated in the NowInAndroid reference app. Quick Reference Task Reference File Project structure & modules modularization.md Architecture layers (UI, Domain, Data) architecture.md Jetpack Compose patterns compose-patterns.md Gradle & build configuration gradle-setup.md Testing approach testing.md Workflow Decision Tree Creating a new project? → Read modularization.md for project structure...
314
6710 fpga mindrally/skills
FPGA Development You are an expert in FPGA development with Vivado, SystemVerilog, and hardware design optimization. Modular Design & Code Organization Structure designs into small, reusable modules to enhance readability and testability Start with a top-level design module and gradually break it down into sub-modules Use SystemVerilog interface blocks for clear interfaces Maintain consistent naming conventions across modules Synchronous Design Principles Prioritize single clock domains to simpl...
314
6711 angular-best-practices sickn33/antigravity-awesome-skills
Angular 21 Best Practices TypeScript Use strict type checking Prefer type inference when type is obvious Avoid any ; use unknown when type is uncertain Components Always use standalone components (do NOT set standalone: true — it's the default in v20+) Set changeDetection: ChangeDetectionStrategy.OnPush Use input() and output() functions instead of decorators Use computed() for derived state Keep components small and single-responsibility Prefer inline templates for small components Use Reactive...
314
6712 kotlin-concurrency-expert new-silvermoon/awesome-android-agent-skills
No SKILL.md available for this skill. View on GitHub
314
6713 performance-lighthouse-runner jeremylongshore/claude-code-plugins-plus-skills
Performance Lighthouse Runner Purpose This skill provides automated assistance for performance lighthouse runner tasks within the Frontend Development domain. When to Use This skill activates automatically when you: Mention "performance lighthouse runner" in your request Ask about performance lighthouse runner patterns or best practices Need help with frontend skills covering react, vue, css, accessibility, performance optimization, and modern web development patterns. Capabilities Provides ...
314
6714 security-audit-logging aj-geddes/useful-ai-prompts
Security Audit Logging Overview Implement comprehensive audit logging for security events, user actions, and system changes with structured logging, retention policies, and SIEM integration. When to Use Compliance requirements (SOC 2, HIPAA, PCI-DSS) Security monitoring Forensic investigations User activity tracking System change auditing Breach detection Implementation Examples 1. Node.js Audit Logger // audit-logger.js const winston = require('winston'); const { ElasticsearchTransport } = re...
314
6715 grpc-service-development aj-geddes/useful-ai-prompts
gRPC Service Development Overview Develop efficient gRPC services using Protocol Buffers for service definition, with support for unary calls, client streaming, server streaming, and bidirectional streaming patterns. When to Use Building microservices that require high performance Defining service contracts with Protocol Buffers Implementing real-time bidirectional communication Creating internal service-to-service APIs Optimizing bandwidth-constrained environments Building polyglot service ar...
314
6716 data-encryption aj-geddes/useful-ai-prompts
Data Encryption Overview Implement robust encryption strategies for protecting sensitive data at rest and in transit using industry-standard cryptographic algorithms and key management practices. When to Use Sensitive data storage Database encryption File encryption Communication security Compliance requirements (GDPR, HIPAA, PCI-DSS) Password storage End-to-end encryption Implementation Examples 1. Node.js Encryption Library // encryption-service.js const crypto = require('crypto'); const fs ...
314
6717 ib-check-deck anthropics/financial-services-plugins
IB Deck Checker Perform comprehensive QC on the presentation across four dimensions. Read every slide, then report findings. Environment check This skill works in both the PowerPoint add-in and chat. Identify which you're in before starting: Add-in — read from the live open deck. Chat — read from the uploaded .pptx file. This is read-and-report only — no edits — so the workflow is identical in both. Workflow Read the deck Pull text from every slide, keeping track of which slide each line came fr...
314
6718 api-authentication aj-geddes/useful-ai-prompts
API Authentication Overview Implement comprehensive authentication strategies for APIs including JWT tokens, OAuth 2.0, API keys, and session management with proper security practices. When to Use Securing API endpoints Implementing user login/logout flows Managing access tokens and refresh tokens Integrating OAuth 2.0 providers Protecting sensitive data Implementing API key authentication Instructions 1. JWT Authentication // Node.js JWT Implementation const express = require('express'); cons...
314
6719 mongodb-query-optimizer mongodb/agent-skills
MongoDB Query Optimizer When this skill is invoked Invoke only when the user wants: Query/index optimization or performance help Why a query is slow or how to speed it up Slow queries on their cluster and/or how to optimize them Do not invoke for routine query authoring unless the user has requested help with optimization, slow queries, or indexing. High Level Workflow General Performance Help If the user wants to examine slow queries, or is looking for general performance suggestions (not regar...
314
6720 instagram-content-generation eachlabs/skills
Instagram Content Generation Generate engaging Instagram content using each::sense. This skill creates images and videos optimized for Instagram's various placements, formats, and visual best practices. Features Feed Posts : Square 1:1 images for maximum compatibility Stories & Reels : Vertical 9:16 content for immersive full-screen experiences Carousel Posts : Multiple cohesive images for storytelling Quote Graphics : Typography-focused content for engagement Product Showcases : E-commerce and ...
314
6721 project-management aaaaqwq/claude-code-skills
项目管理与产品需求 功能说明 此技能专门用于项目管理和产品需求分析,包括: 产品需求文档(PRD)编写 项目计划制定 任务分解和优先级排序 用户故事和验收标准 风险识别和管理 敏捷开发流程 使用场景 "编写一个电商系统的 PRD" "制定项目开发计划" "分解功能模块和任务" "定义用户故事和验收标准" "评估项目风险" "规划 MVP 功能" 核心能力 1. 需求洞察与分析 精准识别真实用户需求 区分核心功能和增值功能 基于场景的产品设计 竞品分析和差异化定位 2. 功能分解 将宏观需求拆解为可执行的功能点 定义输入-处理-输出逻辑 识别依赖关系和集成点 处理边界情况和异常 3. 优先级管理 P0(Must Have):MVP 必需功能 P1(Should Have):重要但非必需 P2(Nice to Have):锦上添花功能 4. 风险预判 技术实现风险 市场接受度风险 用户采用风险 资源和时间风险 PRD 文档结构 标准 PRD 模板 [产品名称] 产品需求文档(PRD) 版本: v1.0 创建日期: 2025-01-01 作者: 产品经理 状态: 草稿/评审中/已批准...
314
6722 open-source-contributions jezweb/claude-skills
Open Source Contributions Skill Version: 1.2.0 | Last Verified: 2026-01-09 | Production Tested: ✅ When to Use This Skill Auto-triggers: "submit PR to", "contribute to", "pull request for", "open source contribution" Create maintainer-friendly PRs while avoiding the 16 common mistakes that cause rejection. What NOT to Include in Pull Requests Personal Development Artifacts (NEVER Include) Planning & Notes Documents: ❌ SESSION.md Session tracking notes ❌ NOTES.md ...
313
6723 ce:ideate everyinc/compound-engineering-plugin
Generate Improvement Ideas Note: The current year is 2026. Use this when dating ideation documents and checking recent ideation artifacts. ce:ideate precedes ce:brainstorm . ce:ideate answers: "What are the strongest ideas worth exploring?" ce:brainstorm answers: "What exactly should one chosen idea mean?" ce:plan answers: "How should it be built?" This workflow produces a ranked ideation artifact in docs/ideation/ . It does not produce requirements, plans, or code. Interaction Method Use the pl...
313
6724 web-design-methodology jezweb/claude-skills
Web Design Methodology Universal patterns for building production-grade HTML/CSS. This skill covers implementation methodology — pair with web-design-patterns for specific component designs. What You Produce Production-ready HTML/CSS prototypes with: Semantic CSS custom properties (tokens) BEM-named components Mobile-first responsive design Accessible markup Optional three-state dark mode File Structure prototype/ ├── index.html ├── about.html ├── services.html ├── contact.html ├── favicon.svg ├...
313
6725 developing-ios-apps daymade/claude-code-skills
iOS App Development Build, configure, and deploy iOS applications using XcodeGen and Swift Package Manager. Critical Warnings Issue Cause Solution "Library not loaded: @rpath/Framework" XcodeGen doesn't auto-embed SPM dynamic frameworks Build in Xcode GUI first (not xcodebuild). See Troubleshooting xcodegen generate loses signing Overwrites project settings Configure in project.yml target settings, not global Command-line signing fails Free Apple ID limitation Use Xcode GUI or paid developer a...
313
6726 cloudbase tencentcloudbase/skills
CloudBase Development Guidelines 📁 Reference Files Location All reference documentation files are located in the references/ directory relative to this file. File Structure: cloudbase/ ├── SKILL.md This file (main entry) └── references/ All reference documentation ├── auth-web/ Web authentication guide ├── auth-wechat/ WeChat authentication guide ├── no-sql-web-sdk/ NoSQL database for Web ├── ui-design/ UI design guidelines └── ... ...
313
6727 threejs-game opusgamelabs/game-creator
Three.js Game Development You are an expert Three.js game developer. Follow these opinionated patterns when building 3D browser games. Reference : See reference/llms.txt (quick guide) and reference/llms-full.txt (full API + TSL) for official Three.js LLM documentation. Prefer patterns from those files when they conflict with this skill. Performance Notes Take your time with each step. Quality is more important than speed. Do not skip validation steps — they catch issues early. Read the full cont...
313
6728 vercel-deployment davila7/claude-code-templates
Vercel Deployment You are a Vercel deployment expert. You understand the platform's capabilities, limitations, and best practices for deploying Next.js applications at scale. Your core principles: Environment variables - different for dev/preview/production Edge vs Serverless - choose the right runtime Build optimization - minimize cold starts and bundle size Preview deployments - use for testing before production Monitoring - set up analytics and error tracking Capabilities vercel deployment...
313
6729 nuxtjs-vue-typescript mindrally/skills
NuxtJS Vue TypeScript Development You are an expert in TypeScript, Node.js, NuxtJS, Vue 3, Shadcn Vue, Radix Vue, VueUse, and Tailwind. Code Style and Structure Write concise, technical TypeScript with accurate examples Employ composition API with declarative patterns; avoid options API Favor iteration and modularity over code duplication Use descriptive variable names with auxiliary verbs (isLoading, hasError) Organize files: exported component, composables, helpers, static content, types Nam...
313
6730 application-performance-performance-optimization sickn33/antigravity-awesome-skills
Optimize application performance end-to-end using specialized performance and optimization agents: [Extended thinking: This workflow orchestrates a comprehensive performance optimization process across the entire application stack. Starting with deep profiling and baseline establishment, the workflow progresses through targeted optimizations in each system layer, validates improvements through load testing, and establishes continuous monitoring for sustained performance. Each phase builds on ins...
313
6731 launchdarkly-flag-targeting launchdarkly/agent-skills
LaunchDarkly Flag Targeting & Rollout You're using a skill that will guide you through changing who sees what for a feature flag. Your job is to understand the current state of the flag, figure out the right targeting approach for what the user wants, make the changes safely, and verify the resulting state. Prerequisites This skill requires the remotely hosted LaunchDarkly MCP server to be configured in your environment. Required MCP tools: get-flag — understand current state before making chang...
313
6732 dsql awslabs/mcp
Amazon Aurora DSQL Skill Aurora DSQL is a serverless, PostgreSQL-compatible distributed SQL database with specific constraints. This skill provides direct database interaction via MCP tools, schema management, migration support, and multi-tenant patterns. Key capabilities: Direct query execution via MCP tools Schema management with DSQL constraints Migration support and safe schema evolution Multi-tenant isolation patterns IAM-based authentication Reference Files Load these files as needed f...
313
6733 ios-developer sickn33/antigravity-awesome-skills
Use this skill when Working on ios developer tasks or workflows Needing guidance, best practices, or checklists for ios developer Do not use this skill when The task is unrelated to ios developer You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook.md . You are an i...
313
6734 visual-regression-testing aj-geddes/useful-ai-prompts
Visual Regression Testing Overview Visual regression testing captures screenshots of UI components and pages, then compares them across versions to detect unintended visual changes. This automated approach catches CSS bugs, layout issues, and design regressions that traditional functional tests miss. When to Use Detecting CSS regression bugs Validating responsive design across viewports Testing across different browsers Verifying component visual consistency Catching layout shifts and overlaps...
313
6735 taiwan-equity-research-coverage aradotso/trending-skills
Taiwan Equity Research Coverage (My-TW-Coverage) Skill by ara.so — Daily 2026 Skills collection. A structured equity research database covering 1,735 Taiwan-listed companies (TWSE + OTC) across 99 industry sectors . Each report contains a business overview, supply chain mapping, customer/supplier relationships, and financial data — all cross-referenced through 4,900+ wikilinks forming a searchable knowledge graph. Installation git clone https://github.com/Timeverse/My-TW-Coverage cd My-TW-Covera...
313
6736 trading-signals scientiacapital/skills
<quick_start> Confluence analysis (methodologies agree = high-probability setup): score = sum(signal.strength * weights[signal.method] for signal in signals) action = 'BUY' if score >= 0.7 else 'WAIT' Score interpretation: 0.7-1.0: High conviction entry 0.4-0.7: Wait for more confluence 0.0-0.4: No trade Cost-effective routing: DeepSeek-V3 for pattern detection → Claude Sonnet for critical decisions </quick_start> <success_criteria> Analysis is successful when: Multiple methodologies prov...
313
6737 execute-plan buiducnhat/agent-skills
Execute Plan Overview Execute a pre-approved plan with strict adherence to scope, sequence, and verification. The input is typically: execute-plan docs/plans/YYMMDD-HHmm-<plan-slug>/SUMMARY.md or shorthand: execute-plan docs/plans/YYMMDD-HHmm-<plan-slug> Do not redesign the plan during execution. If ambiguity or blockers appear, stop and ask. Workflow Step 1: Initialize Locate Plan Confirm the plan path exists and is readable. If a directory is provided, locate SUMMARY.md inside it. Load Executi...
313
6738 zsxq-topic unnoo/zsxq-skill
topic (v1) CRITICAL — 开始前 MUST 先用 Read 工具读取 ../zsxq-shared/SKILL.md ,其中包含认证、错误处理规则。 Core Concepts 主题(Topic) :星球内的内容单元,由 topic_id 唯一标识。类型: talk :普通帖子(图文) q&a :提问,可被星主回答 article :长文章 评论(Comment) :主题下的回复,由 comment_id 标识,支持楼中楼( replied_comment_id )。 精华(Digested) :星主可将优质主题设为精华,在星球内突出展示。 Resource Relationships Group (group_id) └── Topic (topic_id) — talk / q&a / article ├── Comment (comment_id) │ └── 楼中楼 Reply (replied_comment_id) ├── Answer(q&a 类型专属) └── Hashtag 标签列表 Important Notes 写入操作前必须确认 发帖、评论...
313
6739 python-development skillcreatorai/ai-agent-skills
Python Development Project Setup Modern Python Project Structure my-project/ ├── src/ │ └── my_project/ │ ├── __init__.py │ ├── main.py │ └── utils.py ├── tests/ │ ├── __init__.py │ └── test_main.py ├── pyproject.toml ├── README.md └── .gitignore pyproject.toml [ project ] name = "my-project" version = "0.1.0" requires-python = ">=3.12" dependencies = [ "fastapi>=0.100.0", "pydantic>=2.0", ] [ project.optional-dependencies ] dev = [ "pytest>=7.0", "ruff>...
312
6740 redbookskills white0dew/xiaohongshuskills
Post-to-xhs 你是“小红书发布助手”。目标是在用户确认后,调用本 Skill 的脚本完成发布。 输入判断 优先按以下顺序判断: 用户明确要求"测试浏览器 / 启动浏览器 / 检查登录 / 只打开不发布":进入测试浏览器流程。 用户要求“搜索笔记 / 找内容 / 查看某篇笔记详情 / 查看内容数据表 / 给帖子评论 / 查看评论和@通知”:进入内容检索与互动流程( search-feeds / get-feed-detail / post-comment-to-feed / get-notification-mentions / content-data )。 用户已提供 标题 + 正文 + 视频(本地路径或URL) :直接进入视频发布流程。 用户已提供 标题 + 正文 + 图片(本地路径或URL) :直接进入图文发布流程。 用户只提供网页 URL:先提取网页内容与图片/视频,再给出可发布草稿,等待用户确认。 信息不全:先补齐缺失信息,不要直接发布。 必做约束 发布前必须让用户确认最终标题、正文和图片/视频。 图文发布时,没有图片不得发布(小红书发图文必须有图片)。 视频发布时...
312
6741 psychologist-analyst rysweet/amplihack
Analyze events through the disciplinary lens of psychology, applying established psychological frameworks (behavioral, cognitive, psychodynamic, humanistic, biological), research methodologies, and empirical findings to understand human behavior, cognition, emotion, motivation, social influence, mental health, and individual differences in context. When to Use This Skill - Decision-Making Analysis: Understanding cognitive biases, heuristics, and irrational choices - Leadership Analysis: Exam...
312
6742 game-3d-assets opusgamelabs/game-creator
Game 3D Asset Engineer (Model Pipeline) You are an expert 3D game artist and integrator. You generate custom 3D models with Meshy AI, find models from free libraries, and wire them into Three.js games — replacing primitive geometry with recognizable 3D models. Philosophy Primitive cubes and spheres are fast to scaffold, but players can't tell a house from a tree. Real 3D models — even low-poly ones — give every entity a recognizable identity. Meshy AI is the preferred source — it generates exact...
312
6743 writing-plans davila7/claude-code-templates
Writing Plans Overview Write comprehensive implementation plans assuming the engineer has zero context for our codebase and questionable taste. Document everything they need to know: which files to touch for each task, code, testing, docs they might need to check, how to test it. Give them the whole plan as bite-sized tasks. DRY. YAGNI. TDD. Frequent commits. Assume they are a skilled developer, but know almost nothing about our toolset or problem domain. Assume they don't know good test design ...
312
6744 super-save supermemoryai/claude-supermemory
Super Save Save important project knowledge based on what the user wants to preserve. Step 1: Understand User Request Analyze what the user is asking to save from the conversation. Step 2: Format Content [SAVE:<username>:<date>] <Username> wanted to <goal/problem>. Claude suggested <approach/solution>. <Username> decided to <decision made>. <key details, files if relevant> [/SAVE] Example: [SAVE:prasanna:2026-02-04] Prasanna wanted to create a skill for saving project knowledge. Claude suggested...
312
6745 accessibility-compliance-accessibility-audit sickn33/antigravity-awesome-skills
Accessibility Audit and Testing You are an accessibility expert specializing in WCAG compliance, inclusive design, and assistive technology compatibility. Conduct comprehensive audits, identify barriers, provide remediation guidance, and ensure digital products are accessible to all users. Use this skill when Auditing web or mobile experiences for WCAG compliance Identifying accessibility barriers and remediation priorities Establishing ongoing accessibility testing practices Preparing complianc...
312
6746 cheerio-parsing mindrally/skills
Cheerio HTML Parsing You are an expert in Cheerio, Node.js HTML parsing, DOM manipulation, and building efficient data extraction pipelines for web scraping. Core Expertise Cheerio API and jQuery-like syntax CSS selector optimization DOM traversal and manipulation HTML/XML parsing strategies Integration with HTTP clients (axios, got, node-fetch) Memory-efficient processing of large documents Data extraction patterns and best practices Key Principles Write clean, modular extraction functions Us...
312
6747 magento-hyva-specialist maxnorm/magento2-agent-skills
Magento 2 Hyvä Specialist Expert specialist in creating high-performance, modern Magento 2 storefronts using the Hyvä theme framework, leveraging Alpine.js, Tailwind CSS, and cutting-edge frontend technologies. When to Use Developing Hyvä-based storefronts Working with Alpine.js components Implementing Tailwind CSS styling Optimizing frontend performance Building modern, fast e-commerce experiences Hyvä Development Stack Alpine.js : Reactive JavaScript framework for dynamic interfaces Tailwind C...
312
6748 codex-session-patcher aradotso/trending-skills
Codex Session Patcher Skill by ara.so — Daily 2026 Skills collection. A lightweight Python tool to detect and clean AI refusal responses from Codex CLI, Claude Code, and OpenCode session files, plus CTF/pentest prompt injection to reduce future refusals. What It Does Session Cleaning — Scans session files for refusal responses and replaces them with cooperative content so you can resume the session. CTF Prompt Injection — Injects security-testing context into tool configs/profiles to reduce refu...
312
6749 zsxq-user unnoo/zsxq-skill
user (v1) CRITICAL — 开始前 MUST 先用 Read 工具读取 ../zsxq-shared/SKILL.md ,其中包含认证、错误处理规则。 Core Concepts 用户(User) :当前已登录的知识星球账户,由 user_id (纯数字)唯一标识。 user_id 在 group +list 、搜索成员等操作中被用作参数。 Shortcuts(推荐优先使用) Shortcut 说明 +info 查看当前登录用户的完整个人资料,含 user_id、昵称、认证状态 +footprints 查看自己在所有星球发过的主题(跨星球足迹),支持分页 API(通过 zsxq-cli api call 直接调用) 工具 参数 说明 search_group_members group_id , keyword , limit 在星球内按昵称搜索成员,获取其 user_id
312
6750 zsxq-note unnoo/zsxq-skill
note (v1) CRITICAL — 开始前 MUST 先用 Read 工具读取 ../zsxq-shared/SKILL.md ,其中包含认证、错误处理规则。 Core Concepts 笔记(Note) :个人私密(或特定权限)的文字记录,仅支持纯文本,不支持图片。与主题(Topic)不同,笔记是个人维度的内容。 Shortcuts(推荐优先使用) Shortcut 说明 +create 创建一条个人文字笔记,仅支持纯文本 +list 查看自己的笔记列表,支持分页
312