███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 8301 | dx-project-create | forcedotcom/sf-skills |
Creating a New Salesforce Project Walk the user through a wizard that scaffolds a new Salesforce DX project, relocates this session into the new project, connects it to an org, and configures it for development. Run each step in order, confirming with the user before any environment-changing action. The salesforce-development plugin's MCP servers ( salesforce-api-context , salesforce-metadata-experts , salesforce-lsp ) are provided by the installed plugin , not by the project — so they stay avai...
|
1.4K |
| 8302 | github-issue-triage | code-yeongyu/oh-my-opencode |
No SKILL.md available for this skill. View on GitHub
|
1.3K |
| 8303 | 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 |
| 8304 | 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 |
| 8305 | 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 |
| 8306 | 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 |
| 8307 | 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 |
| 8308 | 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 |
| 8309 | 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 |
| 8310 | 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 |
| 8311 | 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 |
| 8312 | 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 |
| 8313 | 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 |
| 8314 | 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 |
| 8315 | 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 |
| 8316 | 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 |
| 8317 | 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 |
| 8318 | 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 |
| 8319 | 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 |
| 8320 | 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 |
| 8321 | 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 |
| 8322 | 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 |
| 8323 | 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 |
| 8324 | 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 |
| 8325 | 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 |
| 8326 | 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 |
| 8327 | 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 |
| 8328 | asc-whats-new-writer | rudrankriyam/app-store-connect-cli-skills |
asc What's New Writer Generate engaging, localized release notes from flexible input. Optionally pair with promotional text updates. Preconditions Metadata pulled locally into canonical files via asc metadata pull --app "APP_ID" --version "1.2.3" --dir "./metadata" . OR: user provides keywords manually. Auth configured for upload ( asc auth login or ASC_* env vars). The primary locale is en-US unless the user specifies otherwise. Before You Start Read references/release_notes_guidelines.md for t...
|
1.3K |
| 8329 | toon-format | aradotso/trending-skills |
Token-Oriented Object Notation (TOON) Skill by ara.so — Daily 2026 Skills collection. TOON is a compact, human-readable encoding of the JSON data model that minimizes tokens for LLM input. It combines YAML-style indentation for nested objects with CSV-style tabular layout for uniform arrays, achieving ~40% token reduction while maintaining or improving LLM comprehension accuracy. Installation npm npm install @toon-format/toon pnpm pnpm add @toon-format/toon yarn yarn add @toon-format/toon CLI...
|
1.3K |
| 8330 | autoresearch-genealogy | aradotso/trending-skills |
autoresearch-genealogy Skill by ara.so — Daily 2026 Skills collection. A structured system of autoresearch prompts, Obsidian vault templates, archive guides, and methodology references for AI-assisted genealogy research. Built for Claude Code's autonomous research loops, adaptable to any AI tool or manual workflow. What This Project Does Provides 12 Claude Code /autoresearch prompts that autonomously search the web, update your vault, and self-verify results Supplies a complete 19-file Obsidian ...
|
1.3K |
| 8331 | cuopt-numerical-optimization-api-cli | nvidia/skills |
cuOpt Numerical Optimization — CLI Solve LP, MILP, and QP problems from MPS files via cuopt_cli . The same command, options, and MPS workflow apply across all three; QP uses the standard MPS quadratic-objective extension. Confirm problem type and formulation (variables, objective, constraints, variable types) before coding. This skill is CLI only (MPS input). Basic usage Solve LP or MILP from MPS file cuopt_cli problem.mps With options cuopt_cli problem.mps --time-limit 120 --mip-relative-tole...
|
1.3K |
| 8332 | cuopt-numerical-optimization-api-c | nvidia/skills |
cuOpt Numerical Optimization — C API Solve LP, MILP, and QP problems via the cuOpt C API. The same library, headers, build pattern, and core calls ( cuOptCreate*Problem , cuOptSolve , cuOptGetObjectiveValue ) apply across all three; QP extends the API with quadratic-objective creation calls. Confirm problem type and formulation (variables, objective, constraints, variable types) before coding. This skill is C only . API Call Sequence For LP/MILP, the ordered C entry points are: cuOptCreateRanged...
|
1.3K |
| 8333 | cuopt-server-common | nvidia/skills |
cuOpt Server (common) Domain concepts for the cuOpt REST server. No deploy commands or client code here. What the server does Accepts optimization requests (routing, LP, MILP) over HTTP. Returns a request ID; solution is obtained by polling with that ID. Does not support QP via REST. Problem types supported Problem type Supported Routing ✓ LP ✓ MILP ✓ QP ✗ Show more Installs 507 Repository nvidia/skills GitHub Stars 1.3K First Seen May 15, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pas...
|
1.3K |
| 8334 | cuopt-skill-evolution | nvidia/skills |
Skill Evolution Skills improve through a single workflow: solve the user's problem, notice when a generalizable learning surfaced, score it if you can, then propose an update. The presence or absence of ground truth changes the confidence attached to a proposal, not the steps you take. Trigger conditions You MUST evaluate whether to enter the skill evolution workflow when ANY of these events occur during a conversation: User correction — The user corrects your output (e.g., "the answer should be...
|
1.3K |
| 8335 | modly-image-to-3d | aradotso/trending-skills |
Modly Image-to-3D Skill Skill by ara.so — Daily 2026 Skills collection. Modly is a local, open-source desktop application (Windows/Linux) that converts photos into 3D mesh models using AI models running entirely on your GPU — no cloud, no API keys required. Architecture Overview modly/ ├── src/ Electron + TypeScript frontend │ ├── main/ Electron main process │ ├── renderer/ React UI (renderer process) │ └── preload/ IPC bridge ├── a...
|
1.3K |
| 8336 | deployments-cicd | vercel-labs/vercel-plugin |
Vercel Deployments & CI/CD You are an expert in Vercel deployment workflows — vercel deploy , vercel promote , vercel rollback , vercel inspect , vercel build , and CI/CD pipeline integration with GitHub Actions, GitLab CI, and Bitbucket Pipelines. Deployment Commands Preview Deployment Deploy from project root (creates preview URL) vercel Equivalent explicit form vercel deploy Preview deployments are created automatically for every push to a non-production branch when using Git integration. T...
|
1.3K |
| 8337 | vercel-agent | vercel-labs/vercel-plugin |
Vercel Agent You are an expert in Vercel Agent — AI-powered development tools built into the Vercel platform. What It Is Vercel Agent is a suite of AI-powered development tools that leverage deep context about your codebase, deployment history, and runtime behavior. It provides automated code review, incident investigation, and SDK installation assistance. Capabilities Code Review Automatic PR analysis triggered on push or via @vercel mention in PR comments Multi-step reasoning: identifies secur...
|
1.3K |
| 8338 | turbopack | vercel-labs/vercel-plugin |
Turbopack You are an expert in Turbopack — the Rust-powered JavaScript/TypeScript bundler built by Vercel. It is the default bundler in Next.js 16. Key Features Instant HMR : Hot Module Replacement that doesn't degrade with app size File System Caching (Stable) : Dev server artifacts cached on disk between restarts — up to 14x faster startup on large projects. Enabled by default in Next.js 16.1+, no config needed. Build caching planned next. Multi-environment builds : Browser, Server, Edge, SSR,...
|
1.3K |
| 8339 | translate-book-parallel | aradotso/trending-skills |
Translate Book (Parallel Subagents) Skill by ara.so — Daily 2026 Skills collection. A Claude Code skill that translates entire books (PDF/DOCX/EPUB) into any language using parallel subagents. Each chunk gets an isolated context window — preventing truncation and context accumulation that plague single-session translation. Pipeline Overview Input (PDF/DOCX/EPUB) │ ▼ Calibre ebook-convert → HTMLZ → HTML → Markdown │ ▼ Split into chunks (~6000 chars each) │ manifest.json tracks SHA-256 hashes ▼ P...
|
1.3K |
| 8340 | chat-sdk | vercel-labs/vercel-plugin |
Chat SDK Unified TypeScript SDK for building chat bots across Slack, Teams, Google Chat, Discord, GitHub, and Linear. Write bot logic once, deploy everywhere. Critical: Read the bundled docs The chat package ships with full documentation in node_modules/chat/docs/ and TypeScript source types. Always read these before writing code: node_modules/chat/docs/ Full documentation (MDX files) node_modules/chat/dist/ Built types (.d.ts files) Key docs to read based on task: docs/get...
|
1.3K |
| 8341 | cuopt-routing-formulation | nvidia/skills |
Routing Formulation Domain concepts for vehicle routing. No API or interface details here. What is routing TSP : Single vehicle, visit all locations once (e.g. shortest tour). VRP : Multiple vehicles, capacity and/or time limits; assign orders to vehicles and sequence stops. PDP : Pickup and delivery pairs; pickup must be visited before the corresponding delivery. Required questions (problem and data) Ask these if not already clear: Show more Installs 525 Repository nvidia/skills GitHub Stars 1....
|
1.3K |
| 8342 | sf-ai-agentscript | jaganpro/sf-skills |
"Prompt engineering is like writing laws in poetry - beautiful, but not enforceable." Agent Script transforms agent development from prompt-based suggestions to code-enforced guarantees. This skill guides you through writing, debugging, testing, and deploying Agentforce agents using the Agent Script DSL. ⚠️ CRITICAL WARNINGS API & Version Requirements | API Version | 65.0+ | Required for Agent Script support | License | Agentforce | Required for agent authoring | Einstein Agent Use...
|
1.3K |
| 8343 | openclaw-rl-training | aradotso/trending-skills |
OpenClaw-RL Training Skill by ara.so — Daily 2026 Skills collection. OpenClaw-RL is a fully asynchronous reinforcement learning framework that converts live multi-turn conversations into training signals for personalized AI agents. It wraps a self-hosted model as an OpenAI-compatible API via OpenClaw , intercepts conversations, and continuously optimizes the policy in the background without interrupting usage. It also supports scalable RL for terminal, GUI, SWE, and tool-call agents. Architectur...
|
1.3K |
| 8344 | asc-release-flow | rudrankriyam/asc-skills |
App Store release orchestration Use this skill to carry a release from an approved plan to App Store review. Keep Game Center item preparation here; keep other blocker diagnosis and review recovery in asc-submission-health . Ownership boundary This skill owns: staging metadata and attaching a build; publishing an IPA or building locally; submitting a prepared version; assembling a multi-item review submission. Use the preparation section for Game Center item preparation or attachment blockers. U...
|
1.3K |
| 8345 | trump-code-market-signals | aradotso/trending-skills |
Trump Code — Market Signal Analysis Skill by ara.so — Daily 2026 Skills collection. Trump Code is an open-source system that applies brute-force computation to find statistically significant patterns between Trump's Truth Social/X posting behavior and S&P 500 movements. It has tested 31.5M model combinations, maintains 551 surviving rules, and has a verified 61.3% hit rate across 566 predictions (z=5.39, p<0.05). Installation git clone https://github.com/sstklen/trump-code.git cd trump-code pip ...
|
1.3K |
| 8346 | neodata-financial-search | bighardperson/computer-science-skills-collection |
NeoData Financial Search — 自然语言通用金融数据搜索服务 一句话概述 :用自然语言查询股票行情、财务报表/财报、基金、指数、板块、宏观经济、外汇、大宗商品等全品类金融数据,即问即答。 服务简介 NeoData Financial Search 是由 FiT 支付金融平台与数据部提供的 自然语言通用金融数据搜索服务 能力。 像跟分析师同事聊天一样提问——"腾讯最新财报怎么样?""光芯片板块今天资金流向如何?"——即可实时获取股票行情、财务数据、基金净值、板块异动、宏观指标、外汇汇率、大宗商品等 七大类 金融数据,以及相关的财经资讯和券商研报。 无需记接口、无需写代码,一句话就能完成从行情速览、个股深挖到跨市场比较的全流程数据获取。 金融数据源优先级 所有金融/财经/市场数据查询, 必须优先使用本 skill( neodata-financial-search )作为数据源 。 Show more
|
1.3K |
| 8347 | asc-metadata-sync | rudrankriyam/asc-skills |
asc metadata sync Use this skill to keep App Store metadata in sync with App Store Connect. Prefer the canonical asc metadata workflow for app-info and version localization fields. Use the lower-level asc localizations and asc migrate commands only when the user specifically needs .strings files or legacy fastlane-format metadata. Current canonical workflow 1. Pull canonical metadata asc metadata pull --app "APP_ID" --version "1.2.3" --platform IOS --dir "./metadata" If the app has multiple app-...
|
1.3K |
| 8348 | memory-lancedb-pro-openclaw | aradotso/trending-skills |
memory-lancedb-pro OpenClaw Plugin Skill by ara.so — Daily 2026 Skills collection. memory-lancedb-pro is a production-grade long-term memory plugin for OpenClaw agents. It stores preferences, decisions, and project context in a local LanceDB vector database and automatically recalls relevant memories before each agent reply. Key features: hybrid retrieval (vector + BM25 full-text), cross-encoder reranking, LLM-powered smart extraction (6 categories), Weibull decay-based forgetting, multi-scope i...
|
1.3K |
| 8349 | dropbox | membranedev/application-skills |
Dropbox Dropbox is a file hosting service that provides cloud storage, file synchronization, personal cloud, and client software. It is commonly used by individuals and teams to store and share files, documents, and other data across multiple devices. Official docs: https://developers.dropbox.com/ Dropbox Overview Files Shared Links Folders Use action names and parameters as needed. Working with Dropbox This skill uses the Membrane CLI to interact with Dropbox. Membrane handles authentication an...
|
1.3K |
| 8350 | onedrive | membranedev/application-skills |
MS OneDrive MS OneDrive is a cloud storage service provided by Microsoft. It allows users to store files, photos, and documents in the cloud and access them from any device. OneDrive is commonly used by individuals and businesses for personal and collaborative file management. Official docs: https://learn.microsoft.com/en-us/onedrive/developer/ MS OneDrive Overview File Content Permissions Folder Permissions Search Use action names and parameters as needed. Working with MS OneDrive This skill us...
|
1.3K |