Skip to main content
Source repository

starchild-ai-agent/official-skills

These skills were imported into SkillJury from the public skills ecosystem.

8 linked skillsVisit source
Source listing

8 imported skills

wallet

by starchild-ai-agent/official-skills

355

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.

Software EngineeringFrontend and Design

coingecko

by starchild-ai-agent/official-skills

352

CoinGecko provides comprehensive crypto market data including spot prices, OHLC candles, market cap, trending coins, sector performance, and global stats.

Software EngineeringFrontend and Design

coder

by starchild-ai-agent/official-skills

345

You write code that works. Not templates. Not placeholders. Working code, tested and proven.

Software EngineeringFrontend and Design

browser-preview

by starchild-ai-agent/official-skills

343

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.

Software EngineeringFrontend and Design

wallet-policy

by starchild-ai-agent/official-skills

340

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.

Software EngineeringFrontend and Design

skillmarketplace

by starchild-ai-agent/official-skills

315

Always use the search_skills tool. Do NOT manually curl, browse GitHub, or download SKILL.md files.

Software EngineeringFrontend and Design

preview-dev

by starchild-ai-agent/official-skills

314

Source details, install context, and public review data are available on the full page.

Software EngineeringFrontend and Design

charting

by starchild-ai-agent/official-skills

311

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.

Software EngineeringFrontend and Design