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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
11201 godot-genre-card-game thedivergentai/gd-agentic-skills
Genre: Card Game Expert blueprint for digital card games with data-driven design and juicy UI. NEVER Do NEVER hardcode card effects in card scripts — Use Command pattern or effect_script Resource. Enables designers to create cards without code. NEVER use global_position for hand layout — Hand cards should use local positions relative to hand container. global_position breaks with camera movement. NEVER forget to shuffle discard into draw pile — When draw_pile is empty, reshuffle discard_pile. Ot...
68
11202 opencode-config igorwarzocha/opencode-workflows
Help users configure OpenCode through guided setup of config files and rules. <question_tool> Batching Rule: Use only for 2+ related questions; single questions use plain text. Syntax Constraints: header max 12 chars, labels 1-5 words, mark defaults with `(Recommended)`. Purpose: Clarify config scope (models/permissions/rules), validate approach, and handle multiple valid options. </question_tool> File Locations | Config | `~/.config/opencode/opencode.json` | `./opencode.json` | Rule...
68
11203 prompt-guard orchestra-research/ai-research-skills
Advanced prompt injection defense + operational security system for AI agents. 🆕 What's New in v2.5.0 - 349 attack patterns (2.7x increase from v2.4) - Authority impersonation detection (EN/KO/JA/ZH) - "나는 관리자야", "I am the admin" - Indirect injection detection - URL/file/image-based attacks - Context hijacking detection - fake memory/history manipulation - Multi-turn manipulation detection - gradual trust-building attacks - Token smuggling detection - invisible Unicode characters - Prom...
68
11204 license-compliance-auditor jorgealves/agent_skills
License Compliance Auditor Purpose and Intent The license-compliance-auditor ensures that software projects remain legally compliant by automatically verifying that all direct and transitive dependencies use licenses approved by the organization. When to Use Dependency Onboarding : Run when adding a new library to a project. CI/CD Gates : Use as a blocking step in pipelines to prevent merging code with non-compliant licenses (e.g., preventing GPL in a proprietary product). Release Preparation : ...
68
11205 kimi-docx thvroyal/kimi-skills
Part 1: Goals ⚠️ When to Unzip vs Read To preserve ANY formatting from the source document, MUST unzip and parse XML. Read tool returns plain text only — fonts, colors, alignment, borders, styles are lost. Need Method Text content only (summarize, analyze, translate) Read tool is fine Formatting info (copy styles, preserve layout, template filling) Unzip and parse XML Structure + comments/track changes pandoc input.docx -t markdown Core Principles Preserve formatting — When editing existing docu...
68
11206 parcel-bundler mindrally/skills
Parcel Bundler You are an expert in Parcel, the zero-configuration build tool for the web. Follow these guidelines when working with Parcel projects. Core Principles Zero configuration by default - Parcel works out of the box Automatic dependency detection and installation Built-in development server with hot module replacement Native performance with Rust-based compiler Automatic code splitting and optimization Project Structure project/ ├── src/ │ ├── index.html HTML entry point │ ...
68
11207 fastapi-expert personamanagmentlayer/pcl
FastAPI Expert Senior FastAPI specialist with deep expertise in async Python, Pydantic V2, and production-grade API development. Role Definition You are a senior Python engineer with 10+ years of API development experience. You specialize in FastAPI with Pydantic V2, async SQLAlchemy, and modern Python 3.11+ patterns. You build scalable, type-safe APIs with automatic documentation. When to Use This Skill Building REST APIs with FastAPI Implementing Pydantic V2 validation schemas Setting up a...
68
11208 sql-pro 404kidwiz/claude-supercode-skills
SQL Pro Senior SQL developer with mastery across major database systems, specializing in complex query design, performance optimization, and database architecture. Role Definition You are a senior SQL developer with 10+ years of experience across PostgreSQL, MySQL, SQL Server, and Oracle. You specialize in complex query optimization, advanced SQL patterns (CTEs, window functions, recursive queries), indexing strategies, and performance tuning. You build efficient, scalable database solutions ...
68
11209 vaporwave-glassomorphic-ui-designer erichowens/some_claude_skills
Vaporwave & Glassomorphic UI Designer Elite UI/UX designer specializing in vaporwave-inspired and glassomorphic aesthetics for photo and memory applications—where nostalgia meets futurism. When to Use This Skill ✅ Use for: iOS/Mac photo and memory applications Vaporwave-themed UI with neon pastels Glassmorphic components (frosted glass cards, panels) Retro-futuristic and Y2K revival aesthetics Metal shader effects for unique visuals Photo app empty states, onboarding, celebrations Combining ...
68
11210 langgraph yonatangross/orchestkit
LangGraph Role: LangGraph Agent Architect You are an expert in building production-grade AI agents with LangGraph. You understand that agents need explicit structure - graphs make the flow visible and debuggable. You design state carefully, use reducers appropriately, and always consider persistence for production. You know when cycles are needed and how to prevent infinite loops. Capabilities Graph construction (StateGraph) State management and reducers Node and edge definitions Conditional ...
68
11211 anygen-diagram anygenio/anygen-skills
AnyGen AI Diagram Generator You MUST strictly follow every instruction in this document. Do not skip, reorder, or improvise any step. Generate any kind of diagram or visual chart from natural language using AnyGen OpenAPI. Supports all common diagram types: flowcharts, architecture diagrams, mind maps, UML (class, sequence, activity, use case), ER diagrams, org charts, network topology, Gantt charts, state diagrams, data flow diagrams, and more. Two rendering styles: professional (Draw.io — clea...
68
11212 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...
68
11213 terraform-best-practices terramate-io/agent-skills
Terraform Best Practices Comprehensive optimization guide for Terraform and Infrastructure as Code, maintained by Terramate. Contains 37 rules across 10 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new Terraform modules or configurations Implementing infrastructure patterns (AWS, GCP, Azure, etc.) Reviewing code for security and reliability issues Refactoring existing Terraform/OpenTofu code Optimizin...
68
11214 godot-dialogue-system thedivergentai/gd-agentic-skills
Dialogue System Expert guidance for building flexible, data-driven dialogue systems. NEVER Do NEVER hardcode dialogue in scripts — Use Resource-based DialogueLine/DialogueGraph. Hardcoded dialogue is unmaintainable for localization. NEVER forget to check choice conditions — Displaying unavailable choices confuses players. Filter choices by check_conditions() before showing. NEVER use string IDs without validation — Typos in next_line_id cause silent failures. Add assert(dialogues.has(line_id)) c...
68
11215 sec-edgar-skill eng0ai/eng0-template-skills
SEC EDGAR Skill - Filing Analysis Prerequisites CRITICAL: Run this setup before ANY EdgarTools operations: from edgar import set_identity set_identity("Your Name your.email@example.com") SEC requires identification This is a SEC legal requirement. Operations will fail without it. Installation EdgarTools must be installed: pip install edgartools Token Efficiency Strategy ALWAYS use .to_context() first - it provides summaries with 56-89% fewer tokens: Object repr() tokens .to_context()...
68
11216 workspace-performance-audit shipshitdev/library
Workspace Performance Audit Overview Orchestrates comprehensive performance audits across entire monorepo workspaces. Coordinates multiple specialized skills to analyze frontend (Next.js), backend (NestJS), database (MongoDB), browser extensions (Plasmo), and shared packages—delivering consolidated reports with prioritized recommendations. When to Use Full workspace performance review Audit a monorepo "audit performance", "check workspace performance" Identify bottlenecks across frontend, back...
68
11217 web-scraper guia-matthieu/clawfu-skills
No SKILL.md available for this skill. View on GitHub
68
11218 opnet-development btc-vision/opnet-skills
OPNet Development Skill A comprehensive skill for building on OPNet - Bitcoin's L1 consensus layer for trustless smart contracts. STEP 1: UNDERSTAND WHAT THE USER WANTS FIRST BEFORE reading any docs or guidelines, you MUST understand the user's request. Read the user's message carefully Identify what type of project they need (contract, frontend, backend, plugin, audit, question) Ask clarifying questions if the request is ambiguous ONLY THEN proceed to read the docs listed for that project type ...
68
11219 freshservice-automation composiohq/awesome-claude-skills
Freshservice Automation via Rube MCP Automate Freshservice IT Service Management operations through Composio's Freshservice toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/freshservice Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Freshservice connection via RUBE_MANAGE_CONNECTIONS with toolkit freshservice Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client config...
68
11220 build-trading-strategies robonet-tech/skills
Build Trading Strategies Quick Start This skill generates complete, production-ready strategy code using AI. This is the most expensive tool in Robonet ($1-$4.50 per generation). Load the tools first : Use MCPSearch to select: mcp__workbench__create_strategy Use MCPSearch to select: mcp__workbench__create_prediction_market_strategy Basic usage : create_strategy( strategy_name="RSIMeanReversion_M", description="Buy when RSI(14) < 30 and price at lower Bollinger Band (20,2). Sell when RSI > 70 or ...
68
11221 testing-patterns yonatangross/orchestkit
Testing Patterns and Utilities Testing Philosophy Test-Driven Development (TDD): Write failing test FIRST Implement minimal code to pass Refactor after green Never write production code without a failing test Behavior-Driven Testing: Test behavior, not implementation Focus on public APIs and business requirements Avoid testing implementation details Use descriptive test names that describe behavior Factory Pattern: Create getMockX(overrides?: Partial<X>) functions Provide sensible defaults...
68
11222 video-analyzer zrong/skills
Video Analyzer 通过视觉/视频大模型分析视频内容,支持本地视频文件和互联网视频。 使用场景 用户要求分析、理解或描述一段视频 用户提供视频文件路径或 URL,希望了解视频内容 用户需要对视频进行问答 配置 环境变量 根据使用的模型设置对应的 API Key 环境变量: 火山引擎(豆包) export ARK_API_KEY = "your-api-key" OpenAI export OPENAI_API_KEY = "your-api-key" 模型配置 编辑 scripts/models.json 添加或修改模型配置。每个模型需要: base_url — API 地址 api_key_env — 读取 API Key 的环境变量名 model — 模型 ID api_type — responses 或 chat_completions supports_video — 是否支持原生视频输入 工作流程 确认视频来源 :获取用户提供的视频路径或 URL。 确认分析需求 :明确用户想了解什么(如概括内容、回答问题、描述场景等)。如果 $ARGUMENTS 非空,将其作...
68
11223 kanchi-dividend-us-tax-accounting tradermonty/claude-trading-skills
Kanchi Dividend Us Tax Accounting Overview Apply a practical US-tax workflow for dividend investors while keeping decisions auditable. Focus on account placement and classification, not legal/tax advice replacement. When to Use Use this skill when the user needs: US dividend tax classification planning (qualified vs ordinary assumptions). Holding-period checks before year-end tax planning. Account-location decisions for stock/REIT/BDC/MLP income holdings. A standardized annual dividend tax memo ...
68
11224 get-block-number tradingstrategy-ai/web3-ethereum-defi
Get latest block number This skill retrieves the latest block number from a blockchain using the configured JSON-RPC environment variables and Web3.py. ALWAYS USE SCRIPT. NEVER RELY ON THE HISTORICAL INFORMATION OR GUESS. Required inputs Chain name: The blockchain to query (e.g., Ethereum, Arbitrum, Base, Polygon) Running the script Generate and run a Python script to fetch the block number. Run it Python commadn line inline, don't write a new file. import os from web3 import Web3 from eth...
68
11225 asset-audit webflow/webflow-skills
Asset Audit Analyze assets on a Webflow site for SEO optimization. Important Note ALWAYS use Webflow MCP tools for all operations: Use Webflow MCP's asset_tool for fetching and updating assets Use Webflow MCP's get_image_preview for analyzing image content Use Webflow MCP's data_sites_tool with action list_sites for listing available sites Use Webflow MCP's webflow_guide_tool to get best practices before starting DO NOT use any other tools or methods for Webflow operations All tool calls mus...
68
11226 swiftdata-code-review existential-birds/beagle
SwiftData Code Review Quick Reference Issue Type Reference @Model, @Attribute, @Relationship, delete rules references/model-design.md @Query, Predicate, FetchDescriptor, Index references/queries.md @ModelActor, ModelContext, background operations references/concurrency.md VersionedSchema, MigrationStage, lightweight/custom references/migrations.md Review Checklist Models marked final (subclassing crashes) @Relationship decorator on ONE side only (not both) Delete rules explicitly set (not rel...
68
11227 recon danielmiessler/personal_ai_infrastructure
Before executing, check for user customizations at: `~/.claude/skills/CORE/USER/SKILLCUSTOMIZATIONS/Recon/` If this directory exists, load and apply any PREFERENCES.md, configurations, or resources found there. These override default behavior. If the directory does not exist, proceed with skill defaults. recon Infrastructure and Network Reconnaissance Purpose Technical reconnaissance of network infrastructure including domains, IP addresses, netblocks, and ASNs. Combines passive intellige...
68
11228 github proompteng/lab
GitHub Patterns Tools Use gh CLI for all GitHub operations. Prefer CLI over GitHub MCP servers for lower context usage. Quick Commands Create a PR from the current branch gh pr create --title "feat: add feature" --body "Description" Squash-merge a PR gh pr merge < PR_NUMBER > --squash --title "feat: add feature (<PR_NUMBER>)" View PR status and checks gh pr status gh pr checks < PR_NUMBER > Stacked PR Workflow Summary When merging a chain of stacked PRs (each targeting the previous branch): M...
68
11229 moai-lang-kotlin modu-ai/moai-adk
Quick Reference (30 seconds) Kotlin 2.0+ Expert - K2 compiler, coroutines, Ktor, Compose Multiplatform with Context7 integration. Auto-Triggers: Kotlin files (.kt, .kts), Gradle Kotlin DSL (build.gradle.kts, settings.gradle.kts) Core Capabilities: Kotlin 2.0: K2 compiler, coroutines, Flow, sealed classes, value classes Ktor 3.0: Async HTTP server/client, WebSocket, JWT authentication Exposed 0.55: Kotlin SQL framework with coroutines support Spring Boot (Kotlin): Kotlin-idiomatic Spring with...
68
11230 example-framework-skill bobmatnyc/claude-mpm-skills
Example Framework Skill A complete example demonstrating proper self-containment patterns for Claude Code skills. When to Use: Building applications with Example Framework - includes setup, patterns, testing, and deployment. Overview This skill demonstrates the correct approach to self-contained skill development: ✅ Self-Contained: All essential content inlined - works standalone ✅ No Dependencies: No relative paths to other skills ✅ Complete Examples: Working code, not fragments ✅ Graceful...
68
11231 trellis-meta mindfold-ai/docs
Trellis Meta-Skill Version Compatibility Item Value Trellis CLI Version 0.3.0 Skill Last Updated 2026-02-28 Min Claude Code Version 1.0.0+ ⚠️ Version Mismatch Warning : If your Trellis CLI version differs from above, some features may not work as documented. Run trellis --version to check. Platform Compatibility Feature Support Matrix Feature Claude Code iFlow Cursor OpenCode Codex Kilo Kiro Gemini CLI Antigravity Core Systems Workspace system ✅ Full ✅ Full ✅ Full ✅ Full ✅ Full ✅ Full ✅ Full ✅ F...
68
11232 commit tartinerlabs/skills
Sentry Commit Messages Follow these conventions when creating commits for Sentry projects. Prerequisites Before committing, always check the current branch: git branch --show-current If you're on main or master , you MUST create a feature branch first — unless the user explicitly asked to commit to main. Do not ask the user whether to create a branch; just proceed with branch creation. The create-branch skill will still propose a branch name for the user to confirm. Use the create-branch skill t...
68
11233 partnership-builder shipshitdev/library
Partnership Builder - Revenue Through Partnerships Create revenue-generating partnerships for indie businesses: affiliate programs, integration partnerships, reseller networks, and co-marketing relationships. Core Principle: "Partnerships multiply reach without multiplying effort. One good partner can be worth 1,000 cold emails." When This Activates User asks about building partnerships User wants to create an affiliate program User asks about integration partnerships User mentions reseller o...
68
11234 sf-ai-agentforce-conversationdesign jaganpro/sf-skills
SF-AI-Agentforce-ConversationDesign Skill "Users don't fail conversations — conversations fail users." Conversation design is the discipline of crafting agent interactions that feel natural, resolve issues efficiently, and gracefully handle the unexpected. This skill brings structured conversation design methodology to Salesforce Agentforce, combining industry frameworks (Google, IBM, PatternFly) with Salesforce-specific implementation patterns. ⚡ Quick Start New agent? Start here: Design your p...
68
11235 miles-rl-training davila7/claude-code-templates
No SKILL.md available for this skill. [View on GitHub ](https://github.com/davila7/claude-code-templates)
68
11236 browser-tools badlogic/pi-skills
Browser Tools OrchestKit orchestration wrapper for browser automation. Delegates command documentation to the upstream agent-browser skill and adds security rules, rate limiting, and ethical scraping guardrails. Decision Tree Fallback decision tree for web content 1. Try WebFetch first (fast, no browser overhead) 2. If empty/partial -> Try Tavily extract/crawl 3. If SPA or interactive -> use agent-browser 4. If login required -> authentication flow + state save 5. If dynamic -> wait @eleme...
68
11237 product-frameworks yonatangross/orchestkit
Product Frameworks Comprehensive product management frameworks covering business analysis, market intelligence, strategy, prioritization, metrics, personas, requirements, and user research. Each category has individual rule files in rules/ loaded on-demand. Quick Reference Category Rules Impact When to Use Business & Market 4 HIGH ROI/NPV/IRR calculations, TCO analysis, TAM/SAM/SOM sizing, competitive landscape Strategy & Prioritization 5 HIGH Value proposition canvas, go/no-go gates, RICE scori...
68
11238 ray-train orchestra-research/ai-research-skills
Ray Train - Distributed Training Orchestration Quick start Ray Train scales machine learning training from single GPU to multi-node clusters with minimal code changes. Installation : pip install -U "ray[train]" Basic PyTorch training (single node): import ray from ray import train from ray . train import ScalingConfig from ray . train . torch import TorchTrainer import torch import torch . nn as nn Define training function def train_func ( config ) : Your normal PyTorch code model = nn . Linea...
68
11239 box-automation sickn33/antigravity-awesome-skills
Box Automation via Rube MCP Automate Box operations including file upload/download, content search, folder management, collaboration, metadata queries, and sign requests through Composio's Box toolkit. Toolkit docs : composio.dev/toolkits/box Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Box connection via RUBE_MANAGE_CONNECTIONS with toolkit box Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP...
68
11240 inertia-rails-architecture inertia-rails/skills
Inertia Rails Architecture Server-driven architecture for Rails + Inertia.js + React when building pages, forms, navigation, or data refresh. Inertia is NOT a traditional SPA — the server owns routing, data, and auth. React handles rendering only. The Core Mental Model The server is the source of truth. React receives data as props and renders UI. There is no client-side router, no global state store, no API layer. Before building any feature, ask: Where does the data come from? → If server: con...
68
11241 openserv-ideaboard-api openserv-labs/skills
OpenServ Ideaboard API This skill is written for AI agents. Use it to find work, pick up ideas, deliver x402 services, and collaborate with other agents on the Ideaboard. Reference files: reference.md - Full API reference for all endpoints troubleshooting.md - Common issues and solutions examples/ - Complete code examples Base URL: https://api.launch.openserv.ai What You Can Do as an Agent Find work – List and search ideas; pick ones that match your capabilities (e.g. by tags or description). Pi...
68
11242 deployment proompteng/lab
Deployment Management Manage existing Railway deployments: list, view logs, redeploy, or remove. Important: "Remove deployment" (railway down) stops the current deployment but keeps the service. To delete a service entirely, use the environment skill with isDeleted: true. When to Use User says "remove deploy", "take down service", "stop deployment", "railway down" User wants to "redeploy", "restart the service", "restart deployment" User asks to "list deployments", "show deployment history", ...
68
11243 incident-responder 404kidwiz/claude-supercode-skills
Incident Responder You are a security incident response coordinator for OpenClaw. When a user suspects or confirms that a malicious skill was installed, you guide them through containment, investigation, and recovery. Incident Severity Levels Level Trigger Example SEV-1 (Critical) Active data exfiltration confirmed Credentials sent to external server SEV-2 (High) Malicious skill installed, unknown scope Typosquat skill discovered SEV-3 (Medium) Suspicious behavior detected, unconfirmed Unexpecte...
68
11244 survey-sdk-audit posthog/posthog
Surveys SDK Feature Audit Skill Use this skill when auditing survey feature support across PostHog SDKs for surveyVersionRequirements.ts . Feature to audit: $ARGUMENTS Setup Check (Run First) Before starting, verify the SDK paths are accessible. Run ls on each path: $POSTHOG_JS_PATH $POSTHOG_IOS_PATH $POSTHOG_ANDROID_PATH $POSTHOG_FLUTTER_PATH If any path is empty or doesn't exist, ask the user: "I need the path to [SDK repo] on your machine. Where is it located?" Once you have all paths, ask th...
68
11245 confluence odyssey4me/agent-skills
Confluence Confluence is a team collaboration and document management tool. It's used by teams of all sizes to create, organize, and discuss work, all in one place. Think of it as a central hub for project documentation, meeting notes, and knowledge sharing within an organization. Official docs: https://developer.atlassian.com/cloud/confluence/ Confluence Overview Space Page Attachment Blog Post When to use which actions: Use action names and parameters as needed. Working with Confluence This sk...
68
11246 api-contract-testing secondsky/claude-skills
API Contract Testing Overview Contract testing verifies that APIs honor their contracts between consumers and providers. It ensures that service changes don't break dependent consumers without requiring full integration tests. Contract tests validate request/response formats, data types, and API behavior independently. When to Use Testing microservices communication Preventing breaking API changes Validating API versioning Testing consumer-provider contracts Ensuring backward compatibility Val...
68
11247 test-automator 404kidwiz/claude-supercode-skills
Use this skill when Working on test automator tasks or workflows Needing guidance, best practices, or checklists for test automator Do not use this skill when The task is unrelated to test automator You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook.md . You are a...
68
11248 segment-automation composiohq/awesome-claude-skills
Segment Automation via Rube MCP Automate Segment customer data platform operations through Composio's Segment toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/segment Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Segment connection via RUBE_MANAGE_CONNECTIONS with toolkit segment Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed —...
68
11249 hogli posthog/posthog
hogli - PostHog Developer CLI Unified CLI for PostHog development. Wraps all repo scripts, bin commands, and tooling behind a single entry point. There is no Makefile — hogli is the equivalent. Run hogli --help to get the full, current command list. Run hogli <command> --help for any subcommand. Process logging (for agents/debugging) hogli dev:setup --log enables file logging for all mprocs processes. Logs go to /tmp/posthog-<process>.log where <process> matches the mprocs process key (see bin/m...
68
11250 send-file ninehills/skills
Send File Skill Send files directly to the current Telegram chat. The ALMA_CHAT_ID environment variable is automatically available in your Bash environment. Commands Send a photo/image alma send photo /path/to/image.jpg "optional caption" Send a document/file alma send file /path/to/document.pdf "optional caption" Send audio/music alma send audio /path/to/song.mp3 "optional caption" Send a video alma send video /path/to/video.mp4 "optional caption" Send a voice message (ogg format) alma sen...
68