jiayaoqijia
- 1.5k skills
- 0 followers
- 2 days ago last updated
- ▌ Acceptance Criteria Doc · jiayaoqijia bundleGenerate an Acceptance Criteria (AC) live Confluence doc for a Jira epic, following the Assets team's standard structure (Overview, Documentation table, Testing Scenarios table with Given/When/Then criteria and QA sign-off checkboxes), then link it from the epic and its stories. Use this whenever the user asks to create acceptance criteria, ACs, an "AC doc", testing scenarios, or QA sign-off criteria for an epic or feature — even if they only paste a Jira epic link and say "create the ACs for this". Also use it when asked to update or regenerate an existing "<EPIC-KEY> - ACs" Confluence page.
- ▌ Perps Breakdown Tickets · jiayaoqijia bundleInteractively break a perps product requirement into split, dispatch-ready technical tickets across MetaMask Core, its release, Mobile, and Extension. Use when a product manager (or a codebase-aware Claude acting for one) has a perps bug or feature and needs engineering-grade tickets, correctly routed now that @metamask/perps-controller is the Core source of truth. Triages where the change actually lives, emits only the applicable layer tickets with dependency links, and enforces token-efficient, signal-over-noise tickets agents can act on directly.
- ▌ Swaps Cpu Profile Audit · jiayaoqijia bundleParse an already-recorded Hermes / React Native Release Profiler `.cpuprofile` (ideally symbolicated with source maps) and audit it for slow frames on the swaps/bridge screen and the modals or subpages it opens — quote select screen, post-trade modal, batch sell, asset picker/token selector. Use when a user hands you a `.cpuprofile` file (e.g. a `sampling-profiler-trace*.cpuprofile`, or its already-converted `*-converted.json`) recorded per `docs/readme/release-build-profiler.md` and asks to audit, analyze, explain, or find why the swaps/bridge flow is slow based on that trace. This is an offline, file-based analysis — no simulator, device, Metro, or `mm` session is required, unlike `swaps-perf-audit` (which measures live render counts on a running simulator). The audit accounts for ALL time in the capture, not just swaps-owned code: non-swaps frames that ran while the user sat on a swaps screen (navigation, redux, design system, polling controllers, React internals) are reported too, each labelled with wheth
- ▌ Agentpay Via X402 Demo · jiayaoqijia bundleAI-powered cross-chain payment automation - let your agent handle USDC payments between Solana and Base with zero human intervention
- ▌
- ▌ Omnicaptions Translate · jiayaoqijia bundleContext-aware caption translation skill for SRT/VTT/ASS with bilingual output and optional Gemini CLI fallback.
- ▌ Smart Contract Auditor · jiayaoqijia bundleAutomated smart contract security auditor using source code analysis, function signature intelligence, and multi-source security data. Zero configuration, no API keys required.
- ▌ Spoon Erc8004 Standard · jiayaoqijia bundleImplement ERC-8004 trustless agent identity. Use when registering agents on-chain, managing reputation, handling validation, or generating DID documents.
- ▌ Spoon Tool Development · jiayaoqijia bundleDevelop tools for SpoonOS agents. Use when creating custom tools, MCP servers, toolkit extensions, or configuring tool managers.
- ▌ Recipe Basis Trade Entry · jiayaoqijia bundleEnter a spot-futures basis trade when the premium exceeds a target threshold.
- ▌ Recipe Emergency Flatten 2 · jiayaoqijia bundleCancel all orders and close all positions in an emergency.
- ▌ Recipe Fee Tier Progress · jiayaoqijia bundleTrack 30-day trading volume progress toward the next fee tier.
- ▌ Recipe Funding Rate Scan · jiayaoqijia bundleScan perpetual contracts for attractive funding rate carry opportunities.
- ▌ Export Plan Review Comments · jiayaoqijia bundleExport the survived comments from a completed implementation-plan review into a timestamped Markdown findings artifact. Use when the user asks to save, write, or export plan-review comments/findings under `.ai/impl_plans/PLAN_ID/findings/REVIEW_TIMESTAMP/finding.md` while preserving the original review wording and wrapping each finding in paired `comment` markers.
- ▌ React Compiler Migration · jiayaoqijia bundleMigrate existing files so the React Compiler can optimize them, using react-compiler-marker output as the source of truth. Use when fixing React Compiler bail-outs, working through a react-compiler-marker report, or when the user mentions rcm, compiler failures, "Cannot access refs during render", "Existing memoization could not be preserved", or other compiler diagnostics.
- ▌ Git Workflow Management · jiayaoqijia bundleGit workflow automation skill for commit message generation, branch management, pre-commit checks, and change history analysis
- ▌
- ▌
- ▌
- ▌ Spoon Agent Development · jiayaoqijia bundleBuild AI agents with SpoonReactMCP. Use when creating custom agents, configuring tool chains, designing system prompts, or implementing concurrent agent patterns.
- ▌ Spoon Graph Development · jiayaoqijia bundleBuild StateGraph workflows with SpoonOS. Use when creating multi-step workflows, conditional routing, parallel execution, checkpointing, or multi-agent orchestration.
- ▌ Recipe Earn Yield Compare · jiayaoqijia bundleCompare earn strategy yields across assets and lock types to find the best rate.
- ▌ Recipe Futures Hedge Spot · jiayaoqijia bundleHedge a spot holding with a short futures position to lock in value.
- ▌ Recipe Playground Webhook · jiayaoqijia bundleExample driver: turn incoming webhook signals into validated paper trades inside a recorded session.
- ▌ Recipe Price Level Alerts · jiayaoqijia bundleSet up price level alerts that notify when key levels are crossed.
- ▌ Address Code Review Comments · jiayaoqijia bundleEnter the worktree of a GitHub PR, validate the code-review comments raised on it against what the code actually does and the repo rules, fix the valid ones directly in the PR's source/tests, and report in chat — a brief note per closed comment and a detailed plain-language explanation of every comment left unclosed and why. For code-review comments on a PR. Invoke manually.
- ▌ Code Refactoring Advisor · jiayaoqijia bundleEnterprise code refactoring advisor that detects code smells, anti-patterns, and complexity issues with specific refactoring recommendations, test generation, and maintainability metrics
- ▌
- ▌ Performance Optimization · jiayaoqijia bundleEnterprise performance optimization skill that identifies bottlenecks, analyzes caching strategies, performs load testing, and provides actionable optimization recommendations with detailed profiling metrics
- ▌
- ▌ Spoonos Deployment Guide · jiayaoqijia bundleDeploy SpoonOS agents to production environments. Use when containerizing agents with Docker, deploying to cloud platforms (AWS, GCP, Vercel), or setting up self-hosted infrastructure.
- ▌ Spoonos Testing Patterns · jiayaoqijia bundleTest SpoonOS agents effectively. Use when writing unit tests, integration tests, mocking LLM responses, or debugging agent behavior.
- ▌ Converting Minikit To Farcaster · jiayaoqijia bundleConverts Mini Apps from MiniKit (OnchainKit) to native Farcaster SDK. Use when migrating from @coinbase/onchainkit/minikit, converting MiniKit hooks, removing MiniKitProvider, or when user mentions MiniKit, OnchainKit, or Farcaster SDK migration.
- ▌ Crypto Experiment Reproducibility · jiayaoqijia bundleUse when designing, auditing, reproducing, or packaging cryptography/ZKP/lattice experiments, benchmarks, estimators, proof checkers, datasets, code artifacts, tables, figures, or claim-to-artifact evidence.
- ▌ Recipe Session Post Mortem · jiayaoqijia bundleNarrate a recorded session's post-mortem: replay the window, explain the P&L decomposition in plain terms, and deliver a presentation-ready summary.
- ▌ Review Plan Findings Feedback · jiayaoqijia bundleManually review a feedback file produced after implementation-plan review findings were addressed. Use when the user asks to verify that plan changes correctly close, correctly reject, or fail to close the original findings, while checking for newly introduced or newly exposed problems. Independently adjudicates only new candidate problems with the implementation-plan-review protocol, writes surviving unresolved or new findings to the plan-id findings directory, and replies with the output path or a concise no-new-findings status.
- ▌ Defi Protocol Interaction · jiayaoqijia bundleDeFi protocol interaction skill for Uniswap, Aave, Compound, and other major DeFi protocols
- ▌ Github Multi Repo Manager · jiayaoqijia bundleMulti-repo GitHub management. Cross-repo issues, Projects v2 boards, team workload analytics, milestone tracking, PR pipelines, and release coordination.
- ▌ Recipe Morning Market Brief · jiayaoqijia bundleGenerate a morning market summary with prices, volume, and portfolio state.
- ▌ Recipe Playground Rebalance · jiayaoqijia bundleExample driver: drive a portfolio-rebalance hypothesis into a recorded session.
- ▌ Recipe Trailing Stop Runner · jiayaoqijia bundleRide a trend with a trailing stop that locks in profits on reversal.
- ▌ Perps Validate Multiproject · jiayaoqijia bundleInteractively validate perps changes across local MetaMask Core, Mobile, and Extension checkouts. Use when a Core @metamask/perps-controller change must be checked in Mobile/Extension, or when a Mobile/Extension perps change needs parity validation in the other client. Defaults to current checkout as owner, yalc for Core package transport, read-only validation targets, and the smallest meaningful proof; asks the user only when required folders or proof level cannot be resolved.
- ▌ Agent Negotiation Protocol · jiayaoqijia bundleCRITICAL: You are an expert in multi-agent negotiation, game theory, and automated settlement protocols. Use this skill for designing and implementing agent-to-agent negotiation workflows with x402 payment settlement. Triggers on: negotiation, bargaining, agent trade, service agreement, SLA, price negotiation, x402 settlement, agent economy, "agents negotiate", "how do agents negotiate prices", "implement agent bargaining", "multi-round negotiation", "automated deal-making", "自动谈判", "智能体协商", "服务协议", "价格谈判", "多轮协商", "agent 经济"
- ▌ Recipe Track Orderbook Depth · jiayaoqijia bundleMonitor order book depth and bid-ask imbalance for liquidity signals.
- ▌ Terraform Plan Risk Auditor · jiayaoqijia bundleAnalyze Terraform plan JSON for risky changes and blast radius.
- ▌ Recipe Playground Price Alert · jiayaoqijia bundleExample driver: drive a price-level-alert hypothesis into a recorded session.
- ▌ Recipe Portfolio Snapshot CSV · jiayaoqijia bundleExport a portfolio snapshot with balances and valuations to CSV.
- ▌
- ▌ Spoonos Platform Integration · jiayaoqijia bundleDeploy SpoonOS agents to messaging platforms and APIs. Use when integrating agents with Telegram, Discord, Slack, REST APIs, webhooks, or scheduled tasks.
- ▌ Recipe Paper Strategy Backtest · jiayaoqijia bundleBacktest a trading strategy using paper trading against live prices.
- ▌ Fastkol Web3 Content Pipeline · jiayaoqijia bundleUse this skill when the user asks to run or design an end-to-end Web3 content workflow in fastKOL (Polymarket hotspot discovery -> script writing -> avatar video generation -> YouTube publishing), including daily brief outputs, tool-call ordering, and fallback handling when external credentials or MCP services are unavailable.
- ▌ K8S Manifest Security Auditor · jiayaoqijia bundleStatic analysis for common Kubernetes manifest security and reliability risks.
- ▌ Spoonos Application Templates · jiayaoqijia bundleReady-to-use agent application templates for common Web3 use cases. Use when building trading bots, NFT minters, DAO assistants, portfolio managers, or research agents with SpoonOS framework.
- ▌ Troubleshooting Motoko Migrations · jiayaoqijia bundleDeep reference for when the Motoko migration chain misbehaves — upgrade compatibility errors you cannot explain, migration files you cannot write, a first migration whose OldActor is non-empty, a project converted from legacy persistence, or a request to delete/remove the migrations directory or revert to inline (with migration = ...). Load only when the rules in migrating-motoko-actors do not explain what you are seeing.
- ▌ Recipe Drawdown Circuit Breaker · jiayaoqijia bundleAutomatically stop trading when portfolio drawdown exceeds a threshold.
- ▌ Recipe Playground Dca Triggered · jiayaoqijia bundleExample driver: dip-triggered dollar-cost-averaging on a live WebSocket stream, recorded to a session.
- ▌ Quote 2 · jiayaoqijia bundleThis skill should be used when the user asks to "get a swap quote", "check swap price", "compare token rates", "see exchange rates", "how much would I get for", "price check", or wants to know the expected output for a token trade. Fetches the best route from OpenOcean Aggregator across 40+ chains.
- ▌ Recipe Multi Pair Breakout Watch · jiayaoqijia bundleMonitor multiple pairs for price breakouts from defined ranges.
- ▌ Recipe Withdrawal To Cold Storage · jiayaoqijia bundleSafely withdraw funds to a pre-approved cold storage address.
- ▌ Marketing Productivity Optimizer · jiayaoqijia bundleMaximize marketing efficiency by automating item analysis, ad copy generation, creative asset production, and performance reporting. Use when creating marketing campaigns, generating ad copy, producing ad images for Instagram/Facebook, or analyzing ad performance metrics like CTR, CPC, ROAS.
- ▌ Recipe Subaccount Capital Rotation · jiayaoqijia bundleRotate capital between subaccounts based on strategy performance.
- ▌
- ▌
- ▌ Swap Build 2 · jiayaoqijiaThis skill should be used when the user asks to "build a swap", "prepare swap transaction", "get swap calldata", or wants to create a transaction for a token trade. Builds full swap transaction with calldata from OpenOcean Aggregator.
- ▌ Xspoonai Official AI Defi Safety Smart Execution Agent · jiayaoqijia bundleAI DeFi Safety & Smart Execution Agent
- ▌ Error Handling 2 · jiayaoqijiaThis skill should be used when any OpenOcean API call returns an error code, when token resolution fails, when transaction execution fails, or when any unexpected issue occurs during swap operations. Provides troubleshooting guidance and recovery steps.
- ▌ Defi Yield Scout · jiayaoqijia bundleFind, compare, and risk-score DeFi yield opportunities across 20+ protocols and 10+ chains. Includes impermanent loss calculator and strategy recommendations. No API keys required.
- ▌
- ▌ Okx Dex Market 2 · jiayaoqijia bundleQuery read-only DEX token, market, signal, social, trenches, and WebSocket data. Use for token search, rankings, liquidity, holders, risk metadata, clusters, and trades; prices, K-lines/OHLC, indexes, and wallet PnL; smart-money/KOL/whale signals; news, sentiment, and token vibe; meme-launch, developer, bundle/sniper, and co-investor research; or DEX WebSocket clients. Triggers include hot tokens, holder concentration, smart money, top-trader leaderboards, pump.fun research, new token launches, on-chain token scanning, bundled or sniper activity, and WebSocket.
- ▌ Okx Agentic Wallet 2 · jiayaoqijia bundleOperate OKX Onchain OS wallets and execute or inspect on-chain transactions. Use for wallet login/status/accounts/addresses/balances/holdings; receive/send/transfer; swaps, bridges, limit orders, contract calls, gas estimation, simulation, broadcast, and tracking; Bitcoin UTXO/BRC-20/inscriptions; signing, approvals, wallet policy/export, public-address portfolios, security checks, and audit logs.
- ▌ Polymarket Sports Edge 2 · jiayaoqijia bundleFind odds divergence between sportsbook consensus and Polymarket sports markets, then trade the gap.
- ▌ Clawsecurity · jiayaoqijiaSecurity scanning and remediation for AI coding agents. Scan code for vulnerabilities, generate fix patches, detect sensitive data leaks, and produce compliance reports — all from your OpenClaw agent.
- ▌
- ▌ Fix · jiayaoqijiaGenerate a minimal security patch for a specific vulnerability finding. Produces a .patch file with the smallest code change needed to remediate the issue without altering unrelated logic.
- ▌ Scan · jiayaoqijiaRun a comprehensive security scan on a codebase using available security scanners (Semgrep, Bandit, Trivy, osv-scanner). Returns structured findings with severity, file location, and OWASP mapping.
- ▌ Team · jiayaoqijiaLaunch a team of 4 parallel agents to add depth across multiple packages. Each agent creates 2 source files + 2 test files in non-overlapping packages. All files build and pass tests before committing.
- ▌
- ▌
- ▌ Devnet Debug · jiayaoqijiaDebug a Kurtosis devnet that is not producing blocks. Iterates through logs → code correlation → fix → rebuild → retest until the chain advances.
- ▌ Security Report · jiayaoqijiaGenerate a comprehensive security report with executive summary, detailed findings, remediation roadmap, and compliance mapping. Supports markdown and HTML output.
- ▌ Bolder · jiayaoqijiaAmplify safe or boring designs to make them more visually interesting and stimulating. Increases impact while maintaining usability. Use when the user says the design looks bland, generic, too safe, lacks personality, or wants more visual impact and character.
- ▌ Delight · jiayaoqijiaAdd moments of joy, personality, and unexpected touches that make interfaces memorable and enjoyable to use. Elevates functional to delightful. Use when the user asks to add polish, personality, animations, micro-interactions, delight, or make an interface feel fun or memorable.
- ▌ Distill · jiayaoqijiaStrip designs to their essence by removing unnecessary complexity. Great design is simple, powerful, and clean. Use when the user asks to simplify, declutter, reduce noise, remove elements, or make a UI cleaner and more focused.
- ▌ Colorize · jiayaoqijiaAdd strategic color to features that are too monochromatic or lack visual interest, making interfaces more engaging and expressive. Use when the user mentions the design looking gray, dull, lacking warmth, needing more color, or wanting a more vibrant or expressive palette.
- ▌ Evaluate · jiayaoqijiaElite background evaluator agent combining 30-year Google/AWS test/devops expertise with 30-year Apple design mastery. Strictest production standards. Pixel-perfect design scrutiny. Spawned in a worktree for independent grading.
- ▌ Merge Pr · jiayaoqijiaMerge a GitHub PR via squash after /prepare-pr. Use when asked to merge a ready PR. Do not push to main or modify code. Ensure the PR ends in MERGED state and clean up worktrees after success.
- ▌ Review Pr · jiayaoqijiaReview-only GitHub pull request analysis with the gh CLI. Use when asked to review a PR, provide structured feedback, or assess readiness to land. Do not merge, push, or make code changes you intend to keep.
- ▌ Prepare Pr · jiayaoqijiaPrepare a GitHub PR for merge by rebasing onto main, fixing review findings, running gates, committing fixes, and pushing to the PR head branch. Use after /review-pr. Never merge or push to main.
- ▌
- ▌ Mpp · jiayaoqijiaMachine Payments Protocol (MPP) for agent-to-service payments. Pay for APIs, LLM inference, image generation, and web search via HTTP 402. Use when asked about machine payments, paying for API calls, MPP protocol, Tempo wallet, or agent commerce.
- ▌ Lido MCP · jiayaoqijiaBuild and use an MCP server for Lido staking operations. Covers stETH staking, wstETH wrapping, withdrawal queue, balance queries, governance, and vault monitoring. Use when building Lido MCP tools, staking integrations, or monitoring Lido positions.
- ▌ 8004 · jiayaoqijia bundleERC-8004 protocol knowledge — understand the Trustless Agents standard, its three on-chain registries (Identity, Reputation, Validation), agent identification, registration file schema, feedback signals, trust models, contract ABIs, supported chains, and integration patterns. Consult this skill when the user asks about ERC-8004, agent identity NFTs, on-chain reputation, validation attestations, agent registration, trust boundaries, OASF skills/domains, or any concept related to the ERC-8004 protocol. Also consult when you see agent IDs like "11155111:42" or "8453:17".
- ▌ Defi Swap · jiayaoqijia bundleGet DEX swap quotes, price routes, and trade execution data across multiple chains. Use when asked about swapping tokens, best swap price, DEX aggregator quotes, token swap routes, trading on Uniswap/Jupiter/ParaSwap/1inch, slippage, or comparing swap rates across DEXes.
- ▌ Tempo · jiayaoqijiaUse this skill when the user wants to call an API, make an HTTP request, discover available services, or access external data with automatic payments. Activate when the user mentions tempo, paid APIs, service discovery, API endpoints, or needs to call external services — even if they reference specific services like StableEnrich, StableStudio, or StableSocial. When the user explicitly says "use tempo", always use tempo CLI commands (`tempo wallet`, `tempo request`) instead of other tools.
- ▌ Defi Yield · jiayaoqijiaFind yield farming opportunities, compare APY across DeFi protocols, analyze yield strategies, and check risk metrics. Use when asked about best yields, yield farming, APY comparison, Pendle fixed yield, Curve pools, liquidity mining rewards, yield strategy, or where to earn the highest return on crypto.
- ▌ Self Evolve · jiayaoqijiaAfter completing a task that required improvisation (multi-step workflows, one-off scripts, API calls, complex shell commands), proactively package the successful approach into a reusable skill for next time. Also triggers when: (1) a task took many steps that could be simplified, (2) the same type of request has come up before, (3) an installed skill didn't work well and needs improvement.
- ▌ Crypto Cex · jiayaoqijia bundleGet centralized exchange market data, order books, trading pairs, ticker prices, and 24h volume across Binance, Coinbase, Kraken, Bybit, Gate.io, and Bitget. Use when asked about CEX prices, exchange order book, trading pairs, CEX volume, Binance price, Kraken ticker, exchange comparison, or funding rates on centralized exchanges.
- ▌ Defi Lending · jiayaoqijia bundleCheck DeFi lending and borrowing rates, supply/borrow APY, positions, health factors, and protocol comparisons. Use when asked about lending rates, borrowing costs, Aave rates, Compound APY, Morpho markets, lending protocol comparison, health factor, or liquidation risk.
- ▌ Defi Staking · jiayaoqijiaCheck liquid staking APR, exchange rates, withdrawal queues, and staking rewards for ETH and other tokens. Use when asked about staking ETH, Lido stETH, Rocket Pool rETH, staking APR, liquid staking rates, staking rewards, unstaking queue, or staking comparison.
- ▌ 8004scan · jiayaoqijia bundleQuery the 8004scan public API to discover, search, and analyze ERC-8004 AI agents registered on the blockchain. Covers agent listing, semantic search, agent details, account lookups, platform statistics, supported chains, and feedback queries. Consult this skill when the user wants to search for agents, browse the agent registry, check agent details on 8004scan, get platform stats, look up agents by owner address, query feedback scores, or integrate with the 8004scan API programmatically.