starchild-ai-agent/official-skills▌
14 approved skills in this repository
hyperliquid
Frontend
Trade perpetual futures and spot tokens on Hyperliquid's fully on-chain DEX with automatic order execution and risk management. \n \n Supports crypto perps (BTC, ETH, SOL) and real-world assets/stocks (xyz:NVDA, xyz:TSLA, xyz:GOLD) with leverage up to asset maximums \n Includes 17 tools covering account info, market data, limit/market/post-only orders, stop loss/take profit triggers, position management, and fund transfers \n Agent automatically checks balances, detects asset types, sets leverag
charting
Productivity
Generate TradingView-style candlestick charts with technical indicators for price visualization and analysis. \n \n Supports candlestick charts with optional overlays (EMA, SMA, Bollinger Bands) and subplots (RSI, MACD) for crypto via CoinGecko and stocks/forex/commodities via Twelve Data \n Auto-selects optimal data intervals (hourly for ≤31 days, daily for longer ranges) to balance visual quality and data volume \n Chart scripts run standalone in the workspace using requests directly; template
twelvedata
Productivity
Real-time and historical stock and forex market data with quotes, time series, and reference lookups. \n \n Provides 10 tools covering real-time quotes, historical OHLCV time series, end-of-day prices, symbol search, and reference data for stocks, forex pairs, and exchanges \n Supports batch queries for up to 120 symbols in a single request, plus multiple time intervals (1-minute to monthly) and output sizes (compact 30-point or full 5000-point datasets) \n Requires TWELVEDATA_API_KEY environmen
preview-dev
Productivity
Live preview development environment for web projects, from static HTML to fullstack applications. \n \n Supports React, Vue, Vite, static HTML, Express, FastAPI, Streamlit, and Gradio with automatic health checking and error diagnostics \n Handles fullstack projects by building frontend and serving both API and static files from a single backend port \n Includes community publish feature to generate permanent public URLs for sharing previews on the internet \n Requires relative paths for all as
skillmarketplace
AI/ML
Search, install, and publish skills across local, community, and global ecosystems. \n \n Use search_skills tool to discover and auto-install skills from local, Starchild community, and skills.sh indexes; disable auto-install with auto_install=false for search-only mode \n Call search_skills() with no arguments to list all currently installed skills \n Publish Starchild-authored skills via gateway by validating SKILL.md frontmatter, obtaining an OIDC token, and POSTing to /skills/publish \n Vers
coinglass
Productivity
$22
Productivity
Read-only Twitter/X data lookup for tweets, users, followers, and engagement metrics. \n \n Nine tools cover tweet search with advanced operators, user profile lookups, follower/following lists, replies, retweets, and user discovery \n Supports advanced query syntax including keywords, from/to filters, hashtags, cashtags, engagement thresholds, date ranges, and media/link filters \n Cursor-based pagination for browsing large result sets across all endpoints \n Requires TWITTER_API_KEY environmen
coingecko
Productivity
Comprehensive crypto market data including prices, charts, trending coins, exchange info, and global statistics. \n \n 28+ tools covering spot prices, OHLC candles, historical charts, trending/top movers, and new coin discovery \n Market overview capabilities: global stats, DeFi metrics, sector performance by category, and exchange listings with volumes \n Coin and exchange detail queries: tickers, trading pairs, contract address lookups, and NFT collection data \n Automatic symbol resolution fo
wallet-policy
Productivity
Natural language wallet security policy generator for Privy-managed wallets. \n \n Converts plain-language security requirements into Privy policy rule JSON, supporting transfer limits, address allowlists, method restrictions, chain constraints, and time windows \n Covers both EVM (Ethereum, Base, Arbitrum, Polygon, etc.) and Solana chains with dedicated condition types for each ecosystem \n Sends proposed policies to the frontend via wallet_propose_policy tool for user review and signature appr
wallet
Productivity
Multi-chain wallet operations for EVM and Solana with balance queries, transfers, signing, and transaction history. \n \n Supports 13 tools across EVM (Ethereum, Base, Arbitrum, Optimism, Polygon, Linea) and Solana, including balance checks, fund transfers, message signing, and transaction history \n Use wallet_get_all_balances() for complete portfolio visibility across all chains with USD values in a single call \n Transfers are policy-gated by Privy TEE — only whitelisted addresses and amounts
orderly-onboarding
Productivity
Omnichain perpetual futures infrastructure with MCP server, SDK, and agent skills for building trading platforms. \n \n Provides a shared Central Limit Order Book (CLOB) accessible across EVM chains and Solana, with on-chain settlement and self-custody \n Includes an MCP server offering 8 tools for documentation search, SDK patterns, contract addresses, and API reference across all major clients \n Offers 15+ installable agent skills covering API authentication, order management, position tracki
skill-creator
Productivity
Scaffold new skills with validated directory structure, frontmatter, and progressive disclosure patterns. \n \n Generates skill directories with SKILL.md frontmatter, optional scripts/, references/, and assets/ subdirectories based on your needs \n Enforces lean SKILL.md bodies (under 500 lines) by routing detailed docs to references/ and executable code to scripts/ for context efficiency \n Provides validation script to catch frontmatter errors, missing fields, and structural issues before skil
browser-preview
Productivity
Browser preview panel for rendering and managing iframe-based service previews in the right sidebar. \n \n Automatically opens a Browser tab when preview_serve returns a URL; each service gets one tab accessible via the ⋮ menu showing running services \n Preview URLs use reverse proxy format /preview/{id}/ — users cannot access localhost or 127.0.0.1 directly; always direct them to the preview URL or Browser panel \n Static assets must use relative paths ( ./static/app.js , ./api/data ) instead
coder
Productivity
Code specialist for writing, debugging, and technical implementation. \n \n Reads files before editing to understand context, then makes surgical targeted changes using edit_file for existing code and write_file for new files \n Verifies all work by running tests or scripts and showing output as proof; fixes bugs by identifying root causes, not just symptoms \n Writes production-ready code with no placeholders or templates; every change is tested and proven to work before completion \n Supports