cyberneticlibrary

The library

Everything we index — ranked by what works, never by stars.

WORKS 48
Refine Ideas with Structured ThinkingskillProductProductivityL1
idea-refine · When requirements are vague and need structure before implementation.
WORKS 48
Query PostgreSQL SchemasskillEngineeringDataL2
postgres-mcp · When agents need direct database access for queries or mutations.
WORKS 48
Summarize Text Cost-EffectivelyskillProductivityDataL2
cheap-summarizer · When this specialized capability is required.
WORKS 48
Check GitHub Repository StatsskillDataProductivityL1
github-repo · When this specialized capability is required.
WORKS 48
Monitor Website Uptime and HealthskillOpsDataL1
site-status · When this specialized capability is required.
WORKS 48
Get Real-Time Stock QuotesskillFinanceProductivityL1
stock-price · When this specialized capability is required.
WORKS 48
Track Trending Repos and PostsskillMarketingDataL1
trending · When this specialized capability is required.
WORKS 48
Summarize Long Text AffordablyskillProductivityDataL2
usdc-summarize · When this specialized capability is required.
WORKS 48
Lookup Domain Registration DetailsskillOpsDataL1
whois-lookup · Verifying domain ownership history, checking expiration dates, or extracting registrar and nameserver info for domain takeover assessment.
WORKS 48
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.
WORKS 48
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.
WORKS 48
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.
WORKS 48
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.
WORKS 48
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.
WORKS 48
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.
WORKS 48
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.
WORKS 48
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.
WORKS 48
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.
WORKS 48
Make AI phone calls at scaleskillSalesOpsL2
phone · Verifying phone fraud and automating outbound confirmation calls
WORKS 48
Access prediction market oddsskillFinanceDataL2
prediction-markets · Getting real-time event probabilities and comparing prices across venues
WORKS 48
Query blockchain data directlyskillEngineeringDataL2
rpc · Low-level blockchain reads where native library integration is overkill
WORKS 48
Search real-time news and socialskillMarketingOpsL2
search · Fast semantic search across prediction markets, blockchain, and news
WORKS 48
Analyze crypto markets and walletsskillFinanceDataL2
surf · Quick wallet/contract state snapshots without running full indexing
WORKS 48
Orchestrate multi-agent workflowsskillEngineeringOpsL3
network-ai · Multi-agent systems needing dynamic routing based on capabilities
WORKS 48
Load persistent session memoryskillProductivityL2
unclick-memory · Agent-native memory that stays on-device and never calls home
WORKS 48
Connect to blockchain walletskillFinanceOpsL2
authenticate-wallet · Passwordless login for decentralized apps using wallet signatures
WORKS 48
Add funds to wallet instantlyskillFinanceL2
fund · Composing complex fund operations from simple atomic actions
WORKS 48
Monetize API endpoints for agentsskillOpsEngineeringL3
monetize-service · Multi-stakeholder service monetization with transparent splits
WORKS 48
Pay for services with USDCskillOpsFinanceL2
pay-for-service · Calling paid APIs with automatic USDC settlement on Base without managing wallet transactions manually.
WORKS 48
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.
WORKS 48
Browse paid API marketplaceskillOpsProductL2
search-for-service · Discovering available paid APIs in the x402 bazaar without needing to know exact endpoint URLs upfront.
WORKS 48
Send USDC to any addressskillFinanceOpsL2
send-usdc · Transferring USDC directly to users or vendors with optional ENS name resolution, bypassing manual wallet UI.
WORKS 48
Swap tokens on Base networkskillFinanceL2
trade · Converting between tokens (USDC / ETH / WETH) on Base without manually navigating DEX UIs.
WORKS 48
Browse and pay for servicesskillOpsProductL2
x402 · Meta-tool for discovering and calling any x402 endpoint when a more specific skill doesn't exist.
WORKS 48
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.
WORKS 48
Profile and fix performance issuesskillEngineeringL2
performance-optimization · Fixing actual performance bottlenecks identified by profiling, avoiding guesswork-driven optimization.
WORKS 48
Break large tasks into implementable stepsskillOpsL1
planning-and-task-breakdown · Decomposing large features into small, parallel-friendly tasks with explicit acceptance criteria.
WORKS 48
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.
WORKS 48
Prepare production deployment checklistskillEngineeringL1
shipping-and-launch · Shipping production changes with confidence through staged rollouts, monitoring, and tested rollback strategies.
WORKS 48
Write specification for unclear requirementsskillProductL1
spec-driven-development · Establishing shared understanding of what to build and why before writing any code, preventing rework.
WORKS 48
Write tests before implementing codeskillEngineeringL1
test-driven-development · Proving code correctness through tests, making bugs reproducible and fixes verifiable.
WORKS 48
Discover and invoke applicable skillsskillL1
using-agent-skills · Routing incoming tasks to appropriate engineering workflow skills organized by development phase.
WORKS 48
Run interactive CLI commandsskillEngineeringL2
clrun · Automating interactive CLI workflows (scaffolders, dev servers, TUI prompts) that would otherwise require manual intervention.
WORKS 48
Run interactive CLI commandsskillEngineeringL2
clrun · Automating interactive CLI workflows (scaffolders, dev servers, TUI prompts) that would otherwise require manual intervention.
WORKS 48
Run interactive CLI commandsskillEngineeringL2
clrun · Automating interactive CLI workflows (scaffolders, dev servers, TUI prompts) that would otherwise require manual intervention.
WORKS 48
Search startup credits and tech dealsskillFinanceL2
agentdeals · Discovering free tiers and startup credits across 1500+ developer tools when building cost-conscious tech stacks.
WORKS 48
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.
WORKS 48
Track developer tool pricing changesskillProductL1
check-pricing-changes · Auditing tech stacks for pricing risk and vendor cost changes before they impact production.
WORKS 48
Find free tiers and developer dealsskillFinanceOpsL1
search-deals · When you need to find specific deals, services, or information with filtering and comparison.
WORKS 48
Manage Obsidian vaults and knowledge graphsskillProductivityL2
obsidian-skill · When managing a knowledge base directly from Obsidian without leaving the editor.
page 14 / 108