███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 1801 | github-copilot-starter | github/awesome-copilot |
You are a GitHub Copilot setup specialist. Your task is to create a complete, production-ready GitHub Copilot configuration for a new project based on the specified technology stack. Project Information Required Ask the user for the following information if not provided: Primary Language/Framework : (e.g., JavaScript/React, Python/Django, Java/Spring Boot, etc.) Project Type : (e.g., web app, API, mobile app, desktop app, library, etc.) Additional Technologies : (e.g., database, cloud provider, ...
|
8.9K |
| 1802 | repo-story-time | github/awesome-copilot |
No SKILL.md available for this skill. View on GitHub
|
8.9K |
| 1803 | what-context-needed | github/awesome-copilot |
What Context Do You Need? Before answering my question, tell me what files you need to see. My Question {{question}} Instructions Based on my question, list the files you would need to examine Explain why each file is relevant Note any files you've already seen in this conversation Identify what you're uncertain about Output Format Files I Need Must See (required for accurate answer) - `path/to/file.ts` — [why needed] Should See (helpful for complete answer) - `path/to/file.ts` — [why helpful...
|
8.9K |
| 1804 | azure-static-web-apps | github/awesome-copilot |
Overview Azure Static Web Apps (SWA) hosts static frontends with optional serverless API backends. The SWA CLI (swa) provides local development emulation and deployment capabilities. Key features: Local emulator with API proxy and auth simulation Framework auto-detection and configuration Direct deployment to Azure Database connections support Config files: swa-cli.config.json - CLI settings, created by swa init (never create manually) staticwebapp.config.json - Runtime config (routes, auth...
|
8.9K |
| 1805 | generate-custom-instructions-from-codebase | github/awesome-copilot |
Migration and Code Evolution Instructions Generator Configuration Variables ${MIGRATION_TYPE="Framework Version|Architecture Refactoring|Technology Migration|Dependencies Update|Pattern Changes"} <!-- Type of migration or evolution --> ${SOURCE_REFERENCE="branch|commit|tag"} <!-- Source reference point (before state) --> ${TARGET_REFERENCE="branch|commit|tag"} <!-- Target reference point (after state) --> ${ANALYSIS_SCOPE="Entire project|Specific folder|Modified files only"} <!-- Scope of analys...
|
8.9K |
| 1806 | create-github-issues-for-unmet-specification-requirements | github/awesome-copilot |
Create GitHub Issues for Unmet Specification Requirements Create GitHub Issues for unimplemented requirements in the specification at ${file} . Process Analyze specification file to extract all requirements Check codebase implementation status for each requirement Search existing issues using search_issues to avoid duplicates Create new issue per unimplemented requirement using create_issue Use feature_request.yml template (fallback to default) Requirements One issue per unimplemented requiremen...
|
8.9K |
| 1807 | csharp-nunit | github/awesome-copilot |
NUnit Best Practices Your goal is to help me write effective unit tests with NUnit, covering both standard and data-driven testing approaches. Project Setup Use a separate test project with naming convention [ProjectName].Tests Reference Microsoft.NET.Test.Sdk, NUnit, and NUnit3TestAdapter packages Create test classes that match the classes being tested (e.g., CalculatorTests for Calculator ) Use .NET SDK test commands: dotnet test for running tests Test Structure Apply [TestFixture] attribute t...
|
8.9K |
| 1808 | vscode-ext-localization | github/awesome-copilot |
VS Code extension localization This skill helps you localize every aspect of VS Code extensions When to use this skill Use this skill when you need to: Localize new or existing contributed configurations (settings), commands, menus, views or walkthroughs Localize new or existing messages or other string resources contained in extension source code that are displayed to the end user Instructions VS Code localization is composed by three different approaches, depending on the resource that is...
|
8.9K |
| 1809 | create-github-issue-feature-from-specification | github/awesome-copilot |
Create GitHub Issue from Specification Create GitHub Issue for the specification at ${file} . Process Analyze specification file to extract requirements Check existing issues using search_issues Create new issue using create_issue or update existing with update_issue Use feature_request.yml template (fallback to default) Requirements Single issue for the complete specification Clear title identifying the specification Include only changes required by the specification Verify against existing iss...
|
8.9K |
| 1810 | legacy-circuit-mockups | github/awesome-copilot |
Legacy Circuit Mockups A skill for creating breadboard circuit mockups and visual diagrams for retro computing and electronics projects. This skill leverages HTML5 Canvas drawing mechanisms to render interactive circuit layouts featuring vintage components like the 6502 microprocessor, 555 timer ICs, EEPROMs, and 7400-series logic gates. When to Use This Skill User asks to "create a breadboard layout" or "mockup a circuit" User wants to visualize component placement on a breadboard User needs ...
|
8.9K |
| 1811 | update-markdown-file-index | github/awesome-copilot |
Update Markdown File Index Update markdown file ${file} with an index/table of files from folder ${input:folder} . Process Scan : Read the target markdown file ${file} to understand existing structure Discover : List all files in the specified folder ${input:folder} matching pattern ${input:pattern} Analyze : Identify if an existing table/index section exists to update, or create new structure Structure : Generate appropriate table/list format based on file types and existing content Update : Re...
|
8.9K |
| 1812 | quasi-coder | github/awesome-copilot |
Quasi-Coder Skill The Quasi-Coder skill transforms you into an expert 10x software engineer capable of interpreting and implementing production-quality code from shorthand notation, quasi-code, and natural language descriptions. This skill bridges the gap between collaborators with varying technical expertise and professional code implementation. Like an architect who can take a rough hand-drawn sketch and produce detailed blueprints, the quasi-coder extracts intent from imperfect descriptions a...
|
8.9K |
| 1813 | suggest-awesome-github-copilot-skills | github/awesome-copilot |
Suggest Awesome GitHub Copilot Skills Analyze current repository context and suggest relevant Agent Skills from the GitHub awesome-copilot repository that are not already available in this repository. Agent Skills are self-contained folders located in the skills folder of the awesome-copilot repository, each containing a SKILL.md file with instructions and optional bundled assets. Process Fetch Available Skills : Extract skills list and descriptions from awesome-copilot README.skills.md . Must u...
|
8.9K |
| 1814 | power-bi-model-design-review | github/awesome-copilot |
Power BI Data Model Design Review You are a Power BI data modeling expert conducting comprehensive design reviews. Your role is to evaluate model architecture, identify optimization opportunities, and ensure adherence to best practices for scalable, maintainable, and performant data models. Review Framework Comprehensive Model Assessment When reviewing a Power BI data model, conduct analysis across these key dimensions: 1. Schema Architecture Review Star Schema Compliance: □ Clear separation of ...
|
8.9K |
| 1815 | java-refactoring-remove-parameter | github/awesome-copilot |
Refactoring Java Methods with Remove Parameter Role You are an expert in refactoring Java methods. Below are 2 examples (with titles code before and code after refactoring) that represents Remove Parameter . Code Before Refactoring 1: public Backend selectBackendForGroupCommit ( long tableId , ConnectContext context , boolean isCloud ) throws LoadException , DdlException { if ( ! Env . getCurrentEnv ( ) . isMaster ( ) ) { try { long backendId = new MasterOpExecutor ( context ) . getGroupCommitLo...
|
8.9K |
| 1816 | azure-resource-visualizer | github/awesome-copilot |
Azure Resource Visualizer - Architecture Diagram Generator A user may ask for help understanding how individual resources fit together, or to create a diagram showing their relationships. Your mission is to examine Azure resource groups, understand their structure and relationships, and generate comprehensive Mermaid diagrams that clearly illustrate the architecture. Core Responsibilities Resource Group Discovery : List available resource groups when not specified Deep Resource Analysis : Examin...
|
8.9K |
| 1817 | code-reviewer | google-gemini/gemini-cli |
Code Reviewer This skill guides the agent in conducting professional and thorough code reviews for both local development and remote Pull Requests. Workflow 1. Determine Review Target Remote PR : If the user provides a PR number or URL (e.g., "Review PR 123"), target that remote PR. Local Changes : If no specific PR is mentioned, or if the user asks to "review my changes", target the current local file system states (staged and unstaged changes). 2. Preparation For Remote PRs: Checkout : Use the...
|
8.9K |
| 1818 | similarity-search-patterns | wshobson/agents |
Similarity Search Patterns Patterns for implementing efficient similarity search in production systems. When to Use This Skill Building semantic search systems Implementing RAG retrieval Creating recommendation engines Optimizing search latency Scaling to millions of vectors Combining semantic and keyword search Core Concepts 1. Distance Metrics | Metric | Formula | Best For | | ------------------ | ------------------ | --------------------- | --- | -------------- | | Cosine | 1 - (A·B)/(‖A‖‖...
|
8.9K |
| 1819 | vector-index-tuning | wshobson/agents |
Vector Index Tuning Guide to optimizing vector indexes for production performance. When to Use This Skill Tuning HNSW parameters Implementing quantization Optimizing memory usage Reducing search latency Balancing recall vs speed Scaling to billions of vectors Core Concepts 1. Index Type Selection Data Size Recommended Index ──────────────────────────────────────── < 10K vectors → Flat (exact search) 10K - 1M → HNSW 1M - 100M → HNSW + Quantization > 100M →...
|
8.9K |
| 1820 | anti-reversing-techniques | wshobson/agents |
AUTHORIZED USE ONLY: This skill contains dual-use security techniques. Before proceeding with any bypass or analysis: Verify authorization: Confirm you have explicit written permission from the software owner, or are operating within a legitimate security context (CTF, authorized pentest, malware analysis, security research) Document scope: Ensure your activities fall within the defined scope of your authorization Legal compliance: Understand that unauthorized bypassing of software protection m...
|
8.9K |
| 1821 | distributed-tracing | wshobson/agents |
Distributed Tracing Implement distributed tracing with Jaeger and Tempo for request flow visibility across microservices. Purpose Track requests across distributed systems to understand latency, dependencies, and failure points. When to Use Debug latency issues Understand service dependencies Identify bottlenecks Trace error propagation Analyze request paths Distributed Tracing Concepts Trace Structure Trace (Request ID: abc123) ↓ Span (frontend) [100ms] ↓ Span (api-gateway) [80ms] ├→ ...
|
8.9K |
| 1822 | spark-optimization | wshobson/agents |
Apache Spark Optimization Production patterns for optimizing Apache Spark jobs including partitioning strategies, memory management, shuffle optimization, and performance tuning. When to Use This Skill Optimizing slow Spark jobs Tuning memory and executor configuration Implementing efficient partitioning strategies Debugging Spark performance issues Scaling Spark pipelines for large datasets Reducing shuffle and data skew Core Concepts 1. Spark Execution Model Driver Program ↓ Job (trigger...
|
8.9K |
| 1823 | tailored-resume-generator | composiohq/awesome-claude-skills |
Tailored Resume Generator When to Use This Skill Applying for a specific job position Customizing your resume for different industries or roles Highlighting relevant experience for career transitions Optimizing your resume for ATS (Applicant Tracking Systems) Creating multiple resume versions for different job applications Emphasizing specific skills mentioned in job postings What This Skill Does Analyzes Job Descriptions: Extracts key requirements, skills, qualifications, and keywords from job ...
|
8.9K |
| 1824 | saga-orchestration | wshobson/agents |
Saga Orchestration Patterns for managing distributed transactions and long-running business processes. When to Use This Skill Coordinating multi-service transactions Implementing compensating transactions Managing long-running business workflows Handling failures in distributed systems Building order fulfillment processes Implementing approval workflows Core Concepts 1. Saga Types Choreography Orchestration ┌─────┐ ┌─────┐ ┌─────┐ ┌─────────────┐ │Svc A│─►│Svc B│─►│Svc...
|
8.9K |
| 1825 | postmortem-writing | wshobson/agents |
Postmortem Writing Comprehensive guide to writing effective, blameless postmortems that drive organizational learning and prevent incident recurrence. When to Use This Skill Conducting post-incident reviews Writing postmortem documents Facilitating blameless postmortem meetings Identifying root causes and contributing factors Creating actionable follow-up items Building organizational learning culture Core Concepts 1. Blameless Culture Blame-Focused Blameless "Who caused this?" "What condition...
|
8.9K |
| 1826 | tanstack-start-best-practices | deckardger/tanstack-agent-skills |
TanStack Start Best Practices Comprehensive guidelines for implementing TanStack Start patterns in full-stack React applications. These rules cover server functions, middleware, SSR, authentication, and deployment. When to Apply Creating server functions for data mutations Setting up middleware for auth/logging Configuring SSR and hydration Implementing authentication flows Handling errors across client/server boundary Organizing full-stack code Deploying to various platforms Rule Categories b...
|
8.9K |
| 1827 | okx-cex-portfolio | okx/agent-skills |
OKX CEX Portfolio & Account CLI Account balance, positions, P&L, bills, fees, and fund transfers on OKX exchange. Requires API credentials. Prerequisites Install okx CLI: npm install -g @okx_ai/okx-trade-cli Configure credentials: okx config init Or set environment variables: export OKX_API_KEY = your_key export OKX_SECRET_KEY = your_secret export OKX_PASSPHRASE = your_passphrase Test with demo mode: okx --profile demo account balance Credential & Profile Check Run this check before any authenti...
|
8.9K |
| 1828 | paypal-integration | wshobson/agents |
PayPal Integration Master PayPal payment integration including Express Checkout, IPN handling, recurring billing, and refund workflows. When to Use This Skill Integrating PayPal as a payment option Implementing express checkout flows Setting up recurring billing with PayPal Processing refunds and payment disputes Handling PayPal webhooks (IPN) Supporting international payments Implementing PayPal subscriptions Core Concepts 1. Payment Products PayPal Checkout One-time payments Express checko...
|
8.9K |
| 1829 | e2e-testing | affaan-m/ecc |
E2E Testing Patterns Comprehensive Playwright patterns for building stable, fast, and maintainable E2E test suites. Test File Organization Show more Installs 1.7K Repository affaan-m/ecc GitHub Stars 239.2K First Seen May 19, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn
|
8.9K |
| 1830 | laravel-security | affaan-m/ecc |
Laravel Security Best Practices Comprehensive security guidelines for Laravel applications to protect against common vulnerabilities. When to Activate Setting up Laravel authentication and authorization (Sanctum, Passport, Jetstream, Breeze) Implementing user roles, permissions, and policies Configuring production security settings and environment variables Reviewing Laravel applications for security vulnerabilities Deploying Laravel applications to production Writing secure Eloquent queries and...
|
8.9K |
| 1831 | terraform-azurerm-set-diff-analyzer | github/awesome-copilot |
Terraform AzureRM Set Diff Analyzer A skill to identify "false-positive diffs" in Terraform plans caused by AzureRM Provider's Set-type attributes and distinguish them from actual changes. When to Use terraform plan shows many changes, but you only added/removed a single element Application Gateway, Load Balancer, NSG, etc. show "all elements changed" You want to automatically filter false-positive diffs in CI/CD Background Terraform's Set type compares by position rather than by key, so when ad...
|
8.9K |
| 1832 | sast-configuration | wshobson/agents |
SAST Configuration Static Application Security Testing (SAST) tool setup, configuration, and custom rule creation for comprehensive security scanning across multiple programming languages. Overview This skill provides comprehensive guidance for setting up and configuring SAST tools including Semgrep, SonarQube, and CodeQL. Use this skill when you need to: Set up SAST scanning in CI/CD pipelines Create custom security rules for your codebase Configure quality gates and compliance policies Opt...
|
8.9K |
| 1833 | php-mcp-server-generator | github/awesome-copilot |
PHP MCP Server Generator You are a PHP MCP server generator. Create a complete, production-ready PHP MCP server project using the official PHP SDK. Project Requirements Ask the user for: Project name (e.g., "my-mcp-server") Server description (e.g., "A file management MCP server") Transport type (stdio, http, or both) Tools to include (e.g., "file read", "file write", "list directory") Whether to include resources and prompts PHP version (8.2+ required) Project Structure {project-name}/ ├── comp...
|
8.9K |
| 1834 | screen-reader-testing | wshobson/agents |
Screen Reader Testing Practical guide to testing web applications with screen readers for comprehensive accessibility validation. When to Use This Skill Validating screen reader compatibility Testing ARIA implementations Debugging assistive technology issues Verifying form accessibility Testing dynamic content announcements Ensuring navigation accessibility Core Concepts 1. Major Screen Readers Screen Reader Platform Browser Usage VoiceOver macOS/iOS Safari ~15% NVDA Windows Firefox/Chrome ~31...
|
8.9K |
| 1835 | hybrid-cloud-networking | wshobson/agents |
Hybrid Cloud Networking Configure secure, high-performance connectivity between on-premises and cloud environments using VPN, Direct Connect, and ExpressRoute. Purpose Establish secure, reliable network connectivity between on-premises data centers and cloud providers (AWS, Azure, GCP). When to Use Connect on-premises to cloud Extend datacenter to cloud Implement hybrid active-active setups Meet compliance requirements Migrate to cloud gradually Connection Options AWS Connectivity 1. Site-to...
|
8.9K |
| 1836 | threejs-shaders | cloudai-x/threejs-skills |
Three.js Shaders Quick Start import * as THREE from "three"; const material = new THREE.ShaderMaterial({ uniforms: { time: { value: 0 }, color: { value: new THREE.Color(0xff0000) }, }, vertexShader: ` void main() { gl_Position = projectionMatrix * modelViewMatrix * vec4(position, 1.0); } `, fragmentShader: ` uniform vec3 color; void main() { gl_FragColor = vec4(color, 1.0); } `, }); // Update in animation loop material.uniforms.time.value = ...
|
8.9K |
| 1837 | resume-ats-optimizer | paramchoudhary/resumeskills |
No SKILL.md available for this skill. View on GitHub Installs 492 Repository paramchoudhary/…meskills GitHub Stars 616 First Seen 9 days ago
|
8.9K |
| 1838 | emblem-market-research | emblemcompany/agent-skills |
Emblem Market Research Crypto market intelligence powered by EmblemAI . Real-time data from CoinGecko, CoinGlass, Birdeye, and Nansen — trending tokens, derivatives analytics, on-chain smart money tracking, and token deep dives. Requires : npm install -g @emblemvault/agentwallet What This Skill Can Do Capability Tools Used Trending tokens (all chains) getTrendingCoins , birdeyeTrendingTokens Token price lookup getCryptoPrice , searchCryptoByName Token deep dive (volume, trades, liquidity) birdey...
|
8.8K |
| 1839 | emblem-ai-agent-wallet | emblemcompany/agent-skills |
EmblemAI Agent Wallet Connect to EmblemAI - EmblemVault's wallet-aware assistant for balances, addresses, portfolio snapshots, recent activity, and operator-confirmed wallet actions across supported chains. Browser auth, streaming responses, profile-scoped local state, x402 support, and PAYG controls. In one sentence: Emblem is the easiest way to give your agent a wallet with profile-scoped local auth, zero-config agent provisioning, and review-first guidance for value-moving actions. Requires t...
|
8.8K |
| 1840 | emblem-ai-prompt-examples | emblemcompany/agent-skills |
EmblemAI Prompt Examples Use this skill when the user wants example prompts, wording patterns, or sample requests for end-user EmblemAI workflows rather than SDK, React, or app implementation details. Security & Trust Model This skill provides curated prompt examples and phrasing guidance. It inherently references: Financial operations (W009): Example prompts cover trading, DeFi, portfolio review, cross-chain transfers, and prediction markets. These are reference prompts only — they demonstrate ...
|
8.8K |
| 1841 | emblem-ai-react | emblemcompany/agent-skills |
EmblemAI React Use this skill when the user wants to integrate EmblemAI into a React app rather than only use the CLI or low-level SDKs. In one sentence: this is the easiest way to add user management and wallet-enabled accounts to a React app. Security & Trust Model This skill generates React code that integrates with EmblemAI's authentication and wallet infrastructure. It inherently involves: Third-party data (W011): Migrate.fun React hooks ( useProject , useProjects ) fetch project and token ...
|
8.8K |
| 1842 | flutter-caching-data | flutter/skills |
Implementing Flutter Caching and Offline-First Architectures Contents Selecting a Caching Strategy Implementing Offline-First Data Synchronization Managing File System and SQLite Persistence Optimizing UI, Scroll, and Image Caching Caching the FlutterEngine (Android) Workflows Selecting a Caching Strategy Apply the appropriate caching mechanism based on the data lifecycle and size requirements. If storing small, non-critical UI states or preferences: Use shared_preferences . If storing large, st...
|
8.8K |
| 1843 | structured-autonomy-plan | github/awesome-copilot |
You are a Project Planning Agent that collaborates with users to design development plans. A development plan defines a clear path to implement the user's request. During this step you will not write any code . Instead, you will research, analyze, and outline a plan. Assume that this entire plan will be implemented in a single pull request (PR) on a dedicated branch. Your job is to define the plan in steps that correspond to individual commits within that PR. Step 1: Research and Gather Context ...
|
8.8K |
| 1844 | comment-code-generate-a-tutorial | github/awesome-copilot |
Transform this Python script into a polished, beginner-friendly project by refactoring the code, adding clear instructional comments, and generating a complete markdown tutorial. Refactor the code Apply standard Python best practices Ensure code follows the PEP 8 style guide Rename unclear variables and functions if needed for clarity Add comments throughout the code Use a beginner-friendly, instructional tone Explain what each part of the code is doing and why it's important Focus on the logic ...
|
8.8K |
| 1845 | mcp-deploy-manage-agents | github/awesome-copilot |
--- mode: 'agent' tools: ['changes', 'search/codebase', 'edit/editFiles', 'problems'] description: 'Deploy and manage MCP-based declarative agents in Microsoft 365 admin center with governance, assignments, and organizational distribution' model: 'gpt-4.1' tags: [mcp, m365-copilot, deployment, admin, agent-management, governance] --- Deploy and Manage MCP-Based Agents Deploy, manage, and govern MCP-based declarative agents in Microsoft 365 using the admin center for organizational distribution ...
|
8.8K |
| 1846 | code-exemplars-blueprint-generator | github/awesome-copilot |
Code Exemplars Blueprint Generator Configuration Variables ${PROJECT_TYPE="Auto-detect|.NET|Java|JavaScript|TypeScript|React|Angular|Python|Other"} ${SCAN_DEPTH="Basic|Standard|Comprehensive"} ${INCLUDE_CODE_SNIPPETS=true|false} ${CATEGORIZATION="Pattern Type|Architecture Layer|File Type"} ${MAX_EXAMPLES_PER_CATEGORY=3} ${INCLUDE_COMMENTS=true|false} Generated Prompt "Scan this codebase and generate an exemplars.md file that identifies high-quality, representative code examples. The exempla...
|
8.8K |
| 1847 | workiq-copilot | github/awesome-copilot |
WorkIQ (Public Preview) lets Copilot query Microsoft 365 data with natural language. It supports schedules, documents, Teams messages, email threads, follow-up tracking, stakeholder summaries, and more. Use this skill whenever a task needs live organizational intelligence beyond the local repository. Supported Data & Sample Prompts - Emails – “Summarize emails from Sarah about the budget.” - Meetings – “What are my upcoming meetings this week?” - Documents – “Find recent documents about Q4 ...
|
8.8K |
| 1848 | update-llms | github/awesome-copilot |
Update LLMs.txt File Update the existing llms.txt file in the root of the repository to reflect changes in documentation, specifications, or repository structure. This file provides high-level guidance to large language models (LLMs) on where to find relevant content for understanding the repository's purpose and specifications. Primary Directive Update the existing llms.txt file to maintain accuracy and compliance with the llms.txt specification while reflecting current repository structure and...
|
8.8K |
| 1849 | power-bi-performance-troubleshooting | github/awesome-copilot |
Power BI Performance Troubleshooting Guide You are a Power BI performance expert specializing in diagnosing and resolving performance issues across models, reports, and queries. Your role is to provide systematic troubleshooting guidance and actionable solutions. Troubleshooting Methodology Step 1: Problem Definition and Scope Begin by clearly defining the performance issue: Issue Classification: □ Model loading/refresh performance □ Report page loading performance □ Visual interaction responsiv...
|
8.8K |
| 1850 | wallet | starchild-ai-agent/official-skills |
Wallet Interact with this agent's on-chain wallets. Each agent has one wallet per chain (EVM + Solana). Supports balance queries, transfers (policy-gated), message signing, and transaction history. Authentication is automatic via Fly OIDC token — no API keys or wallet addresses needed. Wallets are bound to this machine at deploy time. Available Tools (13) Multi-Chain Tools Tool Description wallet_info Get all wallet addresses and chain types wallet_get_all_balances PRIMARY TOOL - Get complete po...
|
8.8K |