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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,987
总 Skills
176.3M
总安装量
2,763
贡献者
# Skill 仓库 描述 安装量
25151 laravel:form-requests jpcaparas/superpowers-laravel
Promote validation and authorization to dedicated Form Request classes. Keep controllers focused on orchestration and domain intents. Commands ``` Create a request sail artisan make:request UpdateProfileRequest or: php artisan make:request UpdateProfileRequest Use in controller method signature public function update(UpdateProfileRequest $request) { $data = $request->validated(); // ... } ``` Patterns - Define `authorize()` to gate access; prefer Policies for complex chec...
42
25152 azure-resource-manager-cosmosdb-dotnet sickn33/antigravity-awesome-skills
Azure.ResourceManager.CosmosDB (.NET) Management plane SDK for provisioning and managing Azure Cosmos DB resources via Azure Resource Manager. ⚠️ Management vs Data Plane This SDK (Azure.ResourceManager.CosmosDB) : Create accounts, databases, containers, configure throughput, manage RBAC Data Plane SDK (Microsoft.Azure.Cosmos) : CRUD operations on documents, queries, stored procedures execution Installation dotnet add package Azure.ResourceManager.CosmosDB dotnet add package Azure.Identity Curre...
42
25153 azure-cosmos-ts sickn33/antigravity-awesome-skills
@azure/cosmos (TypeScript/JavaScript) Data plane SDK for Azure Cosmos DB NoSQL API operations — CRUD on documents, queries, bulk operations. ⚠️ Data vs Management Plane This SDK (@azure/cosmos) : CRUD operations on documents, queries, stored procedures Management SDK (@azure/arm-cosmosdb) : Create accounts, databases, containers via ARM Installation npm install @azure/cosmos @azure/identity Current Version : 4.9.0 Node.js : >= 20.0.0 Environment Variables COSMOS_ENDPOINT = https:// < account > ....
42
25154 distance-calculator dkyazzentwatwa/chatgpt-skills
Distance Calculator Calculate geographic distances and find nearby locations using various methods. Features Point-to-Point Distance: Haversine, Vincenty, great circle Matrix Distances: All pairs distances Nearest Neighbors: Find closest N points Radius Search: Find all points within distance Batch Processing: Process CSV files Multiple Units: km, miles, meters, nautical miles Quick Start from distance_calc import DistanceCalculator calc = DistanceCalculator() Simple distance dist = calc.di...
42
25155 ceo-skill guo-yu/skills
CEO Skill Your intelligent project management dashboard. Think like a CEO - get a bird's-eye view of all your projects, prioritized by potential value and urgency. Role Setting When this skill is invoked, you adopt the persona of: A successful businessman, marketing master, and serial entrepreneur who has: Built and exited multiple startups Deep understanding of product-market fit Expertise in go-to-market strategies and user acquisition Sharp instincts for identifying viable business oppor...
42
25156 youtube-data zeropointrepo/youtube-skills
YouTube Data YouTube data access via TranscriptAPI.com — lightweight alternative to Google's YouTube Data API. Setup If $TRANSCRIPT_API_KEY is not set, help the user create an account (100 free credits, no card): Step 1 — Register: Ask user for their email. node ./scripts/tapi-auth.js register --email USER_EMAIL → OTP sent to email. Ask user: "Check your email for a 6-digit verification code." Step 2 — Verify: Once user provides the OTP: node ./scripts/tapi-auth.js verify --token TOKEN_FROM_STEP...
42
25157 code-formatter-installer patricio0312rev/skills
Code Formatter & Linter Installer Establish consistent code formatting and linting across your project. Core Workflow Detect stack: Identify language/framework (JS/TS, Python, Go, Rust) Choose tools: Select appropriate formatters and linters Generate configs: Create config files with best-practice rules Add scripts: Include npm/package scripts for format/lint Configure editor: Provide VS Code, IntelliJ, Vim settings Setup pre-commit: Add git hooks for automatic formatting CI integration: Sugge...
42
25158 laravel:api-resources-and-pagination jpcaparas/superpowers-laravel
Represent models via Resources; keep transport concerns out of Eloquent. Commands ``` Resource sail artisan make:resource PostResource or: php artisan make:resource PostResource Controller usage return PostResource::collection( Post::with('author')->latest()->paginate(20) ); Resource class public function toArray($request) { return [ 'id' => $this->id, 'title' => $this->title, 'author' => new UserResource($this->whenLoaded('author')), 'publishe...
42
25159 freeze-static gravito-framework/gravito
Freeze Static Expert You are a performance-obsessed web developer specialized in static architectures. Your goal is to deliver sub-second page loads via edge networks using the Gravito @gravito/freeze ecosystem. 🏢 Strategy & Architecture 1. Build-Time Detection SOP : Use detector.isStaticSite() to toggle between Dynamic (Hydration) and Static (Native) behavior. Rule : Favor native <a> tags for navigation in static builds to eliminate JS overhead. 2. Locale-Aware Routing Rule : Every static site ...
42
25160 router-operations vasilyu1983/ai-agents-public
Router: Operations Routes QA, testing, deployment, observability, git workflow, and documentation questions through operational skills. Routing Workflow Identify the primary user intent (what they want done). Match the intent to an operations domain (testing, debugging, resilience, observability, DevOps, git, docs). Select a primary skill and optionally 1 supporting skill if the task spans domains. If the request is mostly implementation/build work, hand off to router-engineering. If confidenc...
42
25161 experiment simota/agent-skills
Experiment "Every hypothesis deserves a fair trial. Every decision deserves data." Rigorous scientist — designs and analyzes experiments to validate product hypotheses with statistical confidence. Produces actionable, statistically valid insights. Principles Correlation ≠ causation — Only proper experiments prove causality Learn, not win — Null results save you from bad decisions Pre-register before test — Define success criteria upfront to prevent p-hacking Practical significance — A 0.1% lift ...
42
25162 database-replication-setup dengineproblem/agents-monorepo
Database Replication Expert Эксперт по системам репликации баз данных с глубокими знаниями архитектур репликации master-slave, master-master и кластерных решений. Основные принципы репликации Типы репликации Асинхронная : Высокая производительность, возможная потеря данных при сбоях Синхронная : Гарантия консистентности данных, повышенная задержка Полусинхронная : Баланс между производительностью и консистентностью Master-Slave : Масштабирование чтения, резервное копирование Master-Master : Геог...
42
25163 godot-genre-rts thedivergentai/gd-agentic-skills
Genre: Real-Time Strategy (RTS) Expert blueprint for RTS games balancing strategy, micromanagement, and performance. NEVER Do NEVER pathfinding jitter — Units pushing each other endlessly. Enable RVO avoidance (NavigationAgent2D.avoidance_enabled with radius). NEVER excessive micromanagement — Automate mundane tasks (auto-attack nearby enemies, auto-resume gathering after drop-off). NEVER _process on every unit — For 100+ units, use central UnitManager iterator. Saves massive function call overh...
42
25164 excitement-energy dylantarre/animation-principles
Excitement & Energy Animation Create animations that energize, excite, and create dynamic, high-impact experiences. Emotional Goal Excitement builds through dynamic, escalating motion. Energy comes from fast, varied animations that create momentum and keep users engaged. Disney Principles for Excitement Squash & Stretch Dynamic and impactful (20-35%). High-energy compression and extension. Objects feel springy and responsive. Anticipation Quick, building tension (100-150ms). Like a coiled...
42
25165 vibe-matcher erichowens/some_claude_skills
Vibe Matcher A synesthete designer who translates abstract feelings and brand vibes into concrete visual language - the bridge between "I want it to feel edgy" and "Use FF006E with 800-weight Montserrat". Quick Start Minimal example to translate vibe into visual specs: User: "Make my portfolio feel edgy but still professional" Vibe Matcher: 1. Clarify domain: "Professional software engineer portfolio" 2. Confirm audience: "Technical hiring managers and recruiters" 3. Translate "edgy + profe...
42
25166 workos-authkit-base workos/skills
WorkOS AuthKit Integration Step 1: Fetch AuthKit Documentation (BLOCKING) STOP. Do not proceed until complete. WebFetch: https://workos.com/docs/user-management/authkit This page is the source of truth for AuthKit concepts, supported frameworks, and setup requirements. If this skill conflicts with the docs, follow the docs. Step 2: Detect User's Framework Run these commands to identify the project's framework. Check each in order; use the first match. Next.js grep -q '"next"' package.json 2 > /...
42
25167 seo-backlink-strategy ahonn/dotfiles
SEO Backlink Strategy Plan and execute effective backlink acquisition strategies to build domain authority. Why Backlinks Matter Backlinks = Endorsements . Google views links from other sites as votes of confidence. But not all votes are equal: Domain Authority is logarithmic : DA 50 = 10x more powerful than DA 40 Quality > Quantity : One CNN link (DA 90) > 100 low-DA links Link juice distribution : If a page has 100 links, value is split. 2 links = more value each. In the AI Era : LLMs like Cha...
42
25168 lint aaddrick/claude-desktop-debian
Linting and Code Quality Skill This skill helps you efficiently validate and format code using the project's comprehensive linting infrastructure. When to Use This Skill Use this skill when you: Edit a file and want to format it before committing Need to validate code style, types, or security Want to check for spelling errors or documentation issues Need to validate test infrastructure (suitespec, log messages) Want to run comprehensive quality checks before pushing Key Principles Always format...
42
25169 media-expert personamanagmentlayer/pcl
Expert guidance for media production, content management systems, video streaming, broadcasting systems, and modern media technology solutions. Core Concepts Media Production - Video production workflows - Audio production and mixing - Post-production and editing - Visual effects (VFX) - Color grading and correction - Animation and motion graphics - Live production Streaming and Broadcasting - Video streaming platforms - Content Delivery Networks (CDN) - Adaptive bitrate streamin...
42
25170 azure-storage-blob-py sickn33/antigravity-awesome-skills
Azure Blob Storage SDK for Python Client library for Azure Blob Storage — object storage for unstructured data. Installation pip install azure-storage-blob azure-identity Environment Variables AZURE_STORAGE_ACCOUNT_NAME = < your-storage-account > Or use full URL AZURE_STORAGE_ACCOUNT_URL = https:// < account > .blob.core.windows.net Authentication from azure . identity import DefaultAzureCredential from azure . storage . blob import BlobServiceClient credential = DefaultAzureCredential ( ) acco...
42
25171 debug-tools adeonir/agent-skills
Debug Tools Iterative debugging workflow with targeted log injection and cleanup. Workflow investigate --> inject logs --> propose fix --> verify --> cleanup ^_________________________________________| The workflow loops back to investigation if the fix doesn't work. Context Loading Strategy Load only the reference matching the current trigger. Multiple references may be loaded during a full debugging session (investigation often leads to log injection). Triggers Trigger Pattern Reference Debug ...
42
25172 local-knowledge terraphim/terraphim-skills
Local Knowledge Search Use this skill when you need to search the developer's personal notes, documentation, or local knowledge base for context-specific information. Overview Terraphim enables AI coding agents to search local knowledge through role-based haystacks. Different roles have access to different knowledge domains: Role Knowledge Domain Haystacks Terraphim Engineer Architecture, system design Local docs + Knowledge Graph Rust Engineer Rust patterns, async, WASM Local notes + Query.rs A...
42
25173 scalability-playbook patricio0312rev/skills
Scalability Playbook Systematic approach to identifying and resolving scalability bottlenecks. Bottleneck Analysis Current System Profile Traffic: 1,000 req/min Users: 10,000 active Data: 100GB database Response time: p95 = 500ms Identified Bottlenecks 1. Database Queries Symptom: Slow page loads (2-3s) Measurement: Query time p95 = 800ms Impact: HIGH - affects all reads Trigger: When p95 >500ms 2. Single Server Symptom: High CPU (>80%) Measurement: Load average >4 Impact: MEDIUM - intermi...
42
25174 requesting-code-review guanyang/antigravity-skills
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...
42
25175 pentest checklist zebbern/claude-code-guide
Pentest Checklist Purpose Provide a comprehensive checklist for planning, executing, and following up on penetration tests. Ensure thorough preparation, proper scoping, and effective remediation of discovered vulnerabilities. Inputs/Prerequisites Clear business objectives for testing Target environment information Budget and timeline constraints Stakeholder contacts and authorization Legal agreements and scope documents Outputs/Deliverables Defined pentest scope and objectives Prepared testing e...
42
25176 frontend-design duc01226/easyplatform
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 :...
42
25177 problem-diagnosis dylantarre/animation-principles
Think like a doctor examining symptoms. Something feels wrong. Your job is to identify the specific principle being violated and prescribe the cure. Systematic diagnosis beats random fixes. Core Mental Model When animation feels off, ask: What principle is being violated, and how? "It doesn't look right" isn't actionable. The 12 principles are your diagnostic checklist. Every animation problem is a principle problem—find which one, and the solution becomes clear. Diagnostic Framework Sym...
42
25178 competitive-cartographer erichowens/some_claude_skills
Competitive Cartographer A strategic analyst who maps competitive spaces to reveal positioning opportunities, white space, and differentiation strategies. Creates "you are here" maps in crowded markets. Quick Start User: "How do I stand out as a senior frontend engineer?" Cartographer: 1. Define space: "Professional portfolios for senior frontend engineers" 2. Identify players: - Direct: Other senior frontend engineers in similar tech stacks - Adjacent: Full-stack engineers, design engineers - A...
42
25179 pytest gentleman-programming/gentleman-skills
pytest - Professional Python Testing Overview pytest is the industry-standard Python testing framework, offering powerful features like fixtures, parametrization, markers, plugins, and seamless integration with FastAPI, Django, and Flask. It provides a simple, scalable approach to testing from unit tests to complex integration scenarios. Key Features: Fixture system for dependency injection Parametrization for data-driven tests Rich assertion introspection (no need for self.assertEqual) Plugi...
42
25180 quant-analyst rmyndharis/antigravity-skills
Quantitative Analyst Purpose Provides expertise in quantitative finance, algorithmic trading strategies, and financial data analysis. Specializes in statistical modeling, risk analytics, and building data-driven trading systems using Python scientific computing stack. When to Use Building algorithmic trading strategies or backtesting frameworks Performing statistical analysis on financial time series data Implementing risk models (VaR, CVaR, Greeks calculations) Creating portfolio optimization...
42
25181 seo-content-writer guia-matthieu/clawfu-skills
SEO Content Writer SEO & GEO Skills Library · 20 skills for SEO + GEO · Install all: npx skills add aaron-he-zhu/seo-geo-claude-skills Research · keyword-research · competitor-analysis · serp-analysis · content-gap-analysis Build · seo-content-writer · geo-content-optimizer · meta-tags-optimizer · schema-markup-generator Optimize · on-page-seo-auditor · technical-seo-checker · internal-linking-optimizer · content-refresher Monitor · rank-tracker · backlink-analyzer · performance-reporter · alert...
42
25182 api-response-mocker dkyazzentwatwa/chatgpt-skills
API Response Mocker Generate realistic mock API responses with fake data using Faker. Features Schema-Based Generation: Define response structure Faker Integration: Realistic fake data Nested Objects: Complex nested structures Arrays: Generate lists of objects Relationships: Reference other mock data Multiple Formats: JSON, XML output Quick Start from api_mocker import APIMocker mocker = APIMocker() Generate user response user = mocker.generate({ "id": "uuid", "name": "name", "e...
42
25183 azure-communication-chat-java sickn33/antigravity-awesome-skills
Azure Communication Chat (Java) Build real-time chat applications with thread management, messaging, participants, and read receipts. Installation < dependency > < groupId > com.azure </ groupId > < artifactId > azure-communication-chat </ artifactId > < version > 1.6.0 </ version > </ dependency > Client Creation import com . azure . communication . chat . ChatClient ; import com . azure . communication . chat . ChatClientBuilder ; import com . azure . communication . chat . ChatThreadClient ; ...
42
25184 tdd-strict svenja-dev/claude-code-skills
Dieser Skill erzwingt TDD-Praktiken basierend auf dem Kernprinzip: "If you didn't watch the test fail, you don't know if it tests the right thing." Wann aktivieren - Bei jeder neuen Feature-Implementierung - Bei Bug Fixes (erst Test der Bug reproduziert, dann Fix) - Bei Refactoring (Tests muessen vor UND nach Aenderung bestehen) - Bei API-Erweiterungen - Bei jeder exportierten Funktion Der Red-Green-Refactor Zyklus 1. RED: Test schreiben der fehlschlaegt ``` // ZUERST: Test schreibe...
42
25185 gradle-build apache/beam
Gradle Build System in Apache Beam Overview Apache Beam is a mono-repo using Gradle as its build system. The entire project (Java, Python, Go, website) is managed as a single Gradle project. Key Files build.gradle.kts - Root build configuration settings.gradle.kts - Project structure and module definitions gradle.properties - Global properties and versions buildSrc/ - Custom Gradle plugins including BeamModulePlugin BeamModulePlugin Located at buildSrc/src/main/groovy/org/apache/beam/gradle/Beam...
42
25186 homepage-audit brianrwagner/ai-marketing-skills
Homepage Audit You are a conversion expert. Your goal: audit a homepage or landing page with systematic scoring, then produce an impact-prioritized action plan with concrete rewrites. Mode Detect from context or ask: "Quick scan, full audit, or full audit with rewrites?" Mode What you get Best for quick 5-second test + top 3 highest-impact fixes Fast gut-check before a launch standard Full section-by-section audit + priority list Website refresh, conversion diagnosis deep Full audit + rewrite re...
42
25187 heartbeat-cron t0dorakis/murmur
Heartbeat Creator Create well-crafted HEARTBEAT.md files for murmur through a structured interview, test run, and refinement loop. Context Murmur is a minimal scheduler. It reads a HEARTBEAT.md file, sends its contents to Claude on a schedule, and classifies the response: HEARTBEAT_OK — nothing to report (silent) ATTENTION: ... — needs human attention (logged + surfaced in TUI) Murmur cannot notify the user. It only runs the prompt and logs the result. If the user wants notifications (Slack, Tel...
42
25188 sweep simota/agent-skills
You are "Sweep" - a meticulous repository cleaner who identifies and removes unnecessary files. Your mission is to analyze the repository, detect unused or orphan files, and safely clean up the codebase to improve maintainability and reduce clutter. QUICK START 基本フロー(5ステップ) ``` 1. SCAN → リポジトリをスキャンして候補を発見 2. ANALYZE → 各候補の使用状況を検証 3. REPORT → カテゴリ別・リスク別のレポート作成 4. CONFIRM → ユーザーに削除確認(必須) 5. EXECUTE → バックアップ後に安全に削除 ``` 典型的な使用シナリオ | 全体クリーンアップ | 「リポジトリ全体の不要ファイルを検出して」 | デッドコード検出 | 「使わ...
42
25189 wireshark network traffic analysis zebbern/claude-code-guide
Wireshark Network Traffic Analysis Purpose Execute comprehensive network traffic analysis using Wireshark to capture, filter, and examine network packets for security investigations, performance optimization, and troubleshooting. This skill enables systematic analysis of network protocols, detection of anomalies, and reconstruction of network conversations from PCAP files. Inputs / Prerequisites Required Tools Wireshark installed (Windows, macOS, or Linux) Network interface with capture permissi...
42
25190 add-feishu sugarforever/01coder-agent-skills
Add Feishu Channel This skill adds Feishu (飞书) support to NanoClaw using the skills engine for deterministic code changes, then walks through interactive setup. Phase 1: Pre-flight Check if already applied Read .nanoclaw/state.yaml . If feishu is in applied_skills , skip to Phase 3 (Setup). The code changes are already in place. Ask the user Use AskUserQuestion to collect configuration: AskUserQuestion: Do you have a Feishu app already, or do you need to create one? If they have one, collect FEI...
42
25191 godot-genre-tower-defense thedivergentai/gd-agentic-skills
Genre: Tower Defense Strategic placement, resource management, and escalating difficulty define tower defense. Core Loop Prepare : Build/upgrade towers with available currency Wave : Enemies spawn and traverse path toward goal Defend : Towers auto-target and damage enemies Reward : Kills grant currency Escalate : Waves increase in difficulty/complexity NEVER Do in Tower Defense Games NEVER make all towers equally viable — If Sniper = same DPS as Machine Gun, no strategic choice. Each tower MUST ...
42
25192 release-notes-composer qodex-ai/ai-agent-skills
Changelog Generator This skill transforms technical git commits into polished, user-friendly changelogs that your customers and users will actually understand and appreciate. When to Use This Skill Preparing release notes for a new version Creating weekly or monthly product update summaries Documenting changes for customers Writing changelog entries for app store submissions Generating update notifications Creating internal release documentation Maintaining a public changelog/product updates p...
42
25193 idor vulnerability testing zebbern/claude-code-guide
IDOR Vulnerability Testing Purpose Provide systematic methodologies for identifying and exploiting Insecure Direct Object Reference (IDOR) vulnerabilities in web applications. This skill covers both database object references and static file references, detection techniques using parameter manipulation and enumeration, exploitation via Burp Suite, and remediation strategies for securing applications against unauthorized access. Inputs / Prerequisites Target Web Application : URL of application w...
42
25194 adobe-xd teachingai/full-stack-skills
When to use this skill Use this skill whenever the user wants to: [待完善:根据具体工具添加使用场景] How to use this skill [待完善:根据具体工具添加使用指南] Best Practices [待完善:根据具体工具添加最佳实践] Keywords [待完善:根据具体工具添加关键词]
42
25195 telegram-offline-voice sanwecn/telegram-offline-voice
telegram-offline-voice 🎙️ 本地生成,一键封装 — 使用 Microsoft Edge-TTS 生成高质量中文语音,完全离线处理。 💡 为什么需要这个升级? 原生的 TTS 方案通常只能生成 MP3 附件,且无法处理 Markdown 标记和超长文本。本项目通过工程化封装,将“语音合成”进化为“语音交互”: 告别标记音 :自动识别并清洗 , , [link] 等 Markdown 符号,避免 AI 读出这些“代码噪音”。 智能对话流 :超长文本不再是一读到底,而是按句号、感叹号自动切分为多个语音气泡,听感更像真人在发语音。 并发安全 :针对多代理/子代理并行调用的场景,使用 UUID 隔离临时文件,彻底杜绝文件读写冲突。 零token消耗 :完全基于 Edge-TTS 本地生成,无需 OpenAI/Azure 的付费 Token。 ✨ 特性 🔒 隐私保护 :100% 本地音频处理,不经过任何额外云端 TTS 提供商。 💰 零token消耗 :使用免费的 Edge-TTS 引擎,省下昂贵的 API 额度。 🎯 一键生成 :内置 voice_gen.py 脚本,...
42
25196 consult cluesmith/codev
consult - AI Consultation CLI Query external AI models for reviews and analysis. Supports Gemini, Codex, and Claude. Synopsis consult -m <model> [options] consult stats [options] The -m / --model flag is always required except for consult stats . Models Flag value Alias Notes gemini pro Fast (~120-150s), file access via --yolo codex gpt Thorough (~200-250s), shell exploration claude opus Agent SDK with tool use (~60-120s) All flags -m, --model <model> Model to use (required except stats)...
42
25197 engram-memory-protocol gentleman-programming/engram
When to Use Use this skill when: Making architecture or implementation decisions Fixing bugs with non-obvious root causes Discovering patterns, gotchas, or user preferences Closing a session or after compaction Save Rules Call mem_save immediately after: decision bugfix pattern/discovery config/preference changes Use structured content: What Why Where Learned Use stable topic_key for evolving topics. Search Rules On recall requests: mem_context first, then mem_search . Before similar work: run p...
42
25198 lingui-best-practices lingui/skills
Lingui Best Practices Lingui is a powerful internationalization (i18n) framework for JavaScript. This skill covers best practices for implementing i18n in React and vanilla JavaScript applications. Quick Start Workflow The standard Lingui workflow consists of these steps: Wrap your app in I18nProvider Mark messages for translation using macros ( Trans , t , etc.) Extract messages: lingui extract Translate the catalogs Compile catalogs: lingui compile Load and activate locale in your app Core Pac...
42
25199 using-vit solpbc/vit
1. Overview vit is a Bun CLI for social software capabilities. Agents use it to initialize projects, follow accounts, skim caps from followed accounts, and ship new caps. Some commands (setup, login, adopt, vet) require human interaction - the agent should tell the user to run those in their terminal. 2. Prerequisites Dependency chain: setup → login → init → follow → skim/ship . setup and login are human-only. The agent starts at init . Use vit doctor to check setup and beacon status before runn...
42
25200 pdf-processing mervinpraison/praisonai
PDF Processing Skill Overview This skill enables agents to process PDF documents, extract text content, and analyze the information within them. When to Use Activate this skill when: User asks to read or analyze a PDF file User needs to extract text from a PDF User wants to summarize a PDF document User needs to search for information within a PDF Instructions First, verify the PDF file exists at the specified path Use appropriate tools to read the PDF content Extract text while preserving struc...
42