The library
Everything we index — ranked by what works, never by stars.
forSalesMarketingHRFinanceLegalOpsProductEngineeringDataProductivitySupportsetup≤ plug & play≤ + a key≤ multi-tool
WORKS 48★2WORKS 48★0WORKS 48★1WORKS 48★1WORKS 48★1WORKS 48★1WORKS 48★1WORKS 48★1WORKS 48★1WORKS 48★1WORKS 48★1WORKS 48★1WORKS 48★1WORKS 48★20WORKS 48★20WORKS 48★465WORKS 48★465WORKS 48★465WORKS 48★465WORKS 48★465WORKS 48★465WORKS 48★465WORKS 48★465WORKS 48★60WORKS 48★4WORKS 48★0WORKS 48★0WORKS 48★0WORKS 48★0WORKS 48★0WORKS 48★0WORKS 48★0WORKS 48★0WORKS 48★0WORKS 48★2WORKS 48★2WORKS 48★2WORKS 48★2WORKS 48★2WORKS 48★2WORKS 48★2WORKS 48★2WORKS 48★0WORKS 48★0WORKS 48★0WORKS 48★7WORKS 48★4WORKS 48★7WORKS 48★7WORKS 48★4
Refine Ideas with Structured ThinkingskillProductProductivityL1
idea-refine · When requirements are vague and need structure before implementation.
Query PostgreSQL SchemasskillEngineeringDataL2
postgres-mcp · When agents need direct database access for queries or mutations.
Summarize Text Cost-EffectivelyskillProductivityDataL2
cheap-summarizer · When this specialized capability is required.
Check GitHub Repository StatsskillDataProductivityL1
github-repo · When this specialized capability is required.
Monitor Website Uptime and HealthskillOpsDataL1
site-status · When this specialized capability is required.
Get Real-Time Stock QuotesskillFinanceProductivityL1
stock-price · When this specialized capability is required.
Track Trending Repos and PostsskillMarketingDataL1
trending · When this specialized capability is required.
Summarize Long Text AffordablyskillProductivityDataL2
usdc-summarize · When this specialized capability is required.
Lookup Domain Registration DetailsskillOpsDataL1
whois-lookup · Verifying domain ownership history, checking expiration dates, or extracting registrar and nameserver info for domain takeover assessment.
Summarize YouTube videos automaticallyskillProductivityMarketingL1
youtube-summary · Quickly extracting key points from long YouTube videos (tutorials, talks, podcasts) without watching, especially when semantic accuracy across chunks matters.
Manage agent identity and settingsskillOpsL1
elisym-config · Iteratively tweaking agent public profile (name, picture, LLM provider/model, payment address) after initial creation without re-running the init wizard.
Discover and hire AI agentsskillOpsProductL2
elisym-customer · Discovering specialist AI agents by capability description, comparing prices, and delegating work to remote providers without API keys or platform accounts.
Run monetized AI agent serviceskillOpsEngineeringL3
elisym-provider · Monetizing a Claude/OpenAI subscription by running a long-lived agent that accepts paid jobs from the decentralized elisym network and settles in SOL/USDC.
Deploy agents through Agent OSskillEngineeringOpsL3
agoragentic · Delegating specialized AI work (summarization, search, analysis) to the best available provider without hardcoding endpoints, with automatic fallback and Base L2 USDC settlement.
Deploy agents through Agent OSskillEngineeringOpsL3
agoragentic · Moving a locally-developed agent toward hosted Agent OS deployment with integrated memory, secret storage, identity verification, and multi-agent swarm orchestration.
Research competitors with citationsskillMarketingProductL2
exa-research · Finding cited academic papers, discovering competitors via semantic similarity, or extracting factual answers grounded in real web sources rather than training data.
Generate marketing images with AIskillMarketingL2
image-prompting · Creating marketing posters, UI mockups, product shots, or any image where on-image typography must render exactly as specified without AI-generated slop.
Run isolated compute jobs remotelyskillEngineeringDataL2
modal · Running heavy compute (ML training, data processing), GPU-dependent code, or untrusted code in safe isolation without local GPU procurement or Docker management.
Make AI phone calls at scaleskillSalesOpsL2
phone · Verifying phone fraud and automating outbound confirmation calls
Access prediction market oddsskillFinanceDataL2
prediction-markets · Getting real-time event probabilities and comparing prices across venues
Query blockchain data directlyskillEngineeringDataL2
rpc · Low-level blockchain reads where native library integration is overkill
Search real-time news and socialskillMarketingOpsL2
search · Fast semantic search across prediction markets, blockchain, and news
Analyze crypto markets and walletsskillFinanceDataL2
surf · Quick wallet/contract state snapshots without running full indexing
Orchestrate multi-agent workflowsskillEngineeringOpsL3
network-ai · Multi-agent systems needing dynamic routing based on capabilities
Load persistent session memoryskillProductivityL2
unclick-memory · Agent-native memory that stays on-device and never calls home
Connect to blockchain walletskillFinanceOpsL2
authenticate-wallet · Passwordless login for decentralized apps using wallet signatures
Add funds to wallet instantlyskillFinanceL2
fund · Composing complex fund operations from simple atomic actions
Monetize API endpoints for agentsskillOpsEngineeringL3
monetize-service · Multi-stakeholder service monetization with transparent splits
Pay for services with USDCskillOpsFinanceL2
pay-for-service · Calling paid APIs with automatic USDC settlement on Base without managing wallet transactions manually.
Query onchain Base network dataskillDataEngineeringL2
query-onchain-data · Querying decoded blocks, transactions, and events on Base via standardized SQL without running a local full node.
Browse paid API marketplaceskillOpsProductL2
search-for-service · Discovering available paid APIs in the x402 bazaar without needing to know exact endpoint URLs upfront.
Send USDC to any addressskillFinanceOpsL2
send-usdc · Transferring USDC directly to users or vendors with optional ENS name resolution, bypassing manual wallet UI.
Swap tokens on Base networkskillFinanceL2
trade · Converting between tokens (USDC / ETH / WETH) on Base without manually navigating DEX UIs.
Browse and pay for servicesskillOpsProductL2
x402 · Meta-tool for discovering and calling any x402 endpoint when a more specific skill doesn't exist.
Break multi-file changes into stepsskillEngineeringL1
incremental-implementation · Managing large multi-file changes by building and testing each vertical slice independently, avoiding tangled one-shot implementations.
Profile and fix performance issuesskillEngineeringL2
performance-optimization · Fixing actual performance bottlenecks identified by profiling, avoiding guesswork-driven optimization.
Break large tasks into implementable stepsskillOpsL1
planning-and-task-breakdown · Decomposing large features into small, parallel-friendly tasks with explicit acceptance criteria.
Audit security and data handlingskillEngineeringL2
security-and-hardening · Ensuring code handling user data, authentication, or external services is secure from the start, not as an afterthought.
Prepare production deployment checklistskillEngineeringL1
shipping-and-launch · Shipping production changes with confidence through staged rollouts, monitoring, and tested rollback strategies.
Write specification for unclear requirementsskillProductL1
spec-driven-development · Establishing shared understanding of what to build and why before writing any code, preventing rework.
Write tests before implementing codeskillEngineeringL1
test-driven-development · Proving code correctness through tests, making bugs reproducible and fixes verifiable.
Discover and invoke applicable skillsskillL1
using-agent-skills · Routing incoming tasks to appropriate engineering workflow skills organized by development phase.
Run interactive CLI commandsskillEngineeringL2
clrun · Automating interactive CLI workflows (scaffolders, dev servers, TUI prompts) that would otherwise require manual intervention.
Run interactive CLI commandsskillEngineeringL2
clrun · Automating interactive CLI workflows (scaffolders, dev servers, TUI prompts) that would otherwise require manual intervention.
Run interactive CLI commandsskillEngineeringL2
clrun · Automating interactive CLI workflows (scaffolders, dev servers, TUI prompts) that would otherwise require manual intervention.
Search startup credits and tech dealsskillFinanceL2
agentdeals · Discovering free tiers and startup credits across 1500+ developer tools when building cost-conscious tech stacks.
Write multimodal video prompts for SeedanceskillMarketingL1
seedance-prompt-en · Generating precise video prompts for Seedance 2.0 using text, images, videos, and audio references with @ syntax.
Track developer tool pricing changesskillProductL1
check-pricing-changes · Auditing tech stacks for pricing risk and vendor cost changes before they impact production.
Find free tiers and developer dealsskillFinanceOpsL1
search-deals · When you need to find specific deals, services, or information with filtering and comparison.
Manage Obsidian vaults and knowledge graphsskillProductivityL2
obsidian-skill · When managing a knowledge base directly from Obsidian without leaving the editor.