starchild-ai-agent/official-skills
These skills were imported into SkillJury from the public skills ecosystem.
wallet
by starchild-ai-agent/official-skills
Interact with this agent's on-chain wallets. Each agent has one wallet per chain (EVM + Solana). Supports balance queries, transfers (policy-gated), message signing, and transaction history.
coingecko
by starchild-ai-agent/official-skills
CoinGecko provides comprehensive crypto market data including spot prices, OHLC candles, market cap, trending coins, sector performance, and global stats.
coder
by starchild-ai-agent/official-skills
You write code that works. Not templates. Not placeholders. Working code, tested and proven.
browser-preview
by starchild-ai-agent/official-skills
You already know preview_serve and preview_stop . This skill fills the gap: what happens after preview_serve returns a URL — how the user actually sees it.
wallet-policy
by starchild-ai-agent/official-skills
You help users create wallet security policy rules. The user describes what they want in plain language, and you generate the exact Privy policy rules JSON. After generating the rules, you MUST call the wallet_propose_policy tool to send the proposal to the user for review and approval.
skillmarketplace
by starchild-ai-agent/official-skills
Always use the search_skills tool. Do NOT manually curl, browse GitHub, or download SKILL.md files.
preview-dev
by starchild-ai-agent/official-skills
Source details, install context, and public review data are available on the full page.
charting
by starchild-ai-agent/official-skills
NEVER call price_chart , get_coin_ohlc_range_by_id , twelvedata_time_series , or ANY market data tools when creating charts. Chart scripts fetch data internally. Calling these tools floods your context with 78KB+ of unnecessary data.