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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,609
总 Skills
166.4M
总安装量
2,750
贡献者
# Skill 仓库 描述 安装量
8351 spl-to-apl axiomhq/skills
Type safety: Fields like status are often stored as strings. Always cast before numeric comparison: toint(status) >= 500, not status >= 500. Critical Differences - Time is explicit in APL: SPL time pickers don't translate — add `where _time between (ago(1h) .. now())` - Structure: SPL `index=... | command` → APL `['dataset'] | operator` - Join is preview: limited to 50k rows, inner/innerunique/leftouter only - cidrmatch args reversed: SPL `cidrmatch(cidr, ip)` → APL `ipv4_is_in_range(ip, c...
1.4K
8352 migrate-to-parallel parallel-web/parallel-agent-skills
Migrate to Parallel Replace the provider boundary end to end. Treat a successful HTTP response as the midpoint, not completion: migrate request construction, response consumers, dependencies, configuration, tests, and operational behavior. Resolve <skill-root> to the directory containing this SKILL.md . Resolve every bundled reference and script from that directory, regardless of the current working directory. The scanner uses only the Python standard library. If Python 3.9 or newer is unavailab...
1.4K
8353 technology-selection dotnet/skills
No SKILL.md available for this skill. View on GitHub Installs 337 Repository dotnet/skills GitHub Stars 2.1K First Seen Mar 12, 2026
1.4K
8354 migrate-dotnet9-to-dotnet10 dotnet/skills
.NET 9 → .NET 10 Migration Migrate a .NET 9 project or solution to .NET 10, systematically resolving all breaking changes. The outcome is a project targeting net10.0 that builds cleanly, passes tests, and accounts for every behavioral, source-incompatible, and binary-incompatible change introduced in the .NET 10 release. When to Use Upgrading TargetFramework from net9.0 to net10.0 Resolving build errors or new warnings after updating the .NET 10 SDK Adapting to behavioral changes in .NET 10 runt...
1.4K
8355 build-perf-diagnostics dotnet/skills
Performance Analysis Methodology Generate a binlog : dotnet build /bl:{} -m Replay to diagnostic log with performance summary : dotnet msbuild build.binlog -noconlog -fl -flp:v = diag ; logfile = full.log ; performancesummary Read the performance summary (at the end of full.log ): grep "Target Performance Summary\|Task Performance Summary" -A 50 full.log Find expensive targets and tasks : The PerformanceSummary section lists all targets/tasks sorted by cumulative time Check for node utilization ...
1.4K
8356 dotnet-maui-doctor dotnet/skills
.NET MAUI Doctor Validate and fix .NET MAUI development environments. All version requirements are discovered dynamically from NuGet APIs — never hardcode versions. When to Use Setting up a new .NET MAUI development environment Build errors mentioning missing SDKs, workloads, JDK, or Android components Errors like "Android SDK not found", "Java version", or "Xcode not found" Verifying environment health after SDK or OS updates When Not to Use Non-MAUI .NET projects (use standard .NET SDK trouble...
1.4K
8357 google-ads-api-account-diagnostics google/skills
Google Ads API Account Performance Diagnostics Skill This skill provides instructions on how to use the Google Ads MCP server tools to diagnose common account performance issues. Workflows Identifying Active Client Accounts Most diagnostics tasks require sending GAQL queries to a specific customer account. If the customer ID is not explicitly provided by the user, you must first call the list_accessible_customers (or customers_list_accessible_customers ) tool to retrieve the customer resource na...
1.4K
8358 principle-type-system-discipline cursor/plugins
Type System Discipline The type checker is a proof assistant. Use it to eliminate impossible states, mismatched primitives, and unhandled variants at compile time. A case the types let you ignore becomes a runtime failure the compiler could have stopped. Prefer defining errors and special cases out of existence over proliferating handlers; unrepresentable states, total functions, and interface redesign (the patterns below) are the tools. Applies to any typed language. Skills like typescript-best...
1.4K
8359 dx-apexguru-scan forcedotcom/sf-skills
ApexGuru Performance Scan Skill CRITICAL: Mandatory Script Usage Every step — token resolution, zipping, API calls, and report decoding — MUST go through the bundled scripts in <skill_dir>/scripts/ . No exceptions. WRONG — never do this: WRONG: hand-rolled curl to the API curl -X POST https://api.salesforce.com/ .. . -F file = @x.zip WRONG: inline base64 + jq to read the report cat raw.json | jq -r .report | base64 -d | jq '.[]' WRONG: reading the raw result file directly (report is a large b...
1.4K
8360 frontend-design cline/skills
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints. Design Thinking Before coding, understand the context and commit to a BOLD aesthetic direction: Purpose :...
1.4K
8361 implement-in-app-purchases unity-technologies/skills
Unity In-App Purchasing Namespace: UnityEngine.Purchasing | Security: UnityEngine.Purchasing.Security Package: com.unity.purchasing Unity IAP has its own initialization path via UnityIAPServices.StoreController() → store.Connect() . It does not require UnityServices.InitializeAsync() , but they can coexist if your project uses other UGS services. If Analytics is present and InitializeAsync() is called, IAP will automatically send transaction events. Before You Start Always read references/pre-ch...
1.4K
8362 expo-overview expo/skills
expo-overview — router & shared rules for Expo / EAS Start Here — read before doing anything Do not guess the skill from project files alone. Many Expo goals look similar from the filesystem but need different skills. Confirm this is Expo work — the request mentions Expo, or package.json has an expo dependency. If neither holds, stop: this skill does not apply. A bare React Native project with no expo dependency is not Expo work. Read the user's goal — what outcome do they want, in plain terms? ...
1.4K
8363 video-to-sfx sonilo-ai/skills
Sonilo Video-to-SFX Hand Sonilo a video and it generates sound effects matching what it sees — footsteps, impacts, ambience, UI sounds, whatever the scene calls for — or pin specific sounds to specific moments with segments . Generation runs as an async task on the backend; the tools poll internally and hand back the saved file. Setup: See the setup-api-key skill. ⚠️ Cost: every tool below makes an API call that may incur charges. Only call it when explicitly requested. Transport: MCP or CLI Pic...
1.4K
8364 dump-collect dotnet/skills
.NET Crash Dump Collection This skill configures and collects crash dumps for modern .NET applications (CoreCLR and NativeAOT) on Linux, macOS, and Windows — including containers. Stop Signals 🚨 Read before starting any workflow. Stop after dumps are enabled or collected. Do not open, analyze, or triage dump files. If the user already has a dump file , this skill does not cover analysis. Let them know analysis is out of scope. Do not install analysis tools (dotnet-dump analyze, windbg). Only ins...
1.4K
8365 scope jsmastery-pro/skills
Output style (plain words, no dashes, no hyphens) Write everything this skill produces, files and messages alike, in plain simple language. Talk to the reader as you , warm and direct like a colleague, and present every step as a recommendation they may run or skip, never an order. Keep technical terms that carry real meaning; explain each in plain words. Never use a dash or a hyphen as punctuation: no em dash, no en dash, and no hyphenated compounds. Write read only , not read-only . Say it in ...
1.4K
8366 playwriter brianlovin/agent-config
Quick Start Get a session ID first playwriter session new => 1 Execute code with your session playwriter -s 1 -e "await page.goto('https://example.com')" playwriter -s 1 -e "console.log(await accessibilitySnapshot({ page }))" playwriter -s 1 -e "await page.screenshot({ path: 'shot.png', scale: 'css' })" If playwriter is not found, use npx playwriter@latest or bunx playwriter@latest. Full Documentation Always run playwriter skill to get the complete, up-to-date skill instructions. The sk...
1.4K
8367 arena cursor/plugins
Arena Fan out N parallel attempts at the same task. Read every candidate end to end. Pick the strongest as the base. Graft the best ideas from the others into it. Verify the synthesized result. Start Open a todolist with one entry per phase before launching anything. The arena runs autonomously and the list keeps phases from silently disappearing. Frame Fan out Cross-judge Pick Graft Verify Phase A: Frame The N candidates will receive the same prompt, so the prompt is the contract. Get it right ...
1.4K
8368 principle-fix-root-causes cursor/plugins
Fix Root Causes When debugging, do not paper over symptoms. Trace every problem to its root cause and fix it there. Why: Symptom fixes accumulate. Each workaround makes the system harder to reason about, and the real bug remains. Root-cause fixes are slower upfront but reduce total debugging time. Pattern: Reproduce first (if you can't reproduce it, you can't verify your fix) Ask "why" until you hit the root cause Resist the urge to add guards (adding a nil check to silence a crash is a symptom ...
1.4K
8369 principle-boundary-discipline cursor/plugins
Boundary Discipline Place validation, type narrowing, and error handling at system boundaries. Trust internal code unconditionally. Business logic lives in pure functions; the shell is thin and mechanical. Why: Scattered validation is noisy, redundant, and gives a false sense of safety. Validate data once at the boundary. Keep logic out of framework wiring so it can be tested without the framework. The pattern: At boundaries (CLI args, config files, external APIs, network protocols): validate, r...
1.4K
8370 experience-lwc-base-components-integrate forcedotcom/sf-skills
Using Lightning Base Components Lightning Base Components (LBC) are the lightning-* web components shipped by Salesforce. This skill routes an agent through the right decision sequence so the final component choice is as specific as possible and backed by real API docs — not a hand-rolled reimplementation of something that already exists. When to Use This Skill User describes a UI need ("searchable dropdown", "record edit form", "modal with footer") and asks which lightning-* component fits. Use...
1.4K
8371 tmeet-skill tencentcloud/tencentmeeting-cli
tmeet 腾讯会议命令行工具,支持 OAuth 授权、会议全生命周期管理、录制与转写、会议报告查询。 安装与初始化 在使用本技能前,必须检测是否已安装 tmeet 命令行工具: 如果检测到 tmeet 命令已存在,直接使用即可 如果未检测到 tmeet 命令,会自动执行以下安装命令: npm install -g @tencentcloud/tmeet@latest 安装最新版本的腾讯会议 CLI 工具包 注意 :自动安装需要网络连接和 npm 环境支持。如果安装失败,请手动执行上述命令或检查网络环境。 认证 Show more Installs 901 Repository tencentcloud/te…ting-cli GitHub Stars 39 First Seen Apr 7, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Fail
1.4K
8372 web-app-penetration-testing usestrix/strix
Pentest a web application Black-box (and optionally source-assisted) penetration testing of a running web app with Strix's autonomous agents. Every reported finding is validated with a working exploit, so there are no signature-based false positives to triage. Install, LLM setup, all CLI flags, and the managed-cloud alternative are covered in the penetration-testing-with-strix skill — read it if the target is not a running web app, or if strix --version fails. This skill is the web-app-specific ...
1.4K
8373 find-security-vulnerabilities-in-code usestrix/strix
Find security vulnerabilities in code White-box security review with Strix: the agents read the source to build a model of routes, sinks, and authorization checks, then attempt real exploitation. Findings come with a proof-of-concept, so the output is a short list of proven issues rather than the hundreds of "potential" hits a pattern-matching scanner produces. Install, LLM setup, all flags, and the managed-cloud path are in the penetration-testing-with-strix skill. Run it Local working tree st...
1.4K
8374 text-to-sfx sonilo-ai/skills
Sonilo Text-to-SFX Generate a single sound effect from a text description — no video involved. The prompt IS the input, so describe the action and materials directly. Generation runs as an async task on the backend; the tool polls internally and hands back the saved file. Setup: See the setup-api-key skill. ⚠️ Cost: this tool makes an API call that may incur charges. Only call it when explicitly requested. Matching sound to footage instead? Use video-to-sfx — it reads the cut and can pin sounds ...
1.4K
8375 github-issue-triage code-yeongyu/oh-my-opencode
No SKILL.md available for this skill. View on GitHub
1.3K
8376 flutter-layout flutter/skills
Goal Constructs robust, responsive Flutter user interfaces by composing layout widgets, managing constraints, and implementing adaptive design patterns. Assumes the target environment has the Flutter SDK installed and the user is familiar with Dart syntax and state management fundamentals. Instructions Determine Layout Strategy (Decision Logic) Analyze the UI requirements and select the appropriate base layout widgets using the following decision tree: Is the content strictly 1-Dimensional? Hori...
1.3K
8377 convert binance/binance-skills-hub
Binance Convert Skill Convert request on Binance using authenticated API endpoints. Requires API key and secret key for certain endpoints. Return the result in JSON format. Quick Reference Endpoint Description Required Optional Authentication /sapi/v1/convert/exchangeInfo (GET) List All Convert Pairs None fromAsset, toAsset No /sapi/v1/convert/assetInfo (GET) Query order quantity precision per asset(USER_DATA) None recvWindow Yes /sapi/v1/convert/acceptQuote (POST) Accept Quote (TRADE) quoteId r...
1.3K
8378 vertex-ai-api-dev google-gemini/gemini-skills
Gemini API in Vertex AI Access Google's most advanced AI models built for enterprise use cases using the Gemini API in Vertex AI. Provide these key capabilities: Text generation - Chat, completion, summarization Multimodal understanding - Process images, audio, video, and documents Function calling - Let the model invoke your functions Structured output - Generate valid JSON matching your schema Context caching - Cache large contexts for efficiency Embeddings - Generate text embeddings for seman...
1.3K
8379 react-devtools callstackincubator/agent-device
agent-react-devtools CLI that connects to a running React or React Native app via the React DevTools protocol and exposes the component tree, props, state, hooks, and profiling data in a token-efficient format. Core Workflow Ensure connection — check agent-react-devtools status . If the daemon is not running, start it with agent-react-devtools start . Use agent-react-devtools wait --connected to block until a React app connects. Inspect — get the component tree, search for components, inspect pr...
1.3K
8380 salesforce membranedev/application-skills
Salesforce Salesforce is a leading cloud-based CRM platform that helps businesses manage customer relationships and sales processes. It's primarily used by sales, marketing, and customer service teams to track leads, automate marketing campaigns, and provide customer support. Official docs: https://developer.salesforce.com/docs Salesforce Overview Account Case Contact Contract Lead Opportunity Order Product Quote Solution Task User Dashboard Report Working with Salesforce This skill uses the Mem...
1.3K
8381 zustand-state-management jezweb/claude-skills
Zustand State Management Last Updated: 2026-01-21 Latest Version: zustand@5.0.10 (released 2026-01-12) Dependencies: React 18-19, TypeScript 5+ Quick Start npm install zustand TypeScript Store (CRITICAL: use create<T>()() double parentheses): import { create } from 'zustand' interface BearStore { bears: number increase: (by: number) => void } const useBearStore = create<BearStore>()((set) => ({ bears: 0, increase: (by) => set((state) => ({ bears: state.bears + by })), })) Use in...
1.3K
8382 create mcp app modelcontextprotocol/ext-apps
Create MCP App Build interactive UIs that run inside MCP-enabled hosts like Claude Desktop. An MCP App combines an MCP tool with an HTML resource to display rich, interactive content. Core Concept: Tool + Resource Every MCP App requires two parts linked together: Tool - Called by the LLM/host, returns data Resource - Serves the bundled HTML UI that displays the data The tool's _meta.ui.resourceUri references the resource's URI. Host calls tool → Host renders resource UI → Server returns result →...
1.3K
8383 picoclaw-ai-assistant aradotso/trending-skills
PicoClaw AI Assistant Skill by ara.so — Daily 2026 Skills collection. PicoClaw is an ultra-lightweight personal AI assistant written in Go. It runs on $10 hardware with under 10MB RAM and boots in under 1 second. It supports multiple LLM providers (OpenAI-compatible, Anthropic, Volcengine), optional web search tools, and deploys as a single self-contained binary on x86_64, ARM64, MIPS, and RISC-V Linux devices. Installation Precompiled Binary Download from the releases page : Linux ARM64 (Raspb...
1.3K
8384 minecraftconsoles-lce aradotso/trending-skills
MinecraftConsoles (Legacy Console Edition) Skill Skill by ara.so — Daily 2026 Skills collection. What This Project Is MinecraftConsoles is a C++ reimplementation/continuation of Minecraft Legacy Console Edition v1.6.0560.0 (TU19) , targeting modern Windows (and unofficially macOS/Linux via Wine). Goals include: Multi-platform base for modding, backports, and LCE development Quality desktop experience with keyboard/mouse and controller support LAN multiplayer and dedicated server software Splitsc...
1.3K
8385 obsidian-wiki-ingest ar9av/obsidian-wiki
Obsidian Wiki Ingest — Automation Skill You are the automation layer that ingests documents into the Obsidian wiki project. This skill orchestrates the ingestion workflow, ensuring deduplication, proper frontmatter, and cross-linking with existing pages. Trigger User says: "ingest to wiki", "add to wiki", or any phrasing that targets the obsidian-wiki repository. Context: active in the /home/ubuntu/projects/obsidian-wiki workspace. Responsibilities Validate target vault path from the environment...
1.3K
8386 vinext-vite-nextjs aradotso/trending-skills
vinext — Next.js API on Vite, Deploy Anywhere Skill by ara.so — Daily 2026 Skills collection. vinext is a Vite plugin that reimplements the Next.js public API surface (routing, SSR, RSC, next/* imports, CLI) so existing Next.js apps run on Vite instead of the Next.js compiler. It targets ~94% API coverage, supports both Pages Router and App Router, and deploys natively to Cloudflare Workers with optional Nitro support for AWS, Netlify, Vercel, and more. Installation New project (migrate from Nex...
1.3K
8387 ui-ux-pro-max likaia/nginxpulse
UI/UX Pro Max - Design Intelligence Comprehensive design guide for web and mobile applications. Contains 50+ styles, 161 color palettes, 57 font pairings, 161 product types with reasoning rules, 99 UX guidelines, and 25 chart types across 10 technology stacks. Searchable database with priority-based recommendations. When to Apply This Skill should be used when the task involves UI structure, visual design decisions, interaction patterns, or user experience quality control . Must Use This Skill m...
1.3K
8388 create-branch ruchernchong/claude-kit
Create Branch Create a git branch following Sentry naming conventions. Keep this workflow non-interactive unless the user explicitly asks to choose the name manually. Workflow Resolve the prefix: First try gh api user --jq .login Then git config github.user Then the local part of git config user.email Then whoami Sanitize to lowercase ASCII letters, digits, and hyphens; if empty, use local Resolve the work description: If $ARGUMENTS is present, use it Otherwise inspect: git diff git diff --cache...
1.3K
8389 nelson harrymunro/nelson
Nelson Execute this workflow for the user's mission. 1. Issue Sailing Orders Review the user's brief for ambiguity. If the outcome, scope, or constraints are unclear, ask the user to clarify before drafting sailing orders. Write one sentence for outcome , metric , and deadline . Set constraints: token budget, reliability floor, compliance rules, and forbidden actions. Define what is out of scope. Define stop criteria and required handoff artifacts. You MUST read references/admiralty-templates/sa...
1.3K
8390 mirofish-offline-simulation aradotso/trending-skills
MiroFish-Offline Skill Skill by ara.so — Daily 2026 Skills collection. MiroFish-Offline is a fully local multi-agent swarm intelligence engine. Feed it any document (press release, policy draft, financial report) and it generates hundreds of AI agents with unique personalities that simulate public reaction on social media — posts, arguments, opinion shifts — hour by hour. No cloud APIs required: Neo4j CE 5.15 handles graph memory, Ollama serves the LLMs. Architecture Overview Document Input │ ▼ ...
1.3K
8391 nanochat-llm-training aradotso/trending-skills
nanochat LLM Training Skill by ara.so — Daily 2026 Skills collection. nanochat is Karpathy's minimal, hackable harness for training LLMs end-to-end on a single GPU node. It covers tokenization, pretraining, SFT finetuning, RL, evaluation (DCLM CORE score), inference with KV cache, and a ChatGPT-like web UI. A single complexity dial ( --depth ) auto-configures all other hyperparameters (width, heads, LR, training horizon, weight decay) for compute-optimal training. You can reproduce GPT-2 capabil...
1.3K
8392 corridorkey-green-screen aradotso/trending-skills
CorridorKey Green Screen Keying Skill by ara.so — Daily 2026 Skills collection. CorridorKey is a neural network that solves the color unmixing problem in green screen footage. For every pixel — including semi-transparent ones from motion blur, hair, or out-of-focus edges — it predicts the true straight (un-premultiplied) foreground color and a clean linear alpha channel. It reads/writes 16-bit and 32-bit EXR files for VFX pipeline integration. How It Works Two inputs required per frame: RGB gree...
1.3K
8393 openviking-context-database aradotso/trending-skills
OpenViking Context Database Skill by ara.so — Daily 2026 Skills collection. OpenViking is an open-source context database for AI Agents that replaces fragmented vector stores with a unified filesystem paradigm . It manages agent memory, resources, and skills in a tiered L0/L1/L2 structure, enabling hierarchical context delivery, observable retrieval trajectories, and self-evolving session memory. Installation Python Package pip install openviking --upgrade --force-reinstall Optional Rust CLI In...
1.3K
8394 git-city-3d-github-visualization aradotso/trending-skills
Git City — 3D GitHub Profile Visualization Skill by ara.so — Daily 2026 Skills collection. Git City transforms GitHub profiles into a 3D pixel art city. Each user becomes a unique building: height from contributions, width from repos, window brightness from stars. Built with Next.js 16 (App Router), React Three Fiber, and Supabase. Quick Setup git clone https://github.com/srizzon/git-city.git cd git-city npm install Copy env template cp .env.example .env.local Linux/macOS copy .env.example .en...
1.3K
8395 day6-prd-submit ai-native-camp/camp-1
Day 6: PRD 작성 & PR 제출 PRD(Product Requirements Document) 초안을 템플릿 기반으로 작성하고, 필수 형식을 검증한 뒤, GitHub PR 제출 과정을 안내한다. 용어 정리 이 스킬에서 사용하는 핵심 용어: 용어 설명 PRD Product Requirements Document. "이 프로젝트가 뭘 해결하고, 뭘 만드는지" 정리한 문서 GitHub 코드와 문서를 함께 관리하고 공유하는 온라인 서비스. Google Docs의 코드 버전 GitHub ID GitHub 사이트에서 나를 식별하는 이름. 프로필 URL의 마지막 부분 (github.com/여기) Repository (Repo) 프로젝트 파일이 모여있는 폴더. Google Drive의 공유 폴더와 비슷 브랜치(Branch) 원본을 건드리지 않고 내 작업 공간을 따로 만드는 것. "사본으로 저장"과 비슷 커밋(Commit) 변경사항을 저장하는 것. Ctrl+S의 Git 버전 Push 내 컴퓨...
1.3K
8396 box membranedev/application-skills
Box Box is a cloud-based content management and file sharing service. It's used by businesses of all sizes to securely store, access, and collaborate on files from anywhere. Think of it as a more business-focused alternative to Dropbox or Google Drive. Official docs: https://developer.box.com/ Box Overview File File Version Folder Folder Collaboration Web Link Task User Group Event Search Use action names and parameters as needed. Working with Box This skill uses the Membrane CLI to interact wit...
1.3K
8397 karpathy-jobs-bls-visualizer aradotso/trending-skills
karpathy/jobs — BLS Job Market Visualizer Skill by ara.so — Daily 2026 Skills collection. A research tool for visually exploring Bureau of Labor Statistics Occupational Outlook Handbook data across 342 occupations. The interactive treemap colors rectangles by employment size (area) and any chosen metric (color): BLS growth outlook, median pay, education requirements, or LLM-scored AI exposure. The pipeline is fully forkable — write a new prompt, re-run scoring, get a new color layer. Live demo: ...
1.3K
8398 json-render-generative-ui aradotso/trending-skills
json-render Generative UI Framework Skill by ara.so — Daily 2026 Skills collection. json-render is a Generative UI framework that lets AI generate dynamic interfaces from natural language prompts, constrained to a predefined component catalog. AI outputs JSON; json-render renders it safely and predictably across any platform. Installation React (core) npm install @json-render/core @json-render/react React + shadcn/ui (36 pre-built components) npm install @json-render/shadcn React Native npm i...
1.3K
8399 clui-cc-claude-overlay aradotso/trending-skills
Clui CC — Claude Code Desktop Overlay Skill by ara.so — Daily 2026 Skills collection. Clui CC wraps the Claude Code CLI in a transparent, floating macOS overlay with multi-tab sessions, a permission approval UI (PreToolUse HTTP hooks), voice input via Whisper, conversation history, and a skills marketplace. It requires an authenticated claude CLI and runs entirely local — no telemetry or cloud dependency. Prerequisites Requirement Minimum Notes macOS 13+ Overlay is macOS-only Node.js 18+ LTS 20 ...
1.3K
8400 news-summary sundial-org/awesome-openclaw-skills
News Summary Overview Fetch and summarize news from trusted international sources via RSS feeds. RSS Feeds BBC (Primary) World news curl -s "https://feeds.bbci.co.uk/news/world/rss.xml" Top stories curl -s "https://feeds.bbci.co.uk/news/rss.xml" Business curl -s "https://feeds.bbci.co.uk/news/business/rss.xml" Technology curl -s "https://feeds.bbci.co.uk/news/technology/rss.xml" Reuters World news curl -s "https://www.reutersagency.com/feed/?best-regions=world&post_type=best" NPR (US perspe...
1.3K