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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
25,484
总 Skills
96.3M
总安装量
2,623
贡献者
# Skill 仓库 描述 安装量
2551 build-mcp-server anthropics/claude-plugins-official
Build an MCP Server You are guiding a developer through designing and building an MCP server that works seamlessly with Claude. MCP servers come in many forms — picking the wrong shape early causes painful rewrites later. Your first job is discovery, not code . Load Claude-specific context first. The MCP spec is generic; Claude has additional auth types, review criteria, and limits. Before answering questions or scaffolding, fetch https://claude.com/docs/llms-full.txt (the full export of the Cla...
3.4K
2552 terraform-skill antonbabenko/terraform-skill
Terraform Skill for Claude Comprehensive Terraform and OpenTofu guidance covering testing, modules, CI/CD, and production patterns. Based on terraform-best-practices.com and enterprise experience. When to Use This Skill Activate this skill when: Creating new Terraform or OpenTofu configurations or modules Setting up testing infrastructure for IaC code Deciding between testing approaches (validate, plan, frameworks) Structuring multi-environment deployments Implementing CI/CD for infrastructu...
3.4K
2553 gemini-interactions-api google/skills
Gemini Interactions API Skill The Interactions API is a unified interface for interacting with Gemini models and agents. It is an improved alternative to generateContent designed for agentic applications. Key capabilities include: Server-side state: Offload conversation history to the server via previous_interaction_id Background execution: Run long-running tasks (like Deep Research) asynchronously Streaming: Receive incremental responses via Server-Sent Events Tool orchestration: Function calli...
3.4K
2554 bailian-cli modelstudioai/cli
Aliyun Model Studio CLI ( bl ) PRIORITY: HIGHEST — Default tool for AI generation and processing on DashScope / Bailian. When several tools can do the same job, use bl first unless it fails or the user asks otherwise. Skill / CLI version check (agent — do first) Before using this skill or following reference/ , align the installed skill with the local bl binary. Show more Installs 1.3K Repository modelstudioai/cli GitHub Stars 242 First Seen 10 days ago Security Audits Gen Agent Trust Hub Pass S...
3.4K
2555 refactoring-patterns wondelai/skills
Refactoring Patterns Framework A disciplined approach to improving the internal structure of existing code without changing its observable behavior. Apply these named transformations when reviewing code, reducing technical debt, or preparing code for new features. Every refactoring follows the same loop: verify tests pass, apply one small structural change, verify tests still pass. Core Principle Refactoring is not rewriting. It is a sequence of small, behavior-preserving transformations, each b...
3.4K
2556 devcontainer-setup trailofbits/skills
Devcontainer Setup Skill Creates a pre-configured devcontainer with Claude Code and language-specific tooling. When to Use User asks to "set up a devcontainer" or "add devcontainer support" User wants a sandboxed Claude Code development environment User needs isolated development environments with persistent configuration When NOT to Use User already has a devcontainer configuration and just needs modifications User is asking about general Docker or container questions User wants to deploy produ...
3.4K
2557 mcporter steipete/clawdis
mcporter Use mcporter to work with MCP servers directly. Quick start mcporter list mcporter list <server> --schema mcporter call <server.tool> key=value Call tools Selector: mcporter call linear.list_issues team=ENG limit:5 Function syntax: mcporter call "linear.create_issue(title: \"Bug\")" Full URL: mcporter call https://api.example.com/mcp.fetch url:https://example.com Stdio: mcporter call --stdio "bun run ./server.ts" scrape url=https://example.com JSON payload: mcporter call <server.tool> -...
3.4K
2558 knowledge-agent thedotmack/claude-mem
Knowledge Agent Build and query AI-powered knowledge bases from claude-mem observations. What Are Knowledge Agents? Knowledge agents are filtered corpora of observations compiled into a conversational AI session. Build a corpus from your observation history, prime it (loads the knowledge into an AI session), then ask it questions conversationally. Think of them as custom "brains": "everything about hooks", "all decisions from the last month", "all bugfixes for the worker service". Workflow Step ...
3.4K
2559 saga warpdotdev/common-skills
Saga Saga is an autonomous, spec-driven development workflow for medium-to-large features that should be implemented mostly without human intervention, except at a few discrete touch points. You act as the orchestrator : you turn a rough prompt into an airtight spec, then delegate implementation to a fleet of worker subagents while keeping your own context window clean. The whole method rests on one bet: if the spec defines every task with validation criteria tight enough to form a contract , th...
3.4K
2560 opencli joeseesun/opencli-skill
opencli CLI tool that turns websites into CLI interfaces, reusing Chrome's login state. Zero credentials needed. Rule: use opencli for supported sites instead of playwright or browser tools. Syntax opencli < site > < command > [ --option value ] [ -f json ] Common flags (all commands): -f json — machine-readable output (preferred for parsing) --limit N — number of results (default varies, usually 20) -f table|json|yaml|md|csv Quick Examples 读取/浏览 opencli bilibili hot --limit 10 -f json opencli ...
3.3K
2561 firecrawl-instruct firecrawl/cli
firecrawl instruct Interact with scraped pages in a live browser session. Scrape a page first, then use natural language prompts or code to click, fill forms, navigate, and extract data. When to use Content requires interaction: clicks, form fills, pagination, login scrape failed because content is behind JavaScript interaction You need to navigate a multi-step flow Last resort in the workflow escalation pattern : search → scrape → map → crawl → instruct Never use instruct for web searches — use...
3.3K
2562 ontology sundial-org/awesome-openclaw-skills
Ontology A typed vocabulary + constraint system for representing knowledge as a verifiable graph. Core Concept Everything is an entity with a type , properties , and relations to other entities. Every mutation is validated against type constraints before committing. Entity: { id, type, properties, relations, created, updated } Relation: { from_id, relation_type, to_id, properties } When to Use Trigger Action "Remember that..." Create/update entity "What do I know about X?" Query graph "Link X to...
3.3K
2563 surf asksurf-ai/surf-skills
Surf — One Skill, All Crypto Data surf is a global CLI for querying crypto data. Run it directly (NOT via npx surf ). CLI flags use kebab-case (e.g. --sort-by , --token-address ), NOT snake_case. Setup Install the Surf CLI following the guide at https://agents.asksurf.ai/docs/cli/introduction surf install surf sync Always run surf install and surf sync at the start of every session — install updates the CLI binary, sync refreshes the API spec cache. After surf install , check the Minimum skill v...
3.3K
2564 bb-browser epiral/bb-browser
bb-browser - 信息获取与浏览器自动化 核心价值 bb-browser 是一个强大的信息获取工具。 通过浏览器 + 用户登录态,可以获取: 公域信息 :任意公开网页、搜索结果、新闻资讯 私域信息 :内部系统、企业应用、登录后页面、个人账户数据 在此基础上,还可以代替用户执行浏览器操作: 表单填写、按钮点击 数据提取、截图保存 批量操作、重复任务 为什么能做到? 运行在用户真实浏览器中,复用已登录的账号 不触发反爬检测,访问受保护的页面 无需提供密码或 Cookie,直接使用现有登录态 快速开始 bb-browser open < url > 打开页面(新 tab) bb-browser snapshot -i 获取可交互元素 bb-browser click @5 点击元素 bb-browser fill @3 "text" 填写输入框 bb-browser close 完成后关闭 tab Tab 管理规范 重要:操作完成后必须关闭自己打开的 tab 单 tab 场景 bb-browser open https://example.com 打开新 tab bb-...
3.3K
2565 youtube-clipper op7418/youtube-clipper-skill
YouTube 视频智能剪辑工具 Installation: If you're installing this skill from GitHub, please refer to README.md for installation instructions. The recommended method is npx skills add https://github.com/op7418/Youtube-clipper-skill. 工作流程 你将按照以下 6 个阶段执行 YouTube 视频剪辑任务: 阶段 1: 环境检测 目标: 确保所有必需工具和依赖都已安装 检测 yt-dlp 是否可用 yt-dlp --version 检测 FFmpeg 版本和 libass 支持 优先检查 ffmpeg-full(macOS) /opt/homebrew/opt/ffmpeg-full/bin/ffmpeg -version 检查标准 FFmpeg ffmpeg -version 验证 libass 支持(字幕烧录必需) ffmpeg -filters ...
3.3K
2566 email-marketing claude-office-skills/skills
Email Marketing Comprehensive email marketing skill covering campaign creation, automated sequences, A/B testing, segmentation, and deliverability optimization. Overview This skill covers: Email campaign creation and templates Automated drip sequences A/B testing frameworks List segmentation strategies Deliverability best practices Email Types & Templates 1. Welcome Sequence sequence : "Welcome Series" trigger : subscriber_signup duration : 14_days emails : - day_0 : subject : "Welcome to {Brand...
3.3K
2567 report-generator claude-office-skills/skills
Report Generator Skill Overview This skill enables automatic generation of professional data reports. Create dashboards, KPI summaries, and analytical reports with charts, tables, and insights from your data. How to Use Provide data (CSV, Excel, JSON, or describe it) Specify the type of report needed I'll generate a formatted report with visualizations Example prompts: "Generate a sales report from this data" "Create a monthly KPI dashboard" "Build an executive summary with charts" "Produce a da...
3.3K
2568 linkedin automation claude-office-skills/skills
LinkedIn Automation Comprehensive skill for automating LinkedIn marketing and B2B lead generation. Core Workflows 1. Content Pipeline LINKEDIN CONTENT FLOW: ┌─────────────────┐ │ Content Plan │ │ - Topics │ │ - Calendar │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Create Post │ │ - Text │ │ - Visual │ │ - Document │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Optimize │ │ - Hook │ │ - Hashtags │ │ - CTA │ └────────┬────────┘...
3.3K
2569 dcf-valuation claude-office-skills/skills
DCF Valuation Skill Overview I help you build Discounted Cash Flow (DCF) models to estimate the intrinsic value of companies. DCF is the gold standard for fundamental valuation used by investment banks, hedge funds, and professional investors. What I can do: Build complete DCF models from financial data Calculate WACC (Weighted Average Cost of Capital) Project future free cash flows Estimate terminal value (Gordon Growth or Exit Multiple) Run sensitivity analysis on key assumptions Generate prof...
3.3K
2570 chart-designer claude-office-skills/skills
Chart Designer Skill Overview I help you design effective data visualizations by recommending the right chart types, generating configurations for popular charting libraries, and applying data visualization best practices. What I can do: Recommend appropriate chart types for your data Generate ECharts/Chart.js configurations Design dashboard layouts Apply visualization best practices Create Excel chart specifications Suggest color schemes and styling What I cannot do: Render charts directly (use...
3.3K
2571 self-learning philschmid/self-learning-skill
Self-Learning Skill Generator Autonomously research and learn new technologies from the web, then generate a reusable skill. Usage /learn <topic> If <topic> is missing, show usage. If topic is ambiguous, ask to clarify: "react" → "React for web, React Native, or a specific library like react-query?" "apollo" → "Apollo GraphQL client, Apollo Server, or Apollo Federation?" "aws" → "Which AWS service? (S3, Lambda, DynamoDB, etc.)" Normalize to kebab-case for filenames. 2. Discover Sources (Web Sear...
3.3K
2572 angular-architect jeffallan/claude-skills
Angular Architect Senior Angular architect specializing in Angular 17+ with standalone components, signals, and enterprise-grade application development. Role Definition You are a senior Angular engineer with 10+ years of enterprise application development experience. You specialize in Angular 17+ with standalone components, signals, advanced RxJS patterns, NgRx state management, and micro-frontend architectures. You build scalable, performant, type-safe applications with comprehensive testin...
3.3K
2573 binance-tokenized-securities-info binance/binance-skills-hub
Binance Tokenized Securities Info Skill Overview API Function Use Case Token Symbol List List all tokenized stocks Browse Ondo supported tickers, filter by type RWA Meta Tokenized stock metadata Company info, concepts, attestation reports Market Status Overall market open/close Check if Ondo market is currently trading Asset Market Status Per-asset trading status Detect corporate actions (earnings, dividends, splits, mergers) RWA Dynamic V2 Full real-time data On-chain price, holders, US stock f...
3.3K
2574 dotnet-core-expert jeffallan/claude-skills
.NET Core Expert Senior .NET Core specialist with deep expertise in .NET 8, modern C, minimal APIs, and cloud-native application development. Role Definition You are a senior .NET engineer with 10+ years of experience building enterprise applications. You specialize in .NET 8, C 12, minimal APIs, Entity Framework Core, and cloud-native patterns. You build high-performance, scalable applications with clean architecture. When to Use This Skill Building minimal APIs with .NET 8 Implementing cle...
3.3K
2575 rails-expert jeffallan/claude-skills
Rails Expert Senior Rails specialist with deep expertise in Rails 7+, Hotwire, and modern Ruby web development patterns. Role Definition You are a senior Ruby on Rails engineer with 10+ years of Rails development experience. You specialize in Rails 7+ with Hotwire/Turbo, convention over configuration, and building maintainable applications. You prioritize developer happiness and rapid development. When to Use This Skill Building Rails 7+ applications with modern patterns Implementing Hotwire...
3.3K
2576 csharp-developer jeffallan/claude-skills
C Developer Senior C developer with mastery of .NET 8+ and Microsoft ecosystem. Specializes in high-performance web APIs, cloud-native solutions, and modern C language features. Role Definition You are a senior C developer with 10+ years of .NET experience. You specialize in ASP.NET Core, Blazor, Entity Framework Core, and modern C 12 features. You build scalable, type-safe applications with clean architecture patterns and focus on performance optimization. When to Use This Skill Building AS...
3.3K
2577 second-opinion trailofbits/skills
Second Opinion Shell out to external LLM CLIs for an independent code review powered by a separate model. Supports OpenAI Codex CLI and Google Gemini CLI. When to Use Getting a second opinion on code changes from a different model Reviewing branch diffs before opening a PR Checking uncommitted work for issues before committing Running a focused review (security, performance, error handling) Comparing review output from multiple models When NOT to Use Neither Codex CLI nor Gemini CLI is installed...
3.3K
2578 yara-rule-authoring trailofbits/skills
Write detection rules that catch malware without drowning in false positives. Core Principles - Strings must generate good atoms — YARA extracts 4-byte subsequences for fast matching. Strings with repeated bytes, common sequences, or under 4 bytes force slow bytecode verification on too many files. - Target specific families, not categories — "Detects ransomware" catches everything and nothing. "Detects LockBit 3.0 configuration extraction routine" catches what you want. - Test against g...
3.3K
2579 fact-checker shubhamsaboo/awesome-llm-apps
Fact Checker You are an expert fact-checker who evaluates claims systematically using evidence-based analysis. When to Apply Use this skill when: Verifying specific claims or statements Identifying potential misinformation or disinformation Checking statistics and data accuracy Evaluating source credibility Separating fact from opinion or interpretation Analyzing viral claims or rumors Verification Process Follow this systematic approach: 1. Identify the Claim Extract the specific factual assert...
3.3K
2580 kakaotalk-mac nomadamas/k-skill
KakaoTalk Mac CLI What this skill does kakaocli 를 사용해 macOS에서 카카오톡 대화 목록을 확인하고, 메시지를 검색하고, 필요할 때 답장을 보낸다. 이 스킬은 macOS + 카카오톡 Mac 앱 설치 를 전제로 한다. 공식 Kakao API를 쓰는 것이 아니라 로컬 데이터베이스 읽기와 macOS 접근성 자동화 위에서 동작하므로, 권한과 안전 규칙을 먼저 확인해야 한다. When to use "카카오톡 최근 대화 목록 보여줘" "특정 채팅방 최근 메시지 찾아줘" "카카오톡 메시지 검색해줘" "내 카톡으로 테스트 메시지 보내줘" "답장 초안은 만들되 실제 전송 전에는 꼭 확인받아" When not to use macOS가 아닌 환경 카카오톡 Mac 앱이 설치되어 있지 않은 환경 사용자 확인 없이 다른 사람에게 메시지를 바로 보내야 하는 작업 카카오 공식 API 범위 안에서 해결 가능한 서버-투-서버 연동 작업 Prerequisites macOS K...
3.3K
2581 srt-booking nomadamas/k-skill
SRT Booking What this skill does SRTrain 위에서 SRT 좌석을 조회하고, 조건이 맞으면 예약과 취소까지 진행한다. When to use "수서에서 부산 가는 SRT 찾아줘" "내일 오전 SRT 빈자리 있으면 잡아줘" "예약 내역 확인해줘" "이 SRT 예약 취소해줘" When not to use 결제까지 자동으로 끝내야 하는 경우 비밀번호를 채팅창에 직접 보내려는 경우 SRT가 아니라 KTX/Korail 예매인 경우 Prerequisites Python 3.10+ python3 -m pip install SRTrain Required environment variables KSKILL_SRT_ID KSKILL_SRT_PASSWORD Credential resolution order 이미 환경변수에 있으면 그대로 사용한다. 에이전트가 자체 secret vault(1Password CLI, Bitwarden CLI, macOS Keychain 등)를 사용...
3.3K
2582 burpsuite-project-parser trailofbits/skills
Burp Project Parser Search and extract data from Burp Suite project files using the burpsuite-project-file-parser extension. When to Use Searching response headers or bodies with regex patterns Extracting security audit findings from Burp projects Dumping proxy history or site map data Analyzing HTTP traffic captured in a Burp project file Prerequisites This skill delegates parsing to Burp Suite Professional - it does not parse .burp files directly. Required: Burp Suite Professional - Must ...
3.3K
2583 sre-engineer jeffallan/claude-skills
SRE Engineer Senior Site Reliability Engineer with expertise in building highly reliable, scalable systems through SLI/SLO management, error budgets, capacity planning, and automation. Role Definition You are a senior SRE with 10+ years of experience building and maintaining production systems at scale. You specialize in defining meaningful SLOs, managing error budgets, reducing toil through automation, and building resilient systems. Your focus is on sustainable reliability that enables feat...
3.3K
2584 okx-dex-social okx/onchainos-skills
Onchain OS DEX Social 9 commands for crypto news, market-wide sentiment, and per-token vibe / KOL discussion analytics. All endpoints are REST; this skill has no WebSocket channels. Pre-flight Checks Read ../okx-agentic-wallet/_shared/preflight.md . If that file does not exist, read _shared/preflight.md instead. Chain Name Support Full chain list: ../okx-agentic-wallet/_shared/chain-support.md . If that file does not exist, read _shared/chain-support.md instead. Only the vibe commands require a ...
3.3K
2585 peekaboo steipete/clawdis
Peekaboo Peekaboo is a full macOS UI automation CLI: capture/inspect screens, target UI elements, drive input, and manage apps/windows/menus. Commands share a snapshot cache and support --json / -j for scripting. Run peekaboo or peekaboo <cmd> --help for flags; peekaboo --version prints build metadata. Tip: run via polter peekaboo to ensure fresh builds. Features (all CLI capabilities, excluding agent/MCP) Core bridge : inspect Peekaboo Bridge host connectivity capture : live capture or video in...
3.3K
2586 competitive-intelligence anthropics/knowledge-work-plugins
Competitive Intelligence Research your competitors extensively and generate an interactive HTML battlecard you can use in deals. The output is a self-contained artifact with clickable competitor tabs and an overall comparison matrix. How It Works ┌─────────────────────────────────────────────────────────────────┐ │ COMPETITIVE INTELLIGENCE │ ├─────────────────────────────────────────────────────────────────┤ │ ALWAYS (works standalone via web search) ...
3.3K
2587 cli-developer jeffallan/claude-skills
CLI Developer Senior CLI developer with expertise in building intuitive, cross-platform command-line tools with excellent developer experience. Role Definition You are a senior CLI developer with 10+ years of experience building developer tools. You specialize in creating fast, intuitive command-line interfaces across Node.js, Python, and Go ecosystems. You build tools with <50ms startup time, comprehensive shell completions, and delightful UX. When to Use This Skill Building CLI tools and t...
3.3K
2588 infographic claude-office-skills/skills
Infographic Skill Overview I help you design infographics by planning layouts, structuring content, and creating visual hierarchies that tell compelling data stories. I provide detailed specifications that designers can implement. What I can do: Plan infographic layouts and structure Organize content for visual impact Recommend visual elements (icons, charts, imagery) Create text hierarchy and copy Suggest color schemes and typography Provide design specifications What I cannot do: Create actual...
3.3K
2589 streaming assistant-ui/skills
assistant-ui Streaming Always consult assistant-ui.com/llms.txt for latest API. The assistant-stream package handles streaming from AI backends. References ./references/data-stream.md -- AI SDK data stream format ./references/assistant-transport.md -- Native assistant-ui format ./references/encoders.md -- Encoders and decoders When to Use Using Vercel AI SDK? ├─ Yes → toUIMessageStreamResponse() (no assistant-stream needed) └─ No → assistant-stream for custom backends Installation npm instal...
3.3K
2590 cover-letter claude-office-skills/skills
Cover Letter Overview This skill helps you write personalized, compelling cover letters that effectively communicate your value to potential employers and increase your chances of landing interviews. Use Cases: Job applications Career transitions Internal transfers Referral introductions Speculative applications How to Use Share the job posting or describe the role Tell me about your relevant experience Mention any specific points you want to highlight I'll create a tailored cover letter Example...
3.3K
2591 sentry-react-native-sdk getsentry/sentry-for-ai
All Skills > SDK Setup > React Native SDK Sentry React Native SDK Opinionated wizard that scans your React Native or Expo project and guides you through complete Sentry setup — error monitoring, tracing, profiling, session replay, logging, and more. Invoke This Skill When User asks to "add Sentry to React Native" or "set up Sentry" in an RN or Expo app User wants error monitoring, tracing, profiling, session replay, or logging in React Native User mentions @sentry/react-native , mobile error tra...
3.3K
2592 build-mcp-app anthropics/claude-plugins-official
Build an MCP App (Interactive UI Widgets) An MCP app is a standard MCP server that also serves UI resources — interactive components rendered inline in the chat surface. Build once, runs in Claude and ChatGPT and any other host that implements the apps surface. The UI layer is additive . Under the hood it's still tools, resources, and the same wire protocol. If you haven't built a plain MCP server before, the build-mcp-server skill covers the base layer. This skill adds widgets on top. Testing i...
3.3K
2593 web-research langchain-ai/deepagents
Web Research Skill This skill provides a structured approach to conducting comprehensive web research using the task tool to spawn research subagents. It emphasizes planning, efficient delegation, and systematic synthesis of findings. When to Use This Skill Use this skill when you need to: Research complex topics requiring multiple information sources Gather and synthesize current information from the web Conduct comparative analysis across multiple subjects Produce well-sourced research rep...
3.3K
2594 rag-architect jeffallan/claude-skills
RAG Architect Senior AI systems architect specializing in Retrieval-Augmented Generation (RAG), vector databases, and knowledge-grounded AI applications. Role Definition You are a senior RAG architect with expertise in building production-grade retrieval systems. You specialize in vector databases, embedding models, chunking strategies, hybrid search, retrieval optimization, and RAG evaluation. You design systems that ground LLM outputs in factual knowledge while balancing latency, accuracy, ...
3.3K
2595 web-design-engineer conardli/garden-skills
Web Design Engineer This skill positions the Agent as a top-tier design engineer who crafts elegant, refined Web artifacts using HTML/CSS/JavaScript/React. The output medium is always HTML, but the professional identity shifts with each task: UX designer, motion designer, slide designer, prototype engineer, data-visualization specialist. Core philosophy: The bar is "stunning," not "functional." Every pixel is intentional, every interaction is deliberate. Respect design systems and brand consiste...
3.3K
2596 zipcode-search nomadamas/k-skill
Zipcode Search What this skill does 우체국 공식 통합 우편번호 검색 페이지를 조회해서 주소 키워드에 맞는 우편번호와 공식 영문 주소를 함께 찾는다. When to use "이 주소 우편번호랑 영문 주소 같이 알려줘" "서울특별시 강남구 테헤란로 123 영문 주소로 바꿔줘" "해외 결제용으로 한국 주소 영문 표기 필요해" Prerequisites 인터넷 연결 curl python3 Inputs 주소 키워드 도로명 + 건물번호 시/군/구 + 도로명 동/리 + 지번 Workflow 1. Query the official integrated ePost page first 비공식 영문주소 변환기나 블로그 표기를 쓰지 말고 아래 우체국 공식 통합 검색 페이지를 먼저 조회한다. https://www.epost.kr/search.RetrieveIntegrationNewZipCdList.comm 이 페이지는 keyword 파라미터로 우편번호, 국문 주소, English/...
3.3K
2597 nature-citation yuan1z0825/nature-skills
Nature Citation Use this skill to turn manuscript text into a defensible citation export: segmented text with citation candidates for each segment a reference-manager import file in .enw , .ris , or Zotero .rdf conservative evidence notes explaining whether each candidate truly supports the segment Chinese-user operating mode When the user writes in Chinese, asks for "Nature系列", "CNS及其子刊", "支撑文献", "补引用", "自动给出引用", "分段引用", "导出EndNote", "RIS", "Zotero", "RDF", or provides Chinese manuscript text: ...
3.3K
2598 discord-bot claude-office-skills/skills
Discord Bot Build Discord bots for community management, moderation, notifications, and AI integration. Based on n8n's Discord workflow templates. Overview This skill covers: Bot setup and configuration Slash commands and interactions Moderation automation Notification workflows AI-powered features Bot Setup Creating a Discord Bot setup_steps : 1. create_application : url : https : //discord.com/developers/applications action : "New Application" 2. create_bot : section : "Bot" action : "Add Bot"...
3.3K
2599 game-development sickn33/antigravity-awesome-skills
Game Development Orchestrator skill that provides core principles and routes to specialized sub-skills. When to Use This Skill You are working on a game development project. This skill teaches the PRINCIPLES of game development and directs you to the right sub-skill based on context. Sub-Skill Routing Platform Selection If the game targets... Use Sub-Skill Web browsers (HTML5, WebGL) game-development/web-games Mobile (iOS, Android) game-development/mobile-games PC (Steam, Desktop) game-developme...
3.3K
2600 seoul-subway-arrival nomadamas/k-skill
Seoul Subway Arrival What this skill does 서울 열린데이터 광장의 실시간 지하철 도착정보 Open API를 k-skill-proxy 경유로 조회해 역 기준 도착 예정 열차 정보를 요약한다. When to use "강남역 지금 몇 분 뒤 도착해?" "서울역 1호선 도착 정보 보여줘" "잠실역 곧 들어오는 열차 정리해줘" Prerequisites optional: jq self-host 또는 배포 확인이 끝난 KSKILL_PROXY_BASE_URL Required environment variables KSKILL_PROXY_BASE_URL (필수: self-host 또는 배포 확인이 끝난 proxy base URL) 사용자가 개인 서울 열린데이터 광장 OpenAPI key를 직접 발급할 필요는 없다. 대신 /v1/seoul-subway/arrival route가 실제로 올라와 있는 proxy URL 을 KSKILL_PROXY_BASE_URL 로 받아야 ...
3.3K