← all publishers

jiayaoqijia

@jiayaoqijia source repo

1516 published skills · page 3 of 16

  1. Defillama Yield Aggregator · jiayaoqijia bundle
    DefiLlama Yield Discovery
    0 installs
  2. Explain Zk · jiayaoqijia bundle
    Zero-knowledge and the BLS12-381 primitive family on Cardano: verify SNARK proofs on-chain, aggregate BLS signatures, run VRFs, derive keys, and check BBS+ credentials in Aiken. Triggers: "explain zero-knowledge", "ZK on Cardano", "verify a SNARK on-chain", "Groth16 in Aiken", "zk-SNARK verifier", "BLS signatures in Aiken", "aggregate signatures", "VRF on Cardano", "verifiable randomness", "BBS+ / selective disclosure", "anonymous credentials", "range proof", "Bulletproofs", "prove knowledge without revealing it".
    0 installs
  3. Caffeine App · jiayaoqijia bundle
    Scaffold and build a complete Caffeine app (caffeine.ai) from scratch — the project layout, the caffeine.toml workspace + canister manifests, the mops.toml for the single Motoko `backend` canister, the React/Vite frontend, and the caffeine CLI build loop (auth login, doctor, install, check --fix, preview --build). Use whenever the user wants to create, scaffold, set up, or build a Caffeine app or a caffeine.ai project, asks about caffeine.toml or mops.toml structure, or needs the caffeine CLI workflow — even if they do not say the words 'from scratch'. Always pair it with the `writing-motoko` skill for the backend code. Do NOT use it for Motoko language syntax or compiler errors (use the `writing-motoko` skill), and do NOT use it for generic Internet Computer / dfx / icp deployment (use the `icp-cli` skill).
    0 installs
  4. Ic Dashboard · jiayaoqijia bundle
    Query the public REST APIs that power dashboard.internetcomputer.org. Covers canister metadata, ICRC ledger data, SNS data, ICP ledger, and network metrics with cursor-based pagination. Use when fetching canister info, token data, SNS proposals, or network stats via HTTP from off-chain code. No canister deployment or cycles needed.
    0 installs
  5. Modern Move Syntax · jiayaoqijia bundle
    Use when writing Move code on Sui to ensure 2024 edition syntax is used. Applies to method calls, string literals, vector operations, option handling, loops, and struct unpacking. Use whenever writing Move code to avoid legacy function-call syntax patterns.
    0 installs
  6. Naming Conventions · jiayaoqijia bundle
    Use when writing or reviewing Move smart contracts on Sui. Applies to naming structs, error constants, regular constants, events, getter functions, capability types, hot potato types, and dynamic field keys. Use whenever creating new types, functions, or constants in Move code.
    0 installs
  7. Onchain Randomness · jiayaoqijia bundle
    Onchain randomness on Sui. Use when generating random values in Move smart contracts, working with the Random object (0x8) or RandomGenerator, securing randomness-consuming functions against composition attacks, PTB attacks, or state leakage, implementing commit-reveal patterns, balancing gas across execution paths, or integrating randomness from TypeScript. For general Move security patterns, see the `move-security` skill. For Move language fundamentals, see the `sui-move` skill. For TypeScript SDK patterns, see the `sui-sdks` skill.
    0 installs
  8. Sui TS Sdk · jiayaoqijia bundle
    Sui TypeScript SDK — PTB construction, client setup, transaction execution, and on-chain queries. Use when writing code that interacts with the Sui blockchain via @mysten/sui. These patterns apply in both backend scripts and frontend apps. For frontend-specific setup (dApp Kit, wallet adapters, React hooks), use the sui-frontend skill first or alongside this one.
    0 installs
  9. Sui TS Sdk Backend · jiayaoqijia bundle
    Sui TypeScript SDK for backend services and autonomous agents. Use when building a backend, agent, or service that interacts with Sui programmatically without CLI — keypair creation, faucet funding, client setup, transaction building and signing, package publishing from code, sponsored transactions, running transactions at scale with executors, cloud KMS signing (AWS/GCP), and multisig workflows. Also use when the user asks how to bootstrap a Sui agent, build a backend signer service, or run high-throughput transaction pipelines. For frontend dApp development with wallets, see the `frontend-apps` skill. For SDK selection (TS vs Rust vs community), see the `sui-sdks` skill. For PTB semantics and command reference, see the `ptbs` skill. For Move smart contract development, see the `sui-move` skill.
    0 installs
  10. Ton Blockchain · jiayaoqijia bundle
    Use when working with The Open Network (TON) blockchain, or when the user mentions TON-ecosystem terms the agent may not recognize—such as Tact, FunC, Tolk, Fift, TL-B, TVM, cells, BoC, Jettons, TEPs, TON Connect, workchains, shardchains, or liteservers. Provides a docs-first workflow for fetching and navigating TON documentation accurately, and covers smart contract development, transaction mechanics, wallet standards, token standards, Telegram Mini Apps, and infrastructure.
    0 installs
  11. Ton Bug Triage · jiayaoqijia bundle
    Reproduce TON bugs on a local tontester network. Use only when the task involves launching tontester validators, deploying contracts to a local network, or comparing patched validator builds — not for general TON development or testnet interaction.
    0 installs
  12. Polymarket 2 · jiayaoqijia bundle
    Query Polymarket prediction markets — top markets, search, event details, and odds. Use when asked about prediction markets, event odds, Polymarket data, election markets, crypto predictions, or betting odds on real-world events.
    0 installs
  13. Pool Info · jiayaoqijia bundle
    This skill should be used when the user asks to "check pool info", "get pool details", "pool TVL", "pool volume", "pool APR", "find pools", "search pools", "best pool for", "which pool", "pool address info", "what DEX is this pool", "identify pool", "pool stats", or wants to look up pool metadata (DEX, fee tier, tokens, TVL, volume, APR) before zapping into a pool. Also used internally by zap skills for DEX auto-detection when the user provides a pool address without specifying the DEX.
    0 installs
  14. Defi Skills · jiayaoqijia bundle
    Build unsigned DeFi transactions from natural language across multiple chains. Use when the user wants to send, transfer, swap, stake, unstake, wrap, unwrap, supply, withdraw, borrow, repay, deposit, delegate, add liquidity, remove liquidity, or trade yield tokens on-chain. Supports Ethereum, Arbitrum, Base, Optimism, Polygon, and Sepolia. Covers ETH, ERC-20, ERC-721, Aave, Lido, Uniswap, Curve, Compound, MakerDAO, Rocket Pool, EigenLayer, Balancer, Pendle, Fibrous, and WETH.
    0 installs
  15. Ccs Writing Style · jiayaoqijia bundle
    Use when revising an ACM CCS paper for a precise threat model, calibrated attack/defense claims, the CCS page budget, double-blind wording, adaptive-evaluation honesty, and the security house style expected by an adversarial SIGSAC program committee.
    0 installs
  16. Cdcx Auth Setup · jiayaoqijia bundle
    Credential and profile management — configure API keys via the setup wizard, environment variables, or config file. Resolution order and troubleshooting.
    0 installs
  17. Cdcx Wallet Ops · jiayaoqijia bundle
    Crypto wallet operations — deposits, withdrawals, network management. Withdrawal is tier-dangerous and requires extra gating.
    0 installs
  18. Kraken Multi Pair · jiayaoqijia bundle
    Monitor multiple trading pairs simultaneously for screening and comparison.
    0 installs
  19. Kraken Tax Export · jiayaoqijia bundle
    Export trade history, ledgers, and cost basis data for tax reporting.
    0 installs
  20. Add Data Source · jiayaoqijia bundle
    Step-by-step guide for adding a new data source provider to the free-crypto-news platform. Covers the full lifecycle from API evaluation to adapter implementation, testing, and registration. Use when integrating a new market data, on-chain, social, or news source.
    0 installs
  21. Kalshi Prediction · jiayaoqijia bundle
    Kalshi Event Contracts
    0 installs
  22. Bitget Wallet 3 · jiayaoqijia bundle
    Interact with Bitget Wallet API for crypto market data, token info, swap quotes, RWA (real-world asset) stock trading, and security audits. Use when the user asks about wallet, token prices, market data, swap/trading quotes, RWA stock discovery and trading, token security checks, K-line charts, or token rankings on supported chains (ETH, SOL, BSC, Base, etc.).
    0 installs
  23. Coinbase Developer Platform · jiayaoqijia bundle
    Coinbase CDP Agent Kit
    0 installs
  24. Market Sentiment · jiayaoqijia bundle
    Analyze market sentiment for stocks and crypto using Reddit, news headlines, and fear/greed indicators. Get a quick read on crowd psychology before trading.
    0 installs
  25. Security Scanner · jiayaoqijia bundle
    Scan code and dependencies for security vulnerabilities. Check npm audit, pip safety, and common security issues.
    0 installs
  26. Defillama Yield Recommender · jiayaoqijia bundle
    DefiLlama Yield Intelligence
    0 installs
  27. Explain Cip · jiayaoqijia bundle
    Explain Cardano Improvement Proposals (CIPs) to developers. Trigger phrases: "explain CIP", "what is CIP-30", "CIP-68 metadata", "what CIP covers", "which CIP for wallets", "governance CIP", "token metadata standard".
    0 installs
  28. Query Chain · jiayaoqijia bundle
    Guides finding the best way to query Cardano blockchain data. Triggers: "query chain", "read UTxOs", "fetch blockchain data", "Blockfrost vs Ogmios", "chain indexer", "query Cardano", "get transaction data", "read on-chain state", "query chain from Go".
    0 installs
  29. Skill Creator · jiayaoqijia bundle
    Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
    0 installs
  30. Stable Memory · jiayaoqijia bundle
    Persist canister state across upgrades. Covers StableBTreeMap and MemoryManager in Rust, persistent actor in Motoko, and upgrade hook patterns. Use when dealing with canister upgrades, data persistence, data lost after upgrade, stable storage, StableBTreeMap, pre_upgrade traps, or heap vs stable memory. Do NOT use for inter-canister calls or access control — use multi-canister or canister-security instead.
    0 installs
  31. Token Info · jiayaoqijia bundle
    This skill should be used when the user asks to "check token price", "get token info", "token details", "what is the price of", "current price of", "look up token", "token lookup", "market cap of", "is this token safe", or wants to know the current price, market cap, safety status, or contract address of a token before placing a limit order, swapping, or zapping into a pool. Fetches token metadata and live USD price from KyberSwap APIs across 18 EVM chains.
    0 installs
  32. Kraken Funding Ops · jiayaoqijia bundle
    Manage deposits, withdrawals, and wallet transfers safely.
    0 installs
  33. Kraken Order Types · jiayaoqijia bundle
    Complete reference for all spot and futures order types and modifiers.
    0 installs
  34. Kraken Rate Limits · jiayaoqijia bundle
    Understand Kraken API rate limits and adapt agent behavior when limits are hit.
    0 installs
  35. Kraken Rebalancing · jiayaoqijia bundle
    Portfolio rebalancing to maintain target allocations across assets.
    0 installs
  36. Aibtc Bitcoin Wallet · jiayaoqijia bundle
    Bitcoin L1 wallet for agents - check balances, send BTC, manage UTXOs. Extends to Stacks L2 (STX, DeFi) and Pillar smart wallets (sBTC yield).
    0 installs
  37. Read Temp File · jiayaoqijia bundle
    Reads the content of a file located in the temporary directory (temp/) which is otherwise ignored by git.
    0 installs
  38. Competitive Moat · jiayaoqijia bundle
    Strategic analysis skill for benchmarking free-crypto-news against CoinGecko, DefiLlama, CoinMarketCap, and other crypto data platforms. Identifies differentiation opportunities and growth strategies for reaching 1M+ users.
    0 installs
  39. Market Sentiment 2 · jiayaoqijia bundle
    Synthesize crypto market sentiment by combining the Fear & Greed index, trending coins, narrative momentum, whale activity, and on-chain signals into a single actionable market read. Use when the user wants to know if the market is bullish, bearish, or transitioning. Powered by the free-crypto-news API.
    0 installs
  40. Scale To Million · jiayaoqijia bundle
    Comprehensive scaling checklist and action plan to prepare free-crypto-news for 1M+ concurrent users. Use when planning infrastructure upgrades, load testing, or pre-launch scaling sprints. Covers caching, databases, queues, CDN, horizontal scaling, and observability.
    0 installs
  41. Moonpay MCP · jiayaoqijia bundle
    Set up MoonPay as an MCP server for Claude Desktop or Claude Code. Provides all MoonPay CLI tools via the Model Context Protocol.
    0 installs
  42. Polymarket Builder · jiayaoqijia bundle
    Polymarket Builder Program integration — register as a builder to earn weekly USDC fee rebates on routed volume, use py-builder-signing-sdk with Gnosis Safe wallets, discover 5-minute epoch-based Up/Down crypto markets via slug pattern {coin}-updown-5m-{epoch}, fix the CTF conditional token 400 balance/allowance error with polling (update_balance_allowance is a GET not a tx), and implement production-grade scalper bots on Polygon.
    0 installs
  43. Conditional Orders Automation · jiayaoqijia bundle
    Conditional Orders
    0 installs
  44. E2e Testing · jiayaoqijia bundle
    Deprecated. Use testing/extension-testing instead — Selenium E2E via references/e2e.md. Kept as a redirect stub for older installs and --include paths. For MetaMask Mobile, use testing/mobile-testing.
    0 installs
  45. Gas Oracle · jiayaoqijia bundle
    Analyze gas price history and predict optimal transaction fees.
    0 installs
  46. Log Triage · jiayaoqijia bundle
    CI/build/runtime error log analysis with root-cause detection, prioritized fix plans, and verification checklists
    0 installs
  47. Yield Calc · jiayaoqijia bundle
    Project future returns based on APY and compounding.
    0 installs
  48. Design Token · jiayaoqijia bundle
    Design Cardano native token, NFT, NFT collection, fungible token, CIP-25 metadata, CIP-68 reference tokens, CIP-113 programmable tokens, minting policy, token architecture.
    0 installs
  49. Setup Devnet · jiayaoqijia bundle
    Guides setting up a local Cardano development environment. Triggers: "setup devnet", "local testnet", "Yaci DevKit", "development environment", "local Cardano node", "devnet", "preview testnet", "preprod testnet".
    0 installs
  50. Custom Domains · jiayaoqijia bundle
    Register and manage custom domains for IC canisters via the HTTP gateway custom domain service. Covers DNS record configuration (CNAME, TXT, ACME challenge), the .well-known/ic-domains file, domain registration/validation/update/deletion via the REST API, TLS certificate provisioning, and HttpAgent host configuration. Use when the user wants to serve a canister under a custom domain, configure DNS for IC, register a domain with boundary nodes, troubleshoot custom domain issues, or update/remove a custom domain. Do NOT use for general frontend hosting or asset/static-site canister configuration without custom domains — use static-site instead.
    0 installs
  51. Encrypted Maps · jiayaoqijia bundle
    Add access-controlled, end-to-end encrypted key-value storage to a canister with the vetKeys EncryptedMaps library (ic-vetkeys for Rust and Motoko backends, @icp-sdk/vetkeys for the frontend). Values are encrypted client-side under vetKeys and shared between principals with per-user access rights (Read, ReadWrite, ReadWriteManage). Use when building a password manager, encrypted notes, a secure vault, or any app that stores and shares encrypted data on-chain. Start here for encrypted storage; escalate to the vetkeys skill only for BLS signatures, custom IBE, or timelock encryption.
    0 installs
  52. Https Outcalls · jiayaoqijia bundle
    Make HTTPS requests from canisters to external web APIs. Covers transform functions for consensus, cycle cost management, response size limits, and idempotency patterns. Use when a canister needs to call an external API, fetch data from the web, or make HTTP requests. Do NOT use for EVM/Ethereum calls — use evm-rpc instead.
    0 installs
  53. Multi Canister · jiayaoqijia bundle
    Design and deploy multi-canister dapps. Covers inter-canister calls, canister factory pattern, async messaging pitfalls, bounded vs unbounded wait, and 2MB payload limits. Use when splitting an app across canisters, making inter-canister or cross-canister calls, or designing canister-to-canister communication. Do NOT use for single-canister apps.
    0 installs
  54. Writing Motoko · jiayaoqijia bundle
    Motoko language pitfalls, modern syntax, and architecture patterns for the Internet Computer. Covers persistent actors, stable types, mo:core standard library, dot notation, mixins, and common compilation errors. Use when writing Motoko canister code, fixing Motoko compiler errors, or generating Motoko actors. Do NOT use for deployment, icp.yaml, or CLI commands; for design review or audit of existing Motoko code, load reviewing-motoko instead.
    0 installs
  55. Sui Frontend · jiayaoqijia bundle
    Sui frontend dApp development with @mysten/dapp-kit-react (React) and @mysten/dapp-kit-core (Vue, vanilla JS, other frameworks). Use when building browser apps that connect to Sui wallets, query on-chain data, or execute transactions. Use alongside the sui-ts-sdk skill for PTB construction patterns.
    0 installs
  56. Limit Order · jiayaoqijia bundle
    This skill should be used when the user asks to "create a limit order", "place a limit order", "set a target price order", "limit buy", "limit sell", "cancel limit order", "check my orders", "query limit orders", or wants to trade tokens at a specific price. Creates, queries, and cancels gasless limit orders via KyberSwap Limit Order API across 17 EVM chains.
    0 installs
  57. Swap Status · jiayaoqijia bundle
    This skill should be used when the user asks to "check transaction status", "tx status", "did my swap succeed", "check swap result", "transaction receipt", "what happened to my swap", or wants to verify whether a previously submitted swap transaction succeeded or failed on-chain. Uses Foundry's `cast receipt` to retrieve transaction receipts and `cast run` to decode revert reasons for failed transactions.
    0 installs
  58. Error Handling · jiayaoqijia bundle
    Handle errors when swapping tokens through KyberSwap Aggregator API
    0 installs
  59. Crypto Paper Reader · jiayaoqijia bundle
    Use when deeply reading one cryptography, ZKP, or lattice paper to extract its claims, definitions, proof structure, assumptions, parameters, evidence, costs, limitations, and research implications.
    0 installs
  60. Crypto Paper Review · jiayaoqijia bundle
    Use when pre-reviewing, peer reviewing, stress-testing, or assessing submission readiness of a cryptography, ZKP, lattice, or security paper for a leading research venue.
    0 installs
  61. Zkp Security Review · jiayaoqijia bundle
    Use when auditing an interactive or non-interactive zero-knowledge proof/argument, proof of knowledge, Fiat-Shamir transform, SNARK/STARK, polynomial commitment, aggregation, recursion, folding, or IVC system.
    0 installs
  62. Market Intel · jiayaoqijia bundle
    On-chain and institutional market intelligence — the structural layer beneath price. Use this skill whenever the user asks about: whale activity, exchange flows, token unlocks, ETF inflows/outflows, institutional buying or selling, DeFi TVL, yield opportunities, DEX trending tokens, meme coins, new token launches, market cycle indicators, AHR999, Pi Cycle, rainbow chart, accumulation zone, BTC market cycle, is now a good time to DCA, Coinbase premium, stablecoin supply, on-chain health, ETH gas, BTC fees, mempool, market cap rankings, or anything about what large holders and institutions are doing with their coins.
    0 installs
  63. Cdcx Market Intel · jiayaoqijia bundle
    Fetch and analyze market data — prices, orderbook depth, candles, recent trades
    0 installs
  64. Kraken Dca Strategy · jiayaoqijia bundle
    Dollar cost averaging with scheduled buys and performance tracking.
    0 installs
  65. Kraken Earn Staking · jiayaoqijia bundle
    Discover staking strategies, allocate funds, and track earn positions.
    0 installs
  66. Kraken Futures Risk · jiayaoqijia bundle
    Futures-specific risk management: leverage, funding rates, margin, and liquidation awareness.
    0 installs
  67. Kraken Grid Trading · jiayaoqijia bundle
    Grid trading strategy with layered buy and sell orders across a price range.
    0 installs
  68. Kraken Setup · jiayaoqijia bundle
    Install kraken-cli, create API credentials, and go from paper trading to live in under five minutes.
    0 installs
  69. Kraken Market Intel · jiayaoqijia bundle
    Read market state with low-noise data pulls and streaming updates.
    0 installs
  70. Kraken Ws Streaming · jiayaoqijia bundle
    Real-time data streaming via WebSocket for spot and futures.
    0 installs
  71. Fix False Positives · jiayaoqijia bundle
    Use when the user asks to "fix false positives", "check FP stats", "triage autofixer false positives", "why is rule X getting dismissed", or wants to reduce dismissal rates in the program_autofixer. Queries live dismissal telemetry from Databricks, ranks rules by false-positive burden, diagnoses the root cause in the rule's visitor, and implements a fix with the user approving each step.
    0 installs
  72. Polymarket API · jiayaoqijia bundle
    查询Polymarket预测市场数据 / Query Polymarket prediction markets
    0 installs
  73. Polymarket Research · jiayaoqijia bundle
    Use when researching Polymarket prediction markets, checking odds on events, finding trending markets, analyzing 5-minute crypto prediction markets (BTC/ETH), comparing market sentiment, or helping users decide what to bet on. Triggers on polymarket, prediction market, odds, betting, 5-minute markets, event probability.
    0 installs
  74. Unit Testing · jiayaoqijia bundle
    Deprecated. Use testing/extension-testing (references/unit.md) for MetaMask Extension, or testing/mobile-testing (references/unit.md) for MetaMask Mobile. Kept as a redirect stub for older installs and --include paths.
    0 installs
  75. Privy · jiayaoqijia bundle
    Create and manage agentic wallets with Privy. Use for autonomous onchain transactions, wallet creation, policy management, and transaction execution on Ethereum, Solana, and other chains. Triggers on requests involving crypto wallets for AI agents, server-side wallet operations, or autonomous transaction execution.
    0 installs
  76. Crypto Intel Github Analytics · jiayaoqijia bundle
    Crypto GitHub Analytics
    0 installs
  77. Ethereum Transaction Analyzer · jiayaoqijia bundle
    Ethereum Transaction Analyzer
    0 installs
  78. Explain Eutxo · jiayaoqijia bundle
    Explain Cardano's extended UTxO model to developers. Trigger phrases: "explain datum", "what is a redeemer", "eUTxO vs account model", "how do validators work", "what is a script context", "UTxO model", "how does Cardano differ from Ethereum".
    0 installs
  79. Give Feedback · jiayaoqijia bundle
    Send feedback about cardano-dev-skills itself to its maintainers as a GitHub issue: a bundled skill or doc that was wrong, stale, confusing, or missing something, a prompt that should have triggered a skill but didn't, or a skill that saved real time. Drafts the issue from the current context, scrubs secrets, asks once, then files it with gh. Trigger phrases: "give feedback", "send feedback", "report this skill", "this doc is wrong", "that skill is stale", "feedback to cardano-dev-skills", "/give-feedback".
    0 installs
  80. Icp Brand Voice · jiayaoqijia bundle
    ICP / DFINITY positioning, voice, and vocabulary v2 for surfaces under the DFINITY or Internet Computer (ICP) mark. Pairs with icp-brand-design (colors, typography, components). Use when writing or reviewing copy, UI strings, headlines, hero lines, buttons, errors, empty states, release notes, blog posts, marketing pages, developer docs, social posts, decks. Enforces the calm, factual, plain voice (no hyperbole, no em-dashes, no emoji), the locked positioning ("Sovereign frontier cloud / Scaling AI that builds"), the four voice attributes (Factual, Plain, Calm, Sovereign by math), and the strict ban on bare "onchain" and "on-chain" as nouns, attributes, or selling points. Triggers, ICP voice, DFINITY voice, brand voice, is this on brand copy, vocabulary check, tagline review, headline review, ICP positioning, how should we describe ICP, write a headline. Products with their own voice (OISY, Caffeine, future ecosystem products with their own verbal systems) are out of scope.
    0 installs
  81. Swap Approve · jiayaoqijia bundle
    This skill should be used when the user asks to "approve token", "check allowance", "approve USDC for swapping", "token approval", "revoke approval", "set allowance", "remove approval", "check token approval", "approve router", or wants to manage ERC-20 token approvals for the KyberSwap router. Supports checking allowance, approving exact amounts, unlimited approvals, and revoking approvals.
    0 installs
  82. Rocketpool Liquid Staking · jiayaoqijia bundle
    Interact with Rocket Pool liquid staking contracts — deposit ETH to mint rETH, burn rETH for ETH, check exchange rates, query deposit pool balances, and perform rETH ERC-20 operations. Supports cast (Foundry CLI) and Ethereum MCP tools on mainnet and Hoodi testnet.
    0 installs
  83. Crypto Intel Security Scanner · jiayaoqijia bundle
    Smart Contract Security Scanner
    0 installs
  84. Crypto Novelty Check · jiayaoqijia bundle
    Use when adversarially checking whether a decomposed cryptography, ZKP, or lattice contribution has matching prior art, priority conflicts, hidden predecessors, or only a bounded novelty claim.
    0 installs
  85. Crypto Paper Writing · jiayaoqijia bundle
    Use when outlining, drafting, restructuring, or completing a cryptography, ZKP, lattice, or security paper from verified claims, proofs, literature, parameters, experiments, artifacts, and venue requirements.
    0 installs
  86. Macro Analyst · jiayaoqijia bundle
    Macro-economic and cross-asset analysis for crypto market context. Use this skill whenever the user asks about the broader economic environment and its effect on crypto or risk assets. Triggers include: macro outlook, interest rates, Fed policy, rate cut, rate hike, FOMC, yield curve, inverted yield curve, recession risk, inflation, CPI, PCE, jobs data, unemployment, GDP, 10-year yield, 2-year yield, spread, dollar strength, DXY, risk-on, risk-off, gold correlation, BTC vs S&P, cross-asset correlation, global markets, tech earnings impact on crypto, forex rates, euro, yen, China market, A-shares, economic calendar, macro environment.
    0 installs
  87. News Briefing · jiayaoqijia bundle
    Crypto and financial news aggregation, briefing, and narrative synthesis. Use this skill whenever the user wants news, headlines, or to understand what's happening in markets right now. Triggers include: latest news, what's happening, news briefing, morning briefing, today's news, crypto news, market news, top headlines, recent news, news summary, what happened, hot topics, trending news, breaking news, market update, weekly recap, what's moving markets, catalyst today, current narrative, what are people talking about, social trending, Weibo trending, hot search, Chinese social media, KOL views, analyst opinion, researcher take, any news on [X].
    0 installs
  88. Cdcx Check Balance · jiayaoqijia bundle
    Verify credentials and inspect account balance — the first action an agent takes before trading.
    0 installs
  89. Kraken Basis Trading · jiayaoqijia bundle
    Capture the spot-futures price spread with delta-neutral basis trades.
    0 installs
  90. Kraken Funding Carry · jiayaoqijia bundle
    Earn funding rate payments by positioning on the paying side of perpetuals.
    0 installs
  91. Kraken Paper To Live · jiayaoqijia bundle
    Promote a validated paper strategy to live trading, gated on lab experiment evidence plus safety checks.
    0 installs
  92. Describe Changes · jiayaoqijia bundle
    Describe very high level changes required to implement discussed functionality (functionality, test, docs)
    0 installs
  93. Gh Issue Publish · jiayaoqijia bundle
    Publish a GitHub issue from a markdown file in .ai/gh_issues/ created by gh-issue-bug or gh-issue-improvement skills
    0 installs
  94. Graph Polymarket MCP · jiayaoqijia bundle
    Query Polymarket prediction market data via The Graph subgraphs + Polymarket REST APIs (Gamma + CLOB) — 35 tools for market search, live prices, on-chain analytics, trader P&L, open interest, resolution status, and CLOB V2 builder attribution.
    0 installs
  95. Coinbase Developer Platform MCP · jiayaoqijia bundle
    Coinbase Developer Platform MCP
    0 installs
  96. X402 Payments · jiayaoqijia bundle
    Build x402 payment flows using MetaMask Smart Accounts Kit, machine to machine payments over HTTP with ERC-7710 delegations and ERC-7715 Advanced Permissions
    0 installs
  97. Xspoonai Official Secret Guard · jiayaoqijia bundle
    Secret Guard
    0 installs
  98. Running A Base Node · jiayaoqijia bundle
    Runs a Base node for production environments. Covers hardware requirements, Reth client setup, networking, and sync troubleshooting. Use when setting up self-hosted RPC infrastructure or running archive nodes. Covers phrases like "run a Base node", "set up Base RPC", "Base node hardware requirements", "Reth Base setup", "sync Base node", "self-host Base", or "run my own node".
    0 installs
  99. Connect Wallet · jiayaoqijia bundle
    Guides integrating a Cardano wallet into a web dApp using CIP-30. Triggers: "connect wallet", "CIP-30", "wallet integration", "browser wallet", "sign transaction", "wallet connector", "dApp wallet", "Nami", "Eternl", "Lace".
    0 installs
  100. Icp Brand Design · jiayaoqijia bundle
    ICP / DFINITY visual design system v2: tokens, color, typography, layout, components, accessibility for DFINITY and Internet Computer surfaces. Pairs with icp-brand-voice. Use when building or reviewing visual surfaces (NNS, ICP.app, Internet Identity, dashboards, the main website, developer docs, marketing). Enforces the system that ships on internetcomputer.org: three faces (Newsreader, Inter, JetBrains Mono), single rust accent, light editorial parchment as the default theme with an opt-in dark theme for product surfaces that need it, sentence case, italic for asides only, no em-dashes (U+2014), tamperproof spelled as one word. Triggers: ICP design, DFINITY design, brand tokens, design review ICP, color palette, typography ICP, NNS redesign, light or dark mode ICP. OISY, Caffeine, and ecosystem products with their own brand are out of scope.
    0 installs