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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,660
总 Skills
168.0M
总安装量
2,751
贡献者
# Skill 仓库 描述 安装量
10951 fx-carry-trade anthropics/financial-services-plugins
FX Carry Trade Analysis You are an expert FX strategist specializing in carry trade analysis. Combine spot rates, forward curves, volatility surfaces, and historical data from MCP tools to evaluate carry trade opportunities. Focus on routing tool outputs into carry-to-vol assessments — let the tools provide pricing data, you compute risk-adjusted metrics and recommend. Core Principles A carry trade earns the interest rate differential but bears FX spot risk. The carry-to-vol ratio (annualized ca...
933
10952 investigating-agentforce-architecture forcedotcom/sf-skills
investigating-agentforce-architecture — declared architecture snapshot Design-time metadata tree for one Agentforce agent: planner → topics → actions → flows → Apex → prompts → NGA plugins. Reads declared metadata only — BotDefinition , GenAiPlanner* , GenAiPlugin* , GenAiFunction* , Flow , ApexClass , GenAiPromptTemplate . Does not read runtime audit rows. Runtime budget: 30–45s typical, ≤60s hard cap on reference fixtures. Sequential baseline would be 90–220s; parallel Tooling SOQL fan-out del...
933
10953 auth-nodejs-cloudbase tencentcloudbase/skills
When to use this skill Use this skill whenever the task involves server-side authentication or identity in a CloudBase project, and the code is running in Node.js , for example: CloudBase 云函数 (Node runtime) that needs to know who is calling Node services that use CloudBase Node SDK to look up user information Backends that issue custom login tickets for Web / mobile clients Admin or ops tools that need to inspect CloudBase end-user profiles Do NOT use this skill for: Frontend Web login / sign-up...
933
10954 opensrc vercel-labs/opensrc
Source Code Fetching with opensrc Fetches dependency source code so agents can read implementations, not just types. Clones repositories at the correct version tag and caches them globally at ~/.opensrc/ . Core Pattern rg "parse" $( opensrc path zod ) cat $( opensrc path zod ) /src/types.ts find $( opensrc path zod ) -name "*.test.ts" opensrc path <pkg> prints the absolute path to cached source. If not cached, it fetches automatically. Progress goes to stderr, path to stdout, so $(opensrc path ....
933
10955 paper-analyzer zsyggg/paper-craft-skills
或者直接传入 token: ``` python scripts/mineru_api.py paper.pdf ./output YOUR_TOKEN ``` 输出结果: - `output_dir/*.md` - Markdown 文件(含公式、表格) - `output_dir/images/` - 高质量提取的图片 第二步:提取论文信息 ``` python scripts/extract_paper_info.py <output_dir>/*.md paper_info.json ``` 第三步:风格选择(询问用户) 在生成文章前,必须询问用户以下选项: 1. 写作风格(必选) | storytelling(故事型) | 从直觉出发,用比喻和例子,像讲故事 | 公众号、技术博客、科普 | academic(学术型) | 专业术语,严谨表述,保留原文概念 | 学术报告、论文综述、研究组分享 | concise(精炼型) | 直击核心,表格列表,信息密度高 | 快速了解、论文速览、技术调研 2. 公式选项(可选) | w...
933
10956 v4-security-foundations uniswap/uniswap-ai
v4 Hook Security Foundations Security-first guide for building Uniswap v4 hooks. Hook vulnerabilities can drain user funds—understand these concepts before writing any hook code. Threat Model Before writing code, understand the v4 security context: Threat Area Description Mitigation Caller Verification Only PoolManager should invoke hook functions Verify msg.sender == address(poolManager) Sender Identity msg.sender always equals PoolManager, never the end user Use sender parameter for user ident...
933
10957 frontend-design davila7/claude-code-templates
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 :...
933
10958 huashu-douyin-script alchaincyf/huashu-skills
抖音爆款脚本创作 从竞品视频拆解到脚本生成的完整工作流。将「凭感觉模仿爆款」变成「AI系统拆解+结构化复制」。 环境要求 uv (Python包管理器) yt-dlp (抖音视频下载,需 pip install yt-dlp 或 brew install yt-dlp ) GEMINI_API_KEY 环境变量(用于Gemini视频分析,从 https://aistudio.google.com/apikey 获取) Chrome浏览器已登录抖音(用于提取下载Cookie) 路径约定 :下文中 SKILL_DIR 指本SKILL.md所在目录的绝对路径。运行脚本前,先用 dirname 或 Glob 工具确定SKILL.md的实际位置,替换 SKILL_DIR 。 6步工作流 Step 1: 收集输入 向用户收集以下信息: 必填 : 抖音视频链接(1-5个对标/竞品视频) 产品信息(名称、核心卖点、目标人群、价格) 脚本类型:种草视频 or 千川投放素材 选填 : 产品图片(用于脚本中的视觉参考) 目标时长(种草默认30秒,千川默认15秒) 品牌调性要求 投放目标(直播间引流/商品详情...
933
10959 weclaw-wechat-ai-bridge aradotso/trending-skills
WeClaw — WeChat AI Agent Bridge Skill by ara.so — Daily 2026 Skills collection. WeClaw connects WeChat to AI agents (Claude, Codex, Gemini, Kimi, OpenClaw, etc.) via a Go-based bridge. It handles QR-code login, message routing, media conversion, and agent lifecycle. Supports three agent modes: ACP (JSON-RPC subprocess, fastest), CLI (new process per message), and HTTP (OpenAI-compatible REST). Installation One-line installer curl -sSL https://raw.githubusercontent.com/fastclaw-ai/weclaw/main/in...
932
10960 database-architect sickn33/antigravity-awesome-skills
You are a database architect specializing in designing scalable, performant, and maintainable data layers from the ground up. Use this skill when Selecting database technologies or storage patterns Designing schemas, partitions, or replication strategies Planning migrations or re-architecting data layers Do not use this skill when You only need query tuning You need application-level feature design only You cannot modify the data model or infrastructure Instructions Capture data domain, access p...
932
10961 agent-tool-builder sickn33/antigravity-awesome-skills
Agent Tool Builder Tools are how AI agents interact with the world. A well-designed tool is the difference between an agent that works and one that hallucinates, fails silently, or costs 10x more tokens than necessary. This skill covers tool design from schema to error handling. JSON Schema best practices, description writing that actually helps the LLM, validation, and the emerging MCP standard that's becoming the lingua franca for AI tools. Key insight: Tool descriptions are more important tha...
932
10962 muapi-photo-pack-generator samuraigpt/generative-media-skills
📸 Photo Pack Generator Expert Skill (Identity-Lock Edition) Transform a single reference photo into a collection of themed images while maintaining extremely high facial identity fidelity . This skill prioritizes identity preservation first , then applies stylistic transformations like LinkedIn portraits, dating photos, cinematic shots, or fantasy styles. The system uses Identity Lock Prompting instead of describing the person, preventing the model from generating a new face. Core Principles 1️⃣...
932
10963 file-test-bug microsoft/azure-skills
File Test Bug Creates a GitHub issue in microsoft/github-copilot-for-azure for integration test failures. Input Skill name (required): e.g., azure-rbac , appinsights-instrumentation Test run (optional): Timestamp of test run. Defaults to most recent with logs for the skill. Steps Ask user for skill name if not provided Parse tests/reports/junit.xml for failures matching the skill Find test run directory (specified or most recent with matching logs) Read agent-metadata.md from tests/reports/test-...
931
10964 sf-industry-commoncore-callable-apex jaganpro/sf-skills
sf-industry-commoncore-callable-apex: Callable Apex for Salesforce Industries Common Core Specialist for Salesforce Industries Common Core callable Apex implementations. Produce secure, deterministic, and configurable Apex that cleanly integrates with OmniStudio and Industries extension points. Core Responsibilities Callable Generation : Build System.Callable classes with safe action dispatch Callable Review : Audit existing callable implementations for correctness and risks Validation & Scoring...
931
10965 tracing-downstream-lineage astronomer/agents
Downstream Lineage: Impacts Answer the critical question: "What breaks if I change this?" Use this BEFORE making changes to understand the blast radius. Impact Analysis Step 1: Identify Direct Consumers Find everything that reads from this target: For Tables: Search DAG source code: Look for DAGs that SELECT from this table Use list_dags to get all DAGs Use get_dag_source to search for table references Look for: FROM target_table, JOIN target_table Check for dependent views: -- Snowflak...
931
10966 seo-audit seo-skills/seo-audit-skill
SEO Audit You are an expert in search engine optimization. Your goal is to identify SEO issues and provide actionable recommendations to improve organic search performance. Initial Assessment Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Before auditing, understand: Site ...
931
10967 capacitor-performance cap-go/capgo-skills
Performance Optimization for Capacitor Make your Capacitor apps fast and responsive. When to Use This Skill User has slow app User wants to optimize User has memory issues User needs profiling User has janky animations Quick Wins 1. Lazy Load Plugins // BAD - All plugins loaded at startup import { Camera } from '@capacitor/camera' ; import { Filesystem } from '@capacitor/filesystem' ; import { Geolocation } from '@capacitor/geolocation' ; // GOOD - Load when needed async function takePhoto ( ) {...
931
10968 red-team-tactics sickn33/agentic-awesome-skills
⚠️ AUTHORIZED USE ONLY This skill is for educational purposes or authorized security assessments only. You must have explicit, written permission from the system owner before using this tool. Misuse of this tool is illegal and strictly prohibited. Mandatory confirmation gate Before running any command that probes, exploits, changes, persists on, extracts data from, or attempts credential access against a target: Ask the user to state the exact target URL, IP, account, or resource. Ask the user t...
930
10969 cta-generator kostja94/marketing-skills
Components: Call-to-Action (CTA) Guides CTA button design for conversion. A well-designed CTA can increase conversion by 25–10%. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessment Check for product marketing context first: If .claude/product-marketing-context.md or .cursor/product-marketing-context.md exist...
930
10970 product-launch kostja94/marketing-skills
Strategies: Product Launch Guides product launch execution—channels, timeline, checklist, and cross-functional coordination. Use this skill when planning the launch of a new product or major feature. For GTM strategy (PLG/SLG/MLG, 90-day framework, ICP, new market entry, repositioning), see gtm-strategy . For cold start (first users, no product yet), see cold-start-strategy . When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then pro...
930
10971 plaid-fintech sickn33/antigravity-awesome-skills
Plaid Fintech Expert patterns for Plaid API integration including Link token flows, transactions sync, identity verification, Auth for ACH, balance checks, webhook handling, and fintech compliance best practices. Patterns Link Token Creation and Exchange Create a link_token for Plaid Link, exchange public_token for access_token. Link tokens are short-lived, one-time use. Access tokens don't expire but may need updating when users change passwords. // server.ts - Link token creation endpoint impo...
929
10972 elasticsearch-best-practices mindrally/skills
Elasticsearch Best Practices Core Principles Design indices and mappings based on query patterns Optimize for search performance with proper analysis and indexing Use appropriate shard sizing and cluster configuration Implement proper security and access control Monitor cluster health and optimize queries Index Design Mapping Best Practices Define explicit mappings instead of relying on dynamic mapping Use appropriate data types for each field Disable indexing for fields you do not search on Use...
929
10973 api-design-principles sickn33/antigravity-awesome-skills
API Design Principles Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers and stand the test of time. When to Use This Skill Designing new REST or GraphQL APIs Refactoring existing APIs for better usability Establishing API design standards for your team Reviewing API specifications before implementation Migrating between API paradigms (REST to GraphQL, etc.) Creating developer-friendly API documentation Optimizing APIs for ...
928
10974 requesting-code-review jnmetacode/superpowers-zh
Requesting Code Review Dispatch superpowers:code-reviewer subagent to catch issues before they cascade. The reviewer gets precisely crafted context for evaluation — never your session's history. This keeps the reviewer focused on the work product, not your thought process, and preserves your own context for continued work. Core principle: Review early, review often. When to Request Review Mandatory: After each task in subagent-driven development After completing major feature Before merge to mai...
928
10975 strategy-document jezweb/claude-skills
Strategy Document Writer Produces strategic documents that are specific enough to act on. The quality bar: every statement should be falsifiable ("We have 3 React developers with 10+ years experience" vs "We have a strong team") and every recommendation should be implementable within a defined timeframe. Process Step 1: Determine the mode Ask the user which document type they need: SWOT analysis — assess current position Business plan (lean or full) — articulate the business model OKRs / Goals —...
928
10976 forge-idiomatic-engineer isala404/forge
Forge Idiomatic Engineer Work like a pragmatic maintainer: read the repo in front of you, make the smallest change that solves the user's stated problem, prove it with nearby tests, and stop cleanly when the environment blocks further progress. Default assumptions unless the repo says otherwise: Rust 2024 workspace, forgex imported as forge , PostgreSQL, generated frontend bindings, and a frontend target of either SvelteKit or Dioxus. Operating style Prefer direct evidence from this repo over ge...
927
10977 awesome-free-llm-apis aradotso/trending-skills
Awesome Free LLM APIs Skill by ara.so — Daily 2026 Skills collection. A curated list of LLM providers offering permanent free tiers for text inference — no trial credits, no expiry. All endpoints listed are OpenAI SDK-compatible unless noted. Provider Overview Provider APIs (trained/fine-tuned by the company) Provider Notable Models Rate Limits Region Cohere Command A, Command R+, Aya Expanse 32B 20 RPM, 1K req/mo 🇺🇸 Google Gemini Gemini 2.5 Pro, Flash, Flash-Lite 5–15 RPM, 100–1K RPD 🇺🇸 (not EU...
927
10978 harvard-artifacts-data-engineering-streamlit aradotso/data-skills
Harvard Artifacts Collection Data Engineering & Analytics Skill by ara.so — Data Skills collection. This project provides an end-to-end data engineering and analytics application for the Harvard Art Museums API. It demonstrates real-world ETL pipelines, SQL database design, analytical queries, and interactive Streamlit visualizations for museum artifact data. What This Project Does Data Collection : Fetches artifact data from Harvard Art Museums API with pagination and rate limiting ETL Pipeline...
927
10979 recharts ansanabria/skills
Recharts React charting library built on top of D3 for composable, declarative data visualization. Quick Start 1. Install Recharts npm install recharts 2. Basic Chart Structure All Recharts charts follow the same pattern: import { LineChart , Line , XAxis , YAxis , CartesianGrid , Tooltip , Legend , ResponsiveContainer } from 'recharts' ; Show more Installs 954 Repository andy-spike/skills GitHub Stars 1 First Seen Feb 17, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
927
10980 qdrant-vector-search davila7/claude-code-templates
Qdrant - Vector Similarity Search Engine High-performance vector database written in Rust for production RAG and semantic search. When to use Qdrant Use Qdrant when: Building production RAG systems requiring low latency Need hybrid search (vectors + metadata filtering) Require horizontal scaling with sharding/replication Want on-premise deployment with full data control Need multi-vector storage per record (dense + sparse) Building real-time recommendation systems Key features: Rust-powere...
927
10981 django-celery-expert vintasoftware/django-ai-plugins
Django Celery Expert Overview This skill provides expert guidance for Django applications using Celery for asynchronous task processing. It covers task design patterns, worker configuration, error handling, monitoring, and production deployment strategies. Key Capabilities: Task design and implementation patterns Worker configuration and scaling Error handling and retry strategies Periodic/scheduled task management Monitoring and observability Production deployment best practices When to Use ...
927
10982 financial-deep-research eng0ai/eng0-template-skills
Financial Deep Research Core System Instructions Purpose: Deliver citation-backed, verified financial research reports through 8-phase pipeline (Scope > Plan > Retrieve > Triangulate > Synthesize > Critique > Refine > Package) with financial source credibility scoring, regulatory compliance tracking, and progressive context management. Financial Focus: This skill specializes in: Market analysis and investment research Due diligence and competitive benchmarking Regulatory compliance and risk asse...
926
10983 voice-ai-development sickn33/antigravity-awesome-skills
Voice AI Development Expert in building voice AI applications - from real-time voice agents to voice-enabled apps. Covers OpenAI Realtime API, Vapi for voice agents, Deepgram for transcription, ElevenLabs for synthesis, LiveKit for real-time infrastructure, and WebRTC fundamentals. Knows how to build low-latency, production-ready voice experiences. Role : Voice AI Architect You are an expert in building real-time voice applications. You think in terms of latency budgets, audio quality, and user ...
926
10984 architecture-patterns sickn33/agentic-awesome-skills
Architecture Patterns Master proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design to build maintainable, testable, and scalable systems. When to Use This Skill Designing new backend systems from scratch Refactoring monolithic applications for better maintainability Establishing architecture standards for your team Migrating from tightly coupled to loosely coupled architectures Implementing domain-driven design principles Creating t...
926
10985 us-business-english jezweb/claude-skills
US Business English Professional and direct. Confident without being pushy. Friendly without being sloppy. Write like a competent American professional who gets things done -- not like a Silicon Valley bro, not like a Wall Street memo, and not like a corporate buzzword machine. Spelling (EN-US) Pattern American Not -or color, favor, honor, behavior colour, favour -ize organize, realize, specialize, recognize organise, realise -er center, fiber, meter, theater centre, fibre -ense license (noun an...
926
10986 faq-page-generator kostja94/marketing-skills
Pages: FAQ Guides FAQ page content, structure, and optimization for SEO and conversion. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessment Check for product marketing context first: If .claude/product-marketing-context.md or .cursor/product-marketing-context.md exists, read it for objections, product detail...
926
10987 dce-edge vercel/next.js
DCE + Edge Use this skill when changing conditional require() paths, Node-only imports, or edge/runtime branching. DCE-Safe require() Pattern Webpack only DCEs a require() when it sits inside the dead branch of an if/else whose condition DefinePlugin can evaluate at compile time. // CORRECT - webpack can eliminate the dead branch if ( process . env . __NEXT_USE_NODE_STREAMS ) { require ( 'node:stream' ) } else { // web path } What does NOT work: Early-return/throw guards : webpack doesn't do con...
925
10988 relational-database-mcp-cloudbase tencentcloudbase/skills
When to use this skill Use this skill when an agent needs to operate on CloudBase Relational Database via MCP tools , for example: Inspecting or querying data in tables Modifying data or schema (INSERT/UPDATE/DELETE/DDL) Reading or changing table security rules Do NOT use this skill for: Building Web or Node.js applications that talk to CloudBase Relational Database (use the Web/Node Relational Database skills) Auth flows or user identity (use the Auth skills) How to use this skill (for a coding...
925
10989 debug issue tirth8205/code-review-graph
Debug Issue Use the knowledge graph to systematically trace and debug issues. Steps Use semantic_search_nodes to find code related to the issue. Use query_graph with callers_of and callees_of to trace call chains. Use get_flow to see full execution paths through suspected areas. Run detect_changes to check if recent changes caused the issue. Use get_impact_radius on suspected files to see what else is affected. Tips Check both callers and callees to understand the full context. Look at affected ...
925
10990 backlink-analysis kostja94/marketing-skills
SEO Off-Page: Backlink Analysis Guides backlink profile analysis: assessing quality, identifying issues, and planning improvements. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Scope (Off-Page SEO) Backlink audit : Analyze profile; toxic links; competitive analysis Authority Score : Monitor domain/page authority; referr...
925
10991 datapack-builder anthropics/financial-services-plugins
Financial Data Pack Builder Build professional, standardized financial data packs for private equity, investment banking, and asset management. Transform financial data from CIMs, offering memorandums, SEC filings, web search, or MCP server access into polished Excel workbooks ready for investment committee review. Important: Use the xlsx skill for all Excel file creation and manipulation throughout this workflow. CRITICAL SUCCESS FACTORS Every data pack must achieve these standards. Failure on ...
924
10992 visual-style heygen-com/skills
Visual Style Create, extract, and apply portable visual design systems. A visual-style.md file defines colors, typography, layout, motion, and mood in one file that any AI tool can consume. Quick Reference Mode Trigger What it does Create "Create a visual-style.md for..." Build a style from scratch via guided prompts Extract "Extract a visual-style.md from [URL/image/video]" Analyze a source and generate a style file Apply "Apply this visual-style.md to [tool]" Use a style with a specific connec...
924
10993 using-git-worktrees jnmetacode/superpowers-zh
Using Git Worktrees Overview Git worktrees create isolated workspaces sharing the same repository, allowing work on multiple branches simultaneously without switching. Core principle: Systematic directory selection + safety verification = reliable isolation. Announce at start: "I'm using the using-git-worktrees skill to set up an isolated workspace." Directory Selection Process Follow this priority order: 1. Check Existing Directories Check in priority order ls -d .worktrees 2 > /dev/null Pref...
924
10994 eeat-signals kostja94/marketing-skills
SEO Content: E-E-A-T Signals Guides E-E-A-T (Experience, Expertise, Authoritativeness, Trustworthiness) implementation for SEO. E-E-A-T helps search engines and users assess content quality; YMYL topics (health, finance, legal) require higher E-E-A-T. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. What Is E-E-A-T Element ...
924
10995 finishing-a-development-branch jnmetacode/superpowers-zh
Finishing a Development Branch Overview Guide completion of development work by presenting clear options and handling chosen workflow. Core principle: Verify tests → Present options → Execute choice → Clean up. Announce at start: "I'm using the finishing-a-development-branch skill to complete this work." The Process Step 1: Verify Tests Before presenting options, verify tests pass: Run project's test suite npm test / cargo test / pytest / go test ./ .. . If tests fail: Tests failing (<N> failur...
923
10996 axiom-testing charleswiltgen/axiom
Testing You MUST use this skill for ANY testing-related question, including writing tests, debugging test failures, making tests faster, or choosing between testing approaches. Not on Claude Code? Where this router says "Launch some-auditor agent", read that auditor's file in this suite and follow it inline — the same procedure, needing only file search and read. Available here: skills/test-failure-analyzer.md , skills/testing-auditor.md . Agents that need Bash — builds, tests, simulators, crash...
923
10997 matplotlib-best-practices mindrally/skills
Matplotlib Best Practices Expert guidelines for Matplotlib development, focusing on data visualization, plotting, and creating publication-quality figures. Code Style and Structure Write concise, technical Python code with accurate Matplotlib examples Create informative and visually appealing plots with proper labels, titles, and legends Use the object-oriented API for complex figures, pyplot for quick plots Follow PEP 8 style guidelines Consider color-blindness accessibility in all visualizat...
922
10998 customize anthropics/defending-code-reference-harness
Customize the vuln-pipeline This pipeline ships as an opinionated C/C++ + AddressSanitizer demo. Its real shape is more general: an agent crafts an input, runs a target in a sandbox, a detector fires, a second agent verifies, a third agent analyzes exploitability. Every noun in that sentence can be swapped. Your job is to interview the user, figure out which nouns they want to swap, and rewrite the relevant files. The existing C/C++ code is the worked example. You don't need a playbook for each ...
922
10999 quickstart anthropics/defending-code-reference-harness
/quickstart Two modes, picked by whether $ARGUMENTS is empty. Empty → Intro mode. Short orientation, then offer the guided first run. Non-empty → Help mode. Treat $ARGUMENTS as the operator's question. Intro mode Keep it short and a little warm; this is the first thing a new operator sees. Say roughly: Show more Installs 868 Repository anthropics/defe…-harness GitHub Stars 6.9K First Seen Jun 4, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
922
11000 daytona daytona/skills
What is Daytona Daytona provides full composable computers — sandboxes — for AI agents. Each sandbox is an isolated runtime environment with its own kernel, filesystem, network stack, and dedicated vCPU, RAM, and disk. Agents can install packages, run servers, compile code, and manage processes inside sandboxes. Sandboxes are built from OCI-compliant images or snapshots. Any language or tool that runs on Linux works. Scope: This skill covers Daytona Cloud ( app.daytona.io ). For self-hosted Dayt...
922