███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 4601 | bdd-feature-generator | moxa/sw |
No SKILL.md available for this skill. View on GitHub
|
1.2K |
| 4602 | flutter-performance | flutter/skills |
Flutter Performance Optimization Goal Analyzes and optimizes Flutter application performance by identifying jank, excessive rebuilds, and expensive rendering operations. Implements best practices for UI rendering, state management, and layout constraints. Utilizes Flutter DevTools, Chrome DevTools (for web), and integration tests to generate actionable performance metrics, ensuring frames render within the strict 16ms budget. Decision Logic Evaluate the target application using the following dec...
|
1.2K |
| 4603 | plan-harder | am-will/codex-skills |
Planner Agent Create detailed, phased implementation plans for bugs, features, or tasks. You make phased implementation plans with sprints and atomic tasks. Process Phase 0: Research Investigate the codebase: Architecture and patterns Similar existing implementations Dependencies and frameworks Related components Analyze the request: Core requirements Challenges and edge cases Security/performance/UX considerations Phase 1: Clarify Requirements Use request_user_input to resolve ambiguitie...
|
1.2K |
| 4604 | openai-docs-skill | am-will/codex-skills |
OpenAI Docs MCP Skill Overview Use the OpenAI developer documentation MCP server from the shell to search and fetch authoritative docs. Always do this for OpenAI platform work instead of relying on memory or non-official sources. Core rules Always use this skill for OpenAI API/SDK/Apps/Codex questions or when precise, current docs are required. Query the MCP server via the CLI wrapper in scripts/openai-docs-mcp.sh (do not rely on Codex MCP tools). Use search or list to find the best doc page, ...
|
1.2K |
| 4605 | gemini-computer-use | am-will/codex-skills |
Gemini Computer Use Quick start Source the env file and set your API key: cp env.example env.sh $EDITOR env.sh source env.sh Create a virtual environment and install dependencies: python -m venv .venv source .venv/bin/activate pip install google-genai playwright playwright install chromium Run the agent script with a prompt: python scripts/computer_use_agent.py \ --prompt "Find the latest blog post title on example.com" \ --start-url "https://example.com" \ --turn-limit 6 Browser ...
|
1.2K |
| 4606 | agent browser | am-will/codex-skills |
Agent Browser A fast Rust-based headless browser automation CLI with Node.js fallback that enables AI agents to navigate, click, type, and snapshot pages via structured commands. Installation npm recommended npm install -g agent-browser agent-browser install agent-browser install --with-deps From Source git clone https://github.com/vercel-labs/agent-browser cd agent-browser pnpm install pnpm build agent-browser install Quick Start agent-browser open example.com agent-browser snapshot agent-brows...
|
1.2K |
| 4607 | code-review | llama-farm/llamafarm |
Code Review When to use this skill Reviewing pull requests Checking code quality Providing feedback on implementations Identifying potential bugs Suggesting improvements Security audits Performance analysis Instructions Step 1: Understand the context Read the PR description : What is the goal of this change? Which issues does it address? Are there any special considerations? Check the scope : How many files changed? What type of changes? (feature, bugfix, refactor) Are tests included? Step 2: Hi...
|
1.2K |
| 4608 | image-ocr | fearovex/claude-config |
Image OCR Expert Expert in extracting, processing, and structuring text from images using OCR tools and techniques. Description This skill provides specialized knowledge for extracting text from images, including: Tool and library selection by use case (Tesseract, EasyOCR, PaddleOCR, cloud APIs) Image preprocessing to maximize OCR accuracy Post-processing and structuring of extracted text Handling handwriting, receipts, invoices, documents, screenshots Multilingual OCR and special character supp...
|
1.2K |
| 4609 | text-to-speech | heygen-com/skills |
ElevenLabs Text-to-Speech Generate natural speech from text - supports 70+ languages, multiple models for quality vs latency tradeoffs. Setup: See Installation Guide . For JavaScript, use @elevenlabs/* packages only. Quick Start Python from elevenlabs import ElevenLabs client = ElevenLabs ( ) audio = client . text_to_speech . convert ( text = "Hello, welcome to ElevenLabs!" , voice_id = "JBFqnCBsd6RMkjVDRZzb" , George model_id = "eleven_multilingual_v2" ) with open ( "output.mp3" , "wb" ) as f ...
|
1.2K |
| 4610 | video-translate | heygen-com/skills |
Video Translation (HeyGen) Translate and dub existing videos into multiple languages, preserving lip-sync and natural speech patterns. Provide a video URL or HeyGen video ID — no need to create the video on HeyGen first. Authentication All requests require the X-Api-Key header. Set the HEYGEN_API_KEY environment variable. curl -X POST "https://api.heygen.com/v2/video_translate" \ -H "X-Api-Key: $HEYGEN_API_KEY " \ -H "Content-Type: application/json" \ -d '{"video_url": "https://example.com/video...
|
1.2K |
| 4611 | algo | binance/binance-skills-hub |
Binance Algo Skill Algo 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/algo/futures/order (DELETE) Cancel Algo Order(TRADE) algoId recvWindow Yes /sapi/v1/algo/futures/openOrders (GET) Query Current Algo Open Orders(USER_DATA) None recvWindow Yes /sapi/v1/algo/futures/historicalOrders (GET) Query Historical Algo Orders(USER...
|
1.2K |
| 4612 | derivatives-trading-coin-futures | binance/binance-skills-hub |
Binance Derivatives-trading-coin-futures Skill Derivatives-trading-coin-futures 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 /dapi/v1/account (GET) Account Information (USER_DATA) None recvWindow Yes /dapi/v1/balance (GET) Futures Account Balance (USER_DATA) None recvWindow Yes /dapi/v1/positionSide/dual (GET) Get Current Position...
|
1.2K |
| 4613 | derivatives-trading-options | binance/binance-skills-hub |
Binance Derivatives-trading-options Skill Derivatives-trading-options 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 /eapi/v1/bill (GET) Account Funding Flow (USER_DATA) currency recordId, startTime, endTime, limit, recvWindow Yes /eapi/v1/marginAccount (GET) Option Margin Account Information (USER_DATA) None recvWindow Yes /eapi/v1...
|
1.2K |
| 4614 | derivatives-trading-portfolio-margin-pro | binance/binance-skills-hub |
Binance Derivatives-trading-portfolio-margin-pro Skill Derivatives-trading-portfolio-margin-pro 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/portfolio/bnb-transfer (POST) BNB transfer(USER_DATA) amount, transferSide recvWindow Yes /sapi/v1/portfolio/repay-futures-switch (POST) Change Auto-repay-futures Status(TRADE) autoR...
|
1.2K |
| 4615 | derivatives-trading-portfolio-margin | binance/binance-skills-hub |
Binance Derivatives-trading-portfolio-margin Skill Derivatives-trading-portfolio-margin 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 /papi/v1/balance (GET) Account Balance(USER_DATA) None asset, recvWindow Yes /papi/v1/account (GET) Account Information(USER_DATA) None recvWindow Yes /papi/v1/bnb-transfer (POST) BNB transfer (TRADE...
|
1.2K |
| 4616 | markdown-token-optimizer | microsoft/github-copilot-for-azure |
Markdown Token Optimizer This skill analyzes markdown files and suggests optimizations to reduce token consumption while maintaining clarity. When to Use Optimize markdown files for token efficiency Reduce SKILL.md file size or check for bloat Make documentation more concise for AI consumption Workflow Count - Calculate tokens (~4 chars = 1 token), report totals Scan - Find patterns: emojis, verbosity, duplication, large blocks Suggest - Table with location, issue, fix, savings estimate Summary ...
|
1.2K |
| 4617 | 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.2K |
| 4618 | web-search-plus | robbyczgw-cla/web-search-plus |
Web Search Plus Stop choosing search providers. Let the skill do it for you. This skill connects you to 7 search providers (Serper, Tavily, Querit, Exa, Perplexity, You.com, SearXNG) and automatically picks the best one for each query. Shopping question? → Google results. Research question? → Deep research engine. Need a direct answer? → AI-synthesized with citations. Want privacy? → Self-hosted option. ✨ What Makes This Different? Just search — No need to think about which provider to use Smart...
|
1.2K |
| 4619 | 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.2K |
| 4620 | doc | openai/skills |
Prefer `uv` for dependency management. Python packages: ``` uv pip install python-docx pdf2image ``` If `uv` is unavailable: ``` python3 -m pip install python-docx pdf2image ``` System tools (for rendering): ``` macOS (Homebrew) brew install libreoffice poppler Ubuntu/Debian sudo apt-get install -y libreoffice poppler-utils ``` If installation isn't possible in this environment, tell the user which dependency is missing and how to install it locally. Environment No required envir...
|
1.2K |
| 4621 | 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.2K |
| 4622 | feishu-calendar | alextangson/feishu_skills |
飞书日历 通过 Calendar API 管理日程。 Base URL : https://open.feishu.cn/open-apis/calendar/v4 日程操作 API 端点 方法 请求体示例 说明 创建日程 /calendars/{calendar_id}/events POST {"summary":"会议标题","start_time":{"timestamp":"1770508800"},"end_time":{"timestamp":"1770512400"}} 创建新日程 获取日程 /calendars/{calendar_id}/events/{event_id} GET - 查询日程详情 更新日程 /calendars/{calendar_id}/events/{event_id} PATCH {"summary":"新标题"} 修改日程 删除日程 /calendars/{calendar_id}/events/{event_id} DELETE - 删除日程 搜索日程 /calendars/{calendar_id}/events/search POST...
|
1.2K |
| 4623 | sensei | microsoft/github-copilot-for-azure |
Sensei "A true master teaches not by telling, but by refining." - The Skill Sensei Automates skill frontmatter improvement using the Ralph loop pattern - iteratively improving skills until they reach Medium-High compliance with passing tests, then checking token usage and prompting for action. Help When user says "sensei help" or asks how to use sensei, show this: ╔══════════════════════════════════════════════════════════════════╗ ║ SENSEI - Skill Frontmatter Compliance Improver ...
|
1.2K |
| 4624 | skill-authoring | microsoft/github-copilot-for-azure |
Skill Authoring Guide This skill provides guidance for writing Agent Skills that comply with the agentskills.io specification . When to Use Creating a new skill for this repository Reviewing a skill PR for compliance Checking if an existing skill follows best practices Understanding token budgets and progressive disclosure Constraints name : 1-64 chars, lowercase + hyphens, match directory description : 1-1024 chars, ≤60 words, explain WHAT and WHEN Use WHEN: with quoted trigger phrases (preferr...
|
1.2K |
| 4625 | 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.2K |
| 4626 | 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.2K |
| 4627 | 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.2K |
| 4628 | 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.2K |
| 4629 | markdown-url | am-will/codex-skills |
markdown.new URL Prefix Whenever you need to visit a website URL, you must: rewrite it to go through https://markdown.new/ , then visit the rewritten URL, and pull the Markdown content from that page for use in your answer/notes. Rewrite Rule Normalize the destination into an absolute URL with a scheme ( https:// preferred). Prefix it with https://markdown.new/ (do not drop the original scheme). Examples https://example.com -> https://markdown.new/https://example.com https://example.com/docs?a=1...
|
1.2K |
| 4630 | swarm-planner | am-will/codex-skills |
Swarm-Ready Planner Create implementation plans with explicit task dependencies optimized for parallel agent execution. This skill can be ran inside or outside of Plan Mode. Core Principles Explore Codebase : Investigate architecture, patterns, existing implementations, dependencies, and frameworks in use. Fresh Documentation First : Use Context7 for ANY external library, framework, or API before planning tasks Ask Questions : Clarify ambiguities and seek clarification on scope, constraints, or ...
|
1.2K |
| 4631 | vercel-react-best-practices | am-will/codex-skills |
Vercel React Best Practices Comprehensive performance optimization guide for React and Next.js applications, maintained by Vercel. Contains 62 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new React components or Next.js pages Implementing data fetching (client or server-side) Reviewing code for performance issues Refactoring existing React/Next.js code Optimizing bundle size or load tim...
|
1.2K |
| 4632 | llm-council | am-will/codex-skills |
LLM Council Skill Quick start Always check for an existing agents config file first ($XDG_CONFIG_HOME/llm-council/agents.json or ~/.config/llm-council/agents.json). If none exists, tell the user to run ./setup.sh to configure or update agents. The orchestrator must always ask thorough intake questions first, then generates prompts so planners do not ask questions. Even if the initial prompt is strong, ask at least a few clarifying questions about ambiguities, constraints, and success criteria. T...
|
1.2K |
| 4633 | role-creator | am-will/codex-skills |
Role Creator Overview Use this skill when the user wants to create, update, or troubleshoot custom subagent roles backed by [agents.<role>] and a role config_file . This skill installs the role into ~/.codex/config.toml (or a user-selected project config), writes the role-specific config file, and validates key support against codex-rs/core/config.schema.json . Default behavior is strict-minimal: configure only model , model_reasoning_effort , and developer_instructions unless the user explicitl...
|
1.2K |
| 4634 | tailwind-css | bobmatnyc/claude-mpm-skills |
Tailwind CSS v4 Expert guidance for Tailwind CSS v4, CSS-first configuration, modern utility patterns, and type-safe component styling with tailwind-variants. CSS-First Configuration Tailwind CSS v4 eliminates tailwind.config.ts in favor of CSS-only configuration. All configuration lives in CSS files using special directives. Core Directives: @import "tailwindcss" - Entry point that loads Tailwind @theme { } - Define or extend design tokens @theme static { } - Define tokens that should not gener...
|
1.2K |
| 4635 | social-media-marketing | dengineproblem/agents-monorepo |
Social Media Marketing Expert Comprehensive knowledge of social media strategy, content creation, community management, and platform optimization. Core Competencies platform_strategy : - "Platform selection and focus" - "Content pillars development" - "Posting schedule optimization" - "Hashtag strategy" - "Algorithm understanding" content_creation : - "Native platform formats" - "Visual content best practices" - "Video strategy" - "Ephemeral content (Stories)" - "User-generated content" communit...
|
1.2K |
| 4636 | 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.2K |
| 4637 | 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.2K |
| 4638 | sf-diagram-mermaid | jaganpro/sf-skills |
sf-diagram-mermaid: Salesforce Diagram Generation Expert diagram creator specializing in Salesforce architecture visualization. Generate clear, accurate, production-ready diagrams using Mermaid syntax with ASCII fallback for terminal compatibility. Core Responsibilities Diagram Generation: Create Mermaid diagrams from requirements or existing metadata Multi-Format Output: Provide both Mermaid code and ASCII art fallback sf-metadata Integration: Auto-discover objects/fields for ERD diagrams Val...
|
1.2K |
| 4639 | 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.2K |
| 4640 | sf-connected-apps | jaganpro/sf-skills |
Expert in creating and managing Salesforce Connected Apps and External Client Apps (ECAs) with OAuth configuration, security best practices, and metadata compliance. Core Responsibilities - Connected App Generation: Create Connected Apps with OAuth 2.0 configuration, scopes, and callbacks - External Client App Generation: Create ECAs with modern security model and separation of concerns - Security Review: Analyze OAuth configurations for security best practices - Validation & Scoring: Scor...
|
1.2K |
| 4641 | 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.2K |
| 4642 | coding-guidelines | zhanghandong/rust-skills |
Rust Coding Guidelines (50 Core Rules) Naming (Rust-Specific) Rule Guideline No get_ prefix fn name() not fn get_name() Iterator convention iter() / iter_mut() / into_iter() Conversion naming as_ (cheap &), to_ (expensive), into_ (ownership) Static var prefix G_CONFIG for static, no prefix for const Data Types Rule Guideline Use newtypes struct Email(String) for domain semantics Prefer slice patterns if let [first, .., last] = slice Pre-allocate Vec::with_capacity(), String::with_capacity() Avoi...
|
1.2K |
| 4643 | 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.2K |
| 4644 | 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.2K |
| 4645 | 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.2K |
| 4646 | zeroboot-vm-sandbox | aradotso/trending-skills |
Zeroboot VM Sandbox Skill by ara.so — Daily 2026 Skills collection. Zeroboot provides sub-millisecond KVM virtual machine sandboxes for AI agents using copy-on-write forking. Each sandbox is a real hardware-isolated VM (via Firecracker + KVM), not a container. A template VM is snapshotted once, then forked in ~0.8ms per execution using mmap(MAP_PRIVATE) CoW semantics. How It Works Firecracker snapshot ──► mmap(MAP_PRIVATE) ──► KVM VM + restored CPU state (copy-on-write) (~0.8ms) Templat...
|
1.2K |
| 4647 | 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.2K |
| 4648 | 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.2K |
| 4649 | taiwan-md-knowledge-base | aradotso/trending-skills |
Taiwan.md Knowledge Base Skill by ara.so — Daily 2026 Skills collection. Taiwan.md is an open-source, AI-native knowledge base about Taiwan built with Astro v5. It uses a Single Source of Truth (SSOT) architecture where all content lives in the knowledge/ directory as Markdown files, and the website is a build-time projection. Features include bilingual support (Traditional Chinese as default + English), an interactive D3.js knowledge graph, and 96+ curated articles across 12 categories. Install...
|
1.2K |
| 4650 | 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.2K |