███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 14701 | serp-analyzer | openclaudia/openclaudia-skills |
SERP Analyzer Skill You are an expert SERP analyst. Given a target keyword, analyze what currently ranks in Google, identify content patterns, and produce an actionable content brief for outranking the competition. Prerequisites Optional API keys for enriched data (the skill can work without any of them using web search): SEMRUSH_API_KEY - for keyword and organic results data SERPAPI_API_KEY - for real-time Google SERP data including SERP features DATAFORSEO_LOGIN and DATAFORSEO_PASSWORD - for a...
|
50 |
| 14702 | test-scenario | owl-listener/designer-skills |
Test Scenario You are an expert in writing usability test scenarios that reveal genuine user behavior. What You Do You write test scenarios with realistic tasks, clear success criteria, and structured observation guides. Scenario Structure Context Setting Brief, realistic backstory that gives the participant a reason to act without leading them. Task Specific goal to accomplish. Action-oriented, not question-based. Avoids UI terminology that hints at the answer. Success Criteria Task completion ...
|
50 |
| 14703 | code-reviewer | borghei/claude-skills |
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...
|
50 |
| 14704 | help-center-design | vasilyu1983/ai-agents-public |
Help Center Design Design AI-first help centers, knowledge bases, FAQs, and learning materials. This skill reflects the shift from static help portals to AI-powered, embedded, personalized self-service systems. Workflow (Use As Default Order) Define scope and constraints Audience/personas, product area(s), product versioning, channels (web/in-app), compliance requirements, localization needs. Inventory current knowledge Top tickets, top searches, top articles, top escalation reasons, and know...
|
50 |
| 14705 | fastmcp-client-cli | jlowin/fastmcp |
FastMCP CLI: List and Call Use fastmcp list and fastmcp call to interact with any MCP server from the command line. Listing Tools Remote server fastmcp list http://localhost:8000/mcp Local Python file (runs via fastmcp run automatically) fastmcp list server.py MCPConfig with multiple servers fastmcp list mcp.json Stdio command (npx, uvx, etc.) fastmcp list --command 'npx -y @modelcontextprotocol/server-github' Include full input/output schemas fastmcp list server.py --input-schema --output-...
|
50 |
| 14706 | analytics-report | laurigates/claude-plugins |
/analytics:report Display usage analytics for commands and skills across all projects. Context Check if analytics data exists: if [ [ -f ~/.claude-analytics/summary.json ] ] ; then echo "Analytics available" SUMMARY = $( cat ~/.claude-analytics/summary.json ) TOTAL = $( echo " $SUMMARY " | jq -r '.total_invocations // 0' ) SINCE = $( echo " $SUMMARY " | jq -r '.tracking_since // "unknown"' ) echo "Total invocations: $TOTAL " echo "Tracking since: $SINCE " else echo "No analytics data found. Star...
|
50 |
| 14707 | product-appeal-analyzer | erichowens/some_claude_skills |
Product Appeal Analyzer Evaluate whether users will want a product—not just use it. The complement to friction analysis. Core insight: Users don't choose the best product—they choose the product that feels most like it was made for them. When to Use ✅ Use for: Evaluating landing pages, product pages, app store listings Positioning a product against alternatives Crafting messaging, tone, visual identity direction Assessing emotional resonance with target personas Pre-launch "will this conver...
|
50 |
| 14708 | next-best-practices | connorads/dotfiles |
Next.js Best Practices Apply these rules when writing or reviewing Next.js code. File Conventions See file-conventions.md for: Project structure and special files Route segments (dynamic, catch-all, groups) Parallel and intercepting routes Middleware rename in v16 (middleware → proxy) RSC Boundaries Detect invalid React Server Component patterns. See rsc-boundaries.md for: Async client component detection (invalid) Non-serializable props detection Server Action exceptions Async Patterns Next.js ...
|
50 |
| 14709 | theming-system | owl-listener/designer-skills |
Theming System You are an expert in flexible theming architectures for multi-brand, multi-mode design systems. What You Do You design theming systems allowing one component library to support multiple visual themes through token mapping. Architecture Layer 1 : Global tokens (raw palette) Layer 2 : Semantic tokens (purpose-driven aliases) — themes override here Layer 3 : Component tokens (scoped) Theme Types Color modes: light, dark, high contrast, dimmed Brand themes: primary, sub-brands, white-...
|
50 |
| 14710 | experience-map | owl-listener/designer-skills |
Experience Map You are an expert in mapping complex, multi-channel user experiences at a systems level. What You Do You create experience maps showing the entire ecosystem of user interactions across touchpoints, channels, and time. Structure Horizontal Axis: Phases Awareness, evaluation, onboarding, regular use, advanced use, advocacy/departure. Vertical Layers User Actions — what the user does, key decisions Touchpoints — website, app, email, support, community Channels — desktop, mobile, in-p...
|
50 |
| 14711 | m12-lifecycle | actionbook/rust-skills |
Resource Lifecycle Layer 2: Design Choices Core Question When should this resource be created, used, and cleaned up? Before implementing lifecycle: What's the resource's scope? Who owns the cleanup responsibility? What happens on error? Lifecycle Pattern → Implementation Pattern When Implementation RAII Auto cleanup Drop trait Lazy init Deferred creation OnceLock, LazyLock Pool Reuse expensive resources r2d2, deadpool Guard Scoped access MutexGuard pattern Scope Transaction boundary Custom ...
|
50 |
| 14712 | tech-logos | crafter-station/elements |
Tech Logos Install official, theme-aware brand logos from the Elements registry. Install Pattern npx shadcn@latest add @elements/{name}-logo Examples: clerk-logo, github-logo, openai-logo, vercel-logo Discover Available Logos Option A: Scan registry (if in elements repo) ls registry/default/blocks/logos/ | sed 's/-logo$//' Option B: Browse https://tryelements.dev/docs/logos After Install Logos install to components/logos/{name}.tsx: import { ClerkLogo } from "@/components/logos/clerk...
|
50 |
| 14713 | usability-test-plan | owl-listener/designer-skills |
Usability Test Plan Design a comprehensive usability test plan for evaluating designs and prototypes. Context You are a senior UX researcher designing a usability test plan for $ARGUMENTS. If the user provides files (prototypes, designs, personas), read them first. Instructions Define objectives : What specific questions should this test answer? Create the test plan with: Research questions : 3-5 specific questions to answer Methodology : Moderated vs unmoderated, remote vs in-person, think-alou...
|
50 |
| 14714 | roblox-development | omer-metin/skills-for-antigravity |
Roblox Development Identity Role : Roblox Development Expert Personality : You are a veteran Roblox developer who has built games with millions of
visits and made real money through DevEx. You've been on the platform
since 2015 and have seen it evolve from simple obbies to complex MMOs. You understand that Roblox development is unique - it's Lua but with
Roblox's specific APIs, it's game dev but with a young audience, it's
a business but with Robux economics. You know the platform's quirks,
...
|
50 |
| 14715 | doc-generator | athola/claude-night-market |
Step 1: Identify Documentation Type Determine documentation type: API Documentation: Endpoint references Developer Guide: Setup and usage Architecture Docs: System overview User Manual: Feature guides Step 2: Extract Information Gather documentation content: Read code and comments Analyze API endpoints Extract examples Understand architecture Step 3: Generate Documentation Create documentation: Follow documentation templates Include examples Add troubleshooting Create clear structure Step ...
|
50 |
| 14716 | vercel-cli-with-tokens | vercel-labs/agent-skills |
Vercel CLI with Tokens Deploy and manage projects on Vercel using the CLI with token-based authentication. Use this skill when you have a Vercel access token and need to operate without interactive login. Authentication Never run vercel login . Always use token-based auth via the --token flag or VERCEL_TOKEN environment variable. This ensures the correct account is used even if another Vercel account is logged in locally. vercel < command > --token " $VERCEL_TOKEN " Scoping to a Team Use --scope...
|
50 |
| 14717 | backend-database-specialist | qodex-ai/ai-agent-skills |
Supabase Integration Expert Purpose Provide comprehensive, accurate guidance for building applications with Supabase based on 2,616+ official documentation files. Cover all aspects of database operations, authentication, real-time features, file storage, edge functions, vector search, and platform integrations. Documentation Coverage Full access to official Supabase documentation (when available): Location: docs/supabase_com/ Files: 2,616 markdown files Coverage: Complete guides, API referen...
|
50 |
| 14718 | confess | b-open-io/prompts |
Confess A systematic self-audit skill that encourages honest discovery and disclosure of issues the agent may know about but hasn't mentioned. Especially good for admitting to reward hacking and coming clean. When to Use After completing implementation work When something feels incomplete Before marking a task as "done" When the user asks "what did I miss?" or "confess" Confession Categories 1. Incomplete Work Search for related files that may also need changes: Use grep to find references t...
|
50 |
| 14719 | azure-communication-callingserver-java | sickn33/antigravity-awesome-skills |
Azure Communication CallingServer (Java) - DEPRECATED ⚠️ DEPRECATED : This SDK has been renamed to Call Automation . For new projects, use azure-communication-callautomation instead. This skill is for maintaining legacy code only. Migration to Call Automation <!-- OLD (deprecated) --> < dependency > < groupId > com.azure </ groupId > < artifactId > azure-communication-callingserver </ artifactId > < version > 1.0.0-beta.5 </ version > </ dependency > <!-- NEW (use this instead) --> < dependency ...
|
50 |
| 14720 | hubspot | openclaudia/openclaudia-skills |
HubSpot HubSpot is a CRM and marketing automation platform that helps businesses manage their sales, marketing, and customer service efforts. It's used by marketing and sales teams to attract leads, nurture them into customers, and provide customer support. Official docs: https://developers.hubspot.com/ HubSpot Overview Contact Email — associated with Contact Company Deal Ticket Use action names and parameters as needed. Working with HubSpot This skill uses the Membrane CLI to interact with HubS...
|
50 |
| 14721 | cfo | lotosbin/claude-skills |
No SKILL.md available for this skill. View on GitHub
|
50 |
| 14722 | extract-test-set | tradingstrategy-ai/web3-ethereum-defi |
Extract test set from raw prices This is a skill to extract price data from the raw prices for an isolated unit test. Inputs Smart contract address and a blockchain as a blockchain explorer link Test case name Relevant files Seek metadata and Parquet information here: vault database data wrangling Ad-hoc script Create an ad-hoc Python script that reads Script inputs chain id (numeric) - address tuple test case name Scripts Extracts the price series from DEFAULT_UNCLEANED_PRICE_DATABASE Script ou...
|
50 |
| 14723 | azure-security-keyvault-secrets-java | sickn33/antigravity-awesome-skills |
Azure Key Vault Secrets (Java) Securely store and manage secrets like passwords, API keys, and connection strings. Installation < dependency > < groupId > com.azure </ groupId > < artifactId > azure-security-keyvault-secrets </ artifactId > < version > 4.9.0 </ version > </ dependency > Client Creation import com . azure . security . keyvault . secrets . SecretClient ; import com . azure . security . keyvault . secrets . SecretClientBuilder ; import com . azure . identity . DefaultAzureCredentia...
|
50 |
| 14724 | azure-eventhub-ts | sickn33/antigravity-awesome-skills |
Azure Event Hubs SDK for TypeScript High-throughput event streaming and real-time data ingestion. Installation npm install @azure/event-hubs @azure/identity For checkpointing with consumer groups: npm install @azure/eventhubs-checkpointstore-blob @azure/storage-blob Environment Variables EVENTHUB_NAMESPACE = < namespace > .servicebus.windows.net EVENTHUB_NAME = my-eventhub STORAGE_ACCOUNT_NAME = < storage-account > STORAGE_CONTAINER_NAME = checkpoints Authentication import { EventHubProducerClie...
|
50 |
| 14725 | interview-script | owl-listener/designer-skills |
Customer Interview Script Create a structured interview script that surfaces real insights, not just opinions. Follows "The Mom Test" principles — ask about their life, not your idea. Domain Context Customer interviews are one source in Stage 1 (Explore) of continuous discovery. Other sources: stakeholder interviews, usage analytics, data analytics, surveys, market trends, SEO/SEM analysis. The PM needs direct access to users, stakeholders, engineers, and designers — "without proxies." The Produ...
|
50 |
| 14726 | canvas-design | nicepkg/ai-workflow |
These are instructions for creating design philosophies - aesthetic movements that are then EXPRESSED VISUALLY. Output only .md files, .pdf files, and .png files. Complete this in two steps: Design Philosophy Creation (.md file) Express by creating it on a canvas (.pdf file or .png file) First, undertake this task: DESIGN PHILOSOPHY CREATION To begin, create a VISUAL PHILOSOPHY (not layouts or templates) that will be interpreted through: Form, space, color, composition Images, graphics, shapes, ...
|
50 |
| 14727 | skill-finder | tenequm/claude-plugins |
Skill Finder Full-featured Agent Skills management tool. When to Use Find skill , search skill , install skill , スキル検索 Looking for skills for a specific task or domain Finding and installing skills locally Managing favorites with star feature Features Feature Description Search Local index + GitHub API + Web fallback Tags Filter by category ( azure bicep ) Install Download to local directory Star Mark and manage favorites Update Sync all sources from GitHub Quick Start Search python scripts/sea...
|
50 |
| 14728 | specify-requirements | rsmdt/the-startup |
Persona Act as a product requirements specialist that creates and validates PRDs focusing on WHAT needs to be built and WHY it matters. Spec Target : $ARGUMENTS Interface PRDSection { name: string status: Complete | NeedsInput | InProgress topic?: string // what needs clarification, if NeedsInput } State { specId = "" sections: PRDSection[] clarificationMarkers: number } PRD Focus Areas When discovering and documenting, address four dimensions: WHAT needs to be built — features, capabiliti...
|
50 |
| 14729 | color palette generator | eddiebe147/claude-settings |
Color Palette Generator An expert color theorist that creates harmonious, accessible color palettes for any project. This skill combines color theory principles, accessibility standards (WCAG), and modern design trends to generate cohesive color schemes that work across digital and print media. Whether you need a vibrant brand identity, a calming UI palette, or a bold marketing scheme, this skill provides scientifically-backed color combinations with detailed usage guidelines, contrast ratios, a...
|
50 |
| 14730 | review | open-horizon-labs/skills |
Review Playwright Tests Systematically review Playwright test files for anti-patterns, missed best practices, and coverage gaps. Input $ARGUMENTS can be: A file path: review that specific test file A directory: review all test files in the directory Empty: review all tests in the project's testDir Steps 1. Gather Context Read playwright.config.ts for project settings List all *.spec.ts / *.spec.js files in scope If reviewing a single file, also check related page objects and fixtures 2. Check Ea...
|
50 |
| 14731 | inventory manager | eddiebe147/claude-settings |
Inventory Manager Expert inventory management system that helps you track stock levels, forecast demand, optimize reorder points, and prevent stockouts while minimizing carrying costs. This skill provides structured workflows for inventory control, demand planning, and supply chain optimization based on proven operations management principles. Effective inventory management balances the competing pressures of stockout risk and carrying costs. This skill helps you maintain optimal inventory level...
|
50 |
| 14732 | b2c-code | salesforcecommercecloud/b2c-developer-tooling |
B2C Code Skill Use the b2c CLI to deploy and manage code versions on Salesforce B2C Commerce instances. Tip: If b2c is not installed globally, use npx @salesforce/b2c-cli instead (e.g., npx @salesforce/b2c-cli code deploy ). Examples Deploy Cartridges deploy all cartridges from current directory b2c code deploy deploy cartridges from a specific directory b2c code deploy ./my-cartridges deploy to a specific server and code version b2c code deploy --server my-sandbox.demandware.net --code-versi...
|
50 |
| 14733 | m02-resource | actionbook/rust-skills |
Resource Management Layer 1: Language Mechanics Core Question What ownership pattern does this resource need? Before choosing a smart pointer, understand: Is ownership single or shared? Is access single-threaded or multi-threaded? Are there potential cycles? Error → Design Question Error Don't Just Say Ask Instead "Need heap allocation" "Use Box" Why can't this be on stack? Rc memory leak "Use Weak" Is the cycle necessary in design? RefCell panic "Use try_borrow" Is runtime check the right ...
|
50 |
| 14734 | marketing | travisjneuman/.claude |
No SKILL.md available for this skill. View on GitHub
|
50 |
| 14735 | surfpool | sendaifun/skills |
Surfpool - Solana Development Environment The definitive guide for Surfpool - where developers start their Solana journey. A drop-in replacement for solana-test-validator that enables local program simulation using Mainnet accounts fetched just-in-time. What is Surfpool? Surfpool is a comprehensive development environment that combines local-first testing with real Mainnet data access: Mainnet Forking - Clone accounts, programs, and token balances from Mainnet instantly Cheatcodes - Special RPC ...
|
50 |
| 14736 | tailwind-css | manutej/luxor-claude-marketplace |
Tailwind CSS Skill progressive_disclosure: entry_point: - summary - when_to_use - quick_start sections: core_concepts: - utility_first_approach - responsive_design - configuration advanced: - dark_mode - custom_utilities - plugins - performance_optimization integration: - framework_integration - component_patterns reference: - common_utilities - breakpoints - color_system tokens: entry: 75 full: 4500 Summary Tailwind CSS is a utility-first CSS framework that provides low-level utility classes t...
|
50 |
| 14737 | axiom-alarmkit-ref | charleswiltgen/axiom |
AlarmKit Reference Complete API reference for AlarmKit, Apple's framework for scheduling alarms and countdown timers with system-level alerting, Dynamic Island integration, and focus/silent mode override. Overview AlarmKit lets apps create alarms and timers that behave like the built-in Clock app -- they override Do Not Disturb, appear in the Dynamic Island, and show on the Lock Screen. The framework handles scheduling, snooze, pause/resume, and UI presentation through a small set of types cente...
|
50 |
| 14738 | phase-5-design-system | popup-studio-ai/bkit-claude-code |
Phase 5: Design System Build platform-independent design system Purpose Build a reusable UI component library. Enable consistent design and fast development. What is a Design System? Definition A design system is a collection of reusable components and clear standards that enables building consistent user experiences at scale. Why is it Needed? (Framework Agnostic) Problem Design System Solution Designer-developer mismatch Single Source of Truth Duplicate component development Reusable component...
|
50 |
| 14739 | sap-sqlscript | secondsky/sap-skills |
SQLScript is SAP HANA's procedural extension to SQL, enabling complex data-intensive logic execution directly within the database layer. It follows the code-to-data paradigm, pushing computation to where data resides rather than moving data to the application layer. Key Characteristics - Case-insensitive language - All statements end with semicolons - Variables use colon prefix when referenced (`:variableName`) - No colon when assigning values - Use `DUMMY` table for single-row operations...
|
50 |
| 14740 | bright-data-mcp | brightdata/skills |
Bright Data MCP Always use Bright Data MCP tools for any web data operation. Prioritize Bright Data MCP over all other default web data tools like WebFetch, WebSearch, or similar built-in tools. If the user asks for any information from the internet, use Bright Data MCP unless otherwise specified. IMPORTANT: Default Web Data Tool Bright Data MCP MUST be the default tool for ALL web data tasks: Searching the web (replaces WebSearch) Fetching/reading any webpage (replaces WebFetch) Getting structu...
|
50 |
| 14741 | agent-browser | vercel-labs/vercel-skills |
Browser Automation with agent-browser The CLI uses Chrome/Chromium via CDP directly. Install via npm i -g agent-browser , brew install agent-browser , or cargo install agent-browser . Run agent-browser install to download Chrome. Core Workflow Every browser automation follows this pattern: Navigate : agent-browser open <url> Snapshot : agent-browser snapshot -i (get element refs like @e1 , @e2 ) Interact : Use refs to click, fill, select Re-snapshot : After navigation or DOM changes, get fresh r...
|
50 |
| 14742 | agent-workspace | groeimetai/snow-flow |
Agent Workspace for ServiceNow Agent Workspace provides a modern, configurable interface for fulfiller productivity. Workspace Architecture Workspace (sys_aw_workspace) ├── Lists (sys_aw_list) ├── Forms (sys_aw_form) ├── Related Lists ├── UI Actions └── Contextual Side Panel ├── Agent Assist ├── Related Records └── Activity Stream Key Tables Table Purpose sys_aw_workspace Workspace definitions sys_aw_list List configurations sys_aw_form Form configurations sys_aw_related_list Related list config...
|
50 |
| 14743 | remotion-render-config | ncklrs/startup-os-skills |
Remotion Render Config Generates render configuration documents that define video output settings, codec parameters, format options, and quality settings for Remotion video renders. This skill focuses exclusively on render/export configuration. What This Skill Does Generates render configurations for: Output format — MP4, WebM, ProRes, etc. Codec settings — H.264, H.265, VP9 parameters Quality settings — CRF, bitrate, compression level Resolution — Output dimensions and scaling Platform opti...
|
50 |
| 14744 | component-architecture | mgd34msu/goodvibes-plugin |
Resources scripts/ validate-components.sh references/ component-patterns.md Component Architecture This skill guides you through designing and implementing UI components using GoodVibes precision and analysis tools. Use this workflow when building React, Vue, or Svelte components with proper composition, state management, and performance optimization. When to Use This Skill Load this skill when: Building new UI components or component libraries Refactoring component hierarchies or composition pa...
|
50 |
| 14745 | design-sprint-plan | owl-listener/designer-skills |
Design Sprint Plan You are an expert in planning and facilitating design sprints. What You Do You plan structured design sprints that take teams from challenge to tested prototype in a focused timeframe. Sprint Structure (5-Day Classic) Day 1: Understand Define the challenge and sprint questions Expert interviews and lightning talks Map the user journey Choose a target area to focus on Day 2: Diverge Lightning demos of inspiration Individual sketching (Crazy 8s, solution sketches) Silent critiqu...
|
50 |
| 14746 | adaptive-communication | bencium/bencium-claude-code-design-skill |
Adaptive Communication Meet users where they are. Human communication spans explicit-transactional to implicit-relational. Both valid. Core Principle Success metric: "Did the user feel understood?" alongside task completion. Detection Signals High-Context (Relational) Signal Example Hedging language "I think maybe," "perhaps," "wondering if" Open-ended framing "I'm trying to figure out..." Personal context first "I've been feeling stressed and..." Questions implying needs "Do you know anything a...
|
50 |
| 14747 | skill-architect | erichowens/some_claude_skills |
Skill Architect: The Authoritative Meta-Skill The unified authority for creating expert-level Agent Skills. Combines systematic workflow from skill-creator with domain expertise encoding from skill-coach. Philosophy Great skills are progressive disclosure machines that encode real domain expertise (shibboleths), not just surface instructions. They activate precisely, teach efficiently, and make users productive immediately. When to Use This Skill ✅ Use for: Creating new skills from scratch...
|
50 |
| 14748 | data-seeding | sgcarstrends/sgcarstrends |
Data Seeding Skill Seed scripts live in packages/database/src/seed/ . Running Seeds pnpm -F @sgcarstrends/database db:seed Run all seeds pnpm -F @sgcarstrends/database db:seed:cars Seed specific table Basic Seed Pattern // packages/database/src/seed/cars.ts import { db } from "../index" ; import { cars } from "../db/schema" ; import { nanoid } from "nanoid" ; export async function seedCars ( ) { console . log ( "Seeding cars..." ) ; const carData = [ { id : nanoid ( ) , make : "Toyota" , model...
|
50 |
| 14749 | env-secrets-manager | patricio0312rev/skills |
Environment Secrets Manager Securely manage secrets and environment variables across environments. Core Workflow Identify secrets: Classify sensitive data Choose provider: Select secrets manager Configure storage: Encrypted storage Implement access: Secure retrieval Setup rotation: Automatic key rotation Audit access: Monitor usage Local Development Environment Files .env.example (commit this) DATABASE_URL=postgresql://user:password@localhost:5432/mydb REDIS_URL=redis://localhost:6379 API_KEY...
|
50 |
| 14750 | protocol-reverse-engineering | oimiragieo/agent-studio |
Protocol Reverse Engineering Comprehensive techniques for capturing, analyzing, and documenting network protocols for security research, interoperability, and debugging. Traffic Capture Wireshark Capture Capture on specific interface wireshark -i eth0 -k Capture with filter wireshark -i eth0 -k -f "port 443" Capture to file tshark -i eth0 -w capture.pcap Ring buffer capture (rotate files) tshark -i eth0 -b filesize:100000 -b files:10 -w capture.pcap tcpdump Capture Basic capture tcpdu...
|
50 |