[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-EmblemCompany-emblem-portfolio-tracker-en":3,"guides-for-EmblemCompany-emblem-portfolio-tracker":461,"similar-k177hwbwske8wxxx1zzga2cf9186nrhg-en":462},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":244,"isFallback":239,"parentExtension":249,"providers":250,"relations":255,"repo":257,"tags":457,"workflow":458},1778686517513.0205,"k177hwbwske8wxxx1zzga2cf9186nrhg",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Track crypto portfolio across 7 blockchains via EmblemAI. Aggregated balances with USD values, conditional trade P&L, and DeFi position tracking via Nansen. Use when the user wants to check their portfolio, see balances across chains, or review trade positions.\n",{"claudeCode":12},"EmblemCompany/Agent-skills","emblem-portfolio-tracker","https://github.com/EmblemCompany/Agent-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":226,"workflow":242},1778686721535.0642,"kn7253f2ecztbfkswqj32kh8f586nbdb","en",{"checks":20,"evaluatedAt":194,"extensionSummary":195,"features":196,"nonGoals":202,"promptVersionExtension":207,"promptVersionScoring":208,"purpose":209,"rationale":210,"score":211,"summary":212,"tags":213,"targetMarket":219,"tier":220,"useCases":221},[21,26,29,32,36,39,43,48,51,54,58,62,65,69,72,75,78,81,84,87,91,95,99,103,105,109,112,116,119,123,126,129,132,135,138,141,145,149,152,155,159,162,165,168,171,175,178,181,184,187,191],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of tracking crypto portfolios across multiple blockchains and identifies specific user needs like checking balances and reviewing trade positions.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers specialized tools for 7 blockchains, P&L tracking, and DeFi position viewing via Nansen, going beyond basic wallet balance aggregation.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill provides tools for balances, prices, P&L, and DeFi positions, covering the core lifecycle of portfolio tracking and review.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses solely on crypto portfolio tracking and analysis, with no unrelated capabilities.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description accurately reflects the skill's capabilities, including supported blockchains and features like P&L and DeFi tracking.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill exposes narrowly scoped tools for specific blockchain balances, price lookups, and position tracking.",{"category":44,"check":45,"severity":46,"summary":47},"Documentation","Configuration & parameter reference","not_applicable","The skill does not expose configurable parameters beyond agent/profile selection, making explicit parameter documentation not applicable.",{"category":33,"check":49,"severity":24,"summary":50},"Tool naming","Tool names like `solanaBalances`, `ethGetBalances`, and `getAllPositions` are descriptive verb-noun pairs within the crypto domain.",{"category":33,"check":52,"severity":24,"summary":53},"Minimal I/O surface","Tools request specific blockchain data and positions, and responses are focused on balances, prices, and P&L, without unnecessary telemetry.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The license is MIT, a permissive open-source license, as indicated in the SKILL.md frontmatter and LICENSE file.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The latest commit was on 2026-05-13, well within the last 3 months.",{"category":59,"check":63,"severity":24,"summary":64},"Dependency Management","The skill lists Node.js >= 18.0.0 and `@emblemvault/agentwallet` as requirements, and has a lockfile (`hasLockfile: true`), indicating good dependency management.",{"category":66,"check":67,"severity":46,"summary":68},"Security","Secret Management","The skill does not appear to handle or expose secrets, as it relies on an external CLI profile and agent configuration for authentication.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill's logic is self-contained within the provided scripts and SKILL.md, with no indication of loading untrusted third-party data as instructions.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","All dependencies appear to be managed via npm and Node.js, and there are no runtime external file fetches or script executions.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill operates within the agent's environment and interacts with the `@emblemvault/agentwallet` CLI, without evidence of modifying files outside its scope.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No detached process spawns or retry loops around denied tool calls were detected in the provided scripts or SKILL.md.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill focuses on retrieving portfolio data and does not instruct the agent to submit confidential data to third parties.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled files and documentation do not contain hidden text tricks, invisible Unicode characters, or other steering mechanisms.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill's logic is presented in plain markdown and bash script, with no obfuscation, base64 payloads, or runtime script fetching.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill relies on the `emblemai` CLI and assumes a correctly configured agent profile, which is standard for such tools.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","In the last 90 days, 0 issues were opened and 1 was closed, indicating active maintenance and prompt issue resolution.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The skill has a declared version (1.1.0) in the SKILL.md frontmatter and a CHANGELOG.md, indicating clear release management.",{"category":59,"check":63,"severity":24,"summary":104},"The skill specifies Node.js version requirements and has a lockfile, ensuring stable dependency management.",{"category":106,"check":107,"severity":24,"summary":108},"Execution","Validation","The skill's interactions with the CLI appear to be well-defined and structured, and the `portfolio-report.sh` script shows basic input validation for the CLI itself.",{"category":66,"check":110,"severity":46,"summary":111},"Unguarded Destructive Operations","The skill is read-only, focusing on data retrieval for portfolio tracking, and thus has no destructive operations.",{"category":113,"check":114,"severity":24,"summary":115},"Code Execution","Error Handling","The `portfolio-report.sh` script includes basic error checking for the CLI command, and the SKILL.md outlines failure modes for missing transaction data.",{"category":113,"check":117,"severity":24,"summary":118},"Logging","The `portfolio-report.sh` script provides console output for the report steps, and the main SKILL.md describes how the agent should interact with tools.",{"category":120,"check":121,"severity":46,"summary":122},"Compliance","GDPR","The skill operates on blockchain data and does not handle personal data directly, making GDPR compliance not directly applicable.",{"category":120,"check":124,"severity":24,"summary":125},"Target market","The skill operates on global blockchain data and has no regional restrictions, thus `targetMarket` is 'global'.",{"category":92,"check":127,"severity":24,"summary":128},"Runtime stability","The skill has clear Node.js 18+ requirements and uses standard CLI interactions, ensuring cross-platform compatibility.",{"category":44,"check":130,"severity":24,"summary":131},"README","The README provides a comprehensive overview of the EmblemAI ecosystem and lists available skills, including this one.",{"category":33,"check":133,"severity":24,"summary":134},"Tool surface size","The skill exposes a reasonable number of tools (around 10-12) focused on portfolio tracking.",{"category":40,"check":136,"severity":24,"summary":137},"Overlapping near-synonym tools","Tools are distinct, such as specific balance calls per chain and separate calls for positions, avoiding near-synonym redundancy.",{"category":44,"check":139,"severity":24,"summary":140},"Phantom features","All advertised features, such as balance tracking and P&L, are supported by corresponding tools listed in the SKILL.md.",{"category":142,"check":143,"severity":24,"summary":144},"Install","Installation instruction","The SKILL.md and README provide clear installation instructions for the CLI and examples for invocation.",{"category":146,"check":147,"severity":24,"summary":148},"Errors","Actionable error messages","The SKILL.md documents failure modes with observable symptoms and recovery steps, and the helper script includes basic CLI error handling.",{"category":106,"check":150,"severity":24,"summary":151},"Pinned dependencies","The `package.json` (implied by `hasLockfile: true`) and Node.js version requirement ensure pinned dependencies and interpreter versions.",{"category":33,"check":153,"severity":46,"summary":154},"Dry-run preview","The skill is read-only and does not perform state-changing operations or outbound data sends, making a dry-run feature not applicable.",{"category":156,"check":157,"severity":46,"summary":158},"Protocol","Idempotent retry & timeouts","The skill is read-only and does not involve remote calls or state-changing operations, so this check is not applicable.",{"category":120,"check":160,"severity":24,"summary":161},"Telemetry opt-in","There is no indication of telemetry being collected or sent by this skill; all operations are focused on user-initiated portfolio data retrieval.",{"category":40,"check":163,"severity":24,"summary":164},"Precise Purpose","The description precisely names the artifact (crypto portfolio across 7 blockchains) and the user intent (track, check balances, review trade positions) with clear boundaries.",{"category":40,"check":166,"severity":24,"summary":167},"Concise Frontmatter","The frontmatter is dense and self-contained, clearly stating the core capability within the character limit and followed by trigger phrases.",{"category":44,"check":169,"severity":24,"summary":170},"Concise Body","The SKILL.md is reasonably concise, delegating detailed examples and longer procedures to separate files or commands.",{"category":172,"check":173,"severity":24,"summary":174},"Context","Progressive Disclosure","The SKILL.md outlines the workflow and links to relevant CLI commands and documentation, demonstrating progressive disclosure.",{"category":172,"check":176,"severity":46,"summary":177},"Forked exploration","The skill is a direct data retrieval tool and does not involve deep exploration or code review, making `context: fork` not applicable.",{"category":22,"check":179,"severity":24,"summary":180},"Usage examples","The SKILL.md and README provide clear, ready-to-use examples for checking balances, P&L, and general portfolio review.",{"category":22,"check":182,"severity":24,"summary":183},"Edge cases","The SKILL.md documents limitations like lack of transaction history and unrealized P&L, with implicit recovery being to use other tools or accept the limitation.",{"category":113,"check":185,"severity":46,"summary":186},"Tool Fallback","The skill relies on the EmblemAI CLI and agent profile, not external MCP servers, making tool fallback not applicable.",{"category":188,"check":189,"severity":24,"summary":190},"Safety","Halt on unexpected state","The provided helper script and SKILL.md imply that errors or missing dependencies would halt execution, preventing unexpected actions.",{"category":92,"check":192,"severity":24,"summary":193},"Cross-skill coupling","The skill is self-contained for portfolio tracking and does not implicitly rely on other skills; it focuses on its stated domain.",1778686721416,"This skill tracks crypto portfolios across 7 blockchains (Solana, Ethereum, Base, BSC, Polygon, Hedera, Bitcoin) using the EmblemAI CLI. It aggregates balances with USD values, tracks conditional trade P&L, and views DeFi positions via Nansen. It requires Node.js 18+ and the `@emblemvault/agentwallet` CLI.",[197,198,199,200,201],"Track balances across 7 blockchains","Aggregate balances with USD values","Track conditional trade P&L","View DeFi positions via Nansen","List wallet addresses",[203,204,205,206],"Providing transaction history or exports for tax reporting","Calculating unrealized P&L on held tokens","Tracking 24h portfolio change","Calculating portfolio allocation percentages (agent must compute)","3.0.0","4.4.0","To provide users with a comprehensive, cross-chain view of their cryptocurrency holdings, including balances, trade performance, and DeFi positions, enabling informed financial decisions.","The skill is robust, well-documented, and clearly focused on its purpose, with no significant warnings or critical findings. The only minor finding is not applicable checks, which is expected for a read-only utility skill.",99,"A high-quality, well-documented skill for comprehensive cross-chain crypto portfolio tracking and analysis.",[214,215,216,217,218],"crypto","portfolio","blockchain","finance","analytics","global","verified",[222,223,224,225],"Check daily crypto portfolio status","Review trade performance and P&L","Monitor DeFi investments","Get specific chain balance snapshots",{"codeQuality":227,"collectedAt":229,"documentation":230,"maintenance":233,"security":238,"testCoverage":241},{"hasLockfile":228},true,1778686699344,{"descriptionLength":231,"readmeSize":232},262,10467,{"closedIssues90d":234,"forks":234,"hasChangelog":228,"manifestVersion":235,"openIssues90d":8,"pushedAt":236,"stars":237},1,"1.1.0",1778685796000,10,{"hasNpmPackage":239,"license":240,"smitheryVerified":239},false,"MIT",{"hasCi":228,"hasTests":239},{"updatedAt":243},1778686721535,{"basePath":245,"githubOwner":246,"githubRepo":247,"locale":18,"slug":13,"type":248},"skills/emblem-portfolio-tracker","EmblemCompany","Agent-skills","skill",null,{"evaluate":251,"extract":253},{"promptVersionExtension":207,"promptVersionScoring":208,"score":211,"tags":252,"targetMarket":219,"tier":220},[214,215,216,217,218],{"commitSha":254},"HEAD",{"repoId":256},"kd710sf830k0bm92f0evfpn6nd86nbfw",{"_creationTime":258,"_id":256,"identity":259,"providers":260,"workflow":453},1778686512535.0647,{"githubOwner":246,"githubRepo":247,"sourceUrl":14},{"classify":261,"discover":435,"github":438},{"commitSha":254,"extensions":262},[263,296,320,351,365,375,385,395,402,412,424],{"basePath":264,"description":265,"displayName":266,"installMethods":267,"rationale":268,"selectedPaths":269,"source":295,"sourceLanguage":18,"type":248},"skills/emblem-ai","One-shot user management for apps, multi-chain wallet authentication, an AI-powered assistant, and AI app introspection. Use when the user wants to let website users sign in with wallets, email/password, or social login and give each user a wallet-enabled account, then embed EmblemAI chat surfaces, connect plugins, or add Reflexive observability. Provides React components, TypeScript SDKs, session-based authentication, and pointers to the React and agent-wallet skills for specialized workflows.","emblem-ai",{"claudeCode":12},"SKILL.md frontmatter at skills/emblem-ai/SKILL.md",[270,273,276,279,281,283,285,287,289,291,293],{"path":271,"priority":272},"SKILL.md","mandatory",{"path":274,"priority":275},"README.md","high",{"path":277,"priority":278},"references/agentwallet.md","medium",{"path":280,"priority":278},"references/auth-react.md",{"path":282,"priority":278},"references/auth-sdk.md",{"path":284,"priority":278},"references/emblem-ai-incognito.md",{"path":286,"priority":278},"references/emblem-ai-react.md",{"path":288,"priority":278},"references/plugins.md",{"path":290,"priority":278},"references/react-components.md",{"path":292,"priority":278},"references/react-skill-proposal.md",{"path":294,"priority":278},"references/reflexive.md","rule",{"basePath":297,"description":298,"displayName":299,"installMethods":300,"rationale":301,"selectedPaths":302,"source":295,"sourceLanguage":18,"type":248},"skills/emblem-ai-agent-wallet","Connect to EmblemVault and manage wallet-aware workflows via EmblemAI with review-first, operator-controlled actions. Supports Solana, Ethereum, Base, BSC, Polygon, Hedera, and Bitcoin. Also use when the user needs Emblem's auth model explained: one browser auth flow can log a user in with wallets, email/password, or social sign-in, while agent mode can auto-provision a profile-scoped wallet with no manual setup.","emblem-ai-agent-wallet",{"claudeCode":12},"SKILL.md frontmatter at skills/emblem-ai-agent-wallet/SKILL.md",[303,304,305,307,309,311,313,315,318],{"path":271,"priority":272},{"path":274,"priority":275},{"path":306,"priority":278},"references/authentication.md",{"path":308,"priority":278},"references/capabilities.md",{"path":310,"priority":278},"references/commands.md",{"path":312,"priority":278},"references/security.md",{"path":314,"priority":278},"references/troubleshooting.md",{"path":316,"priority":317},"scripts/check-balance.sh","low",{"path":319,"priority":317},"scripts/check-commands-doc-sync.sh",{"basePath":321,"description":322,"displayName":323,"installMethods":324,"rationale":325,"selectedPaths":326,"source":295,"sourceLanguage":18,"type":248},"skills/emblem-ai-prompt-examples","Curated prompt and usage examples for research, portfolio review, quote requests, approval-gated drafts, NFT discovery, prediction-market analysis, and assistant workflows. Emphasis is review-first, trust-boundary-aware use of external data, and explicit confirmation before any value-moving action. Use when the user wants example prompts, phrasing guidance, or sample requests for end-user EmblemAI tasks.","emblem-ai-prompt-examples",{"claudeCode":12},"SKILL.md frontmatter at skills/emblem-ai-prompt-examples/SKILL.md",[327,328,329,331,333,335,337,339,341,343,345,347,349],{"path":271,"priority":272},{"path":274,"priority":275},{"path":330,"priority":278},"references/emblem-ai-prompt-examples/assistant-core-workflows.md",{"path":332,"priority":278},"references/emblem-ai-prompt-examples/bitcoin-ordinals-examples.md",{"path":334,"priority":278},"references/emblem-ai-prompt-examples/cross-chain-and-conditional-orders.md",{"path":336,"priority":278},"references/emblem-ai-prompt-examples/emblem-vault-examples.md",{"path":338,"priority":278},"references/emblem-ai-prompt-examples/market-research.md",{"path":340,"priority":278},"references/emblem-ai-prompt-examples/nft-opensea-examples.md",{"path":342,"priority":278},"references/emblem-ai-prompt-examples/polymarket-examples.md",{"path":344,"priority":278},"references/emblem-ai-prompt-examples/trading-and-defi.md",{"path":346,"priority":278},"references/emblem-ai-prompt-examples/transfers-and-safety.md",{"path":348,"priority":278},"references/emblem-ai-prompt-examples/wallet-and-portfolio.md",{"path":350,"priority":278},"references/emblem-ai-prompt-examples.md",{"basePath":352,"description":353,"displayName":354,"installMethods":355,"rationale":356,"selectedPaths":357,"source":295,"sourceLanguage":18,"type":248},"skills/emblem-ai-react","React integration skill for EmblemAI's one-shot user management. Use when the user wants to add website authentication plus wallet-enabled users to a React app with EmblemAuthProvider, ConnectButton, social/email/wallet login, chat components, React auth hooks, React composition patterns, or Migrate.fun React hooks.","emblem-ai-react",{"claudeCode":12},"SKILL.md frontmatter at skills/emblem-ai-react/SKILL.md",[358,359,360,361,362,364],{"path":271,"priority":272},{"path":274,"priority":275},{"path":280,"priority":278},{"path":286,"priority":278},{"path":363,"priority":278},"references/migratefun-react.md",{"path":290,"priority":278},{"basePath":366,"description":367,"displayName":368,"installMethods":369,"rationale":370,"selectedPaths":371,"source":295,"sourceLanguage":18,"type":248},"skills/emblem-defi-yield","DeFi yield research and liquid staking via EmblemAI. Discover yield opportunities, compare protocols, check DeFi positions with Nansen, and enter liquid staking via token swaps. Use when the user wants to research yields, find staking options, or review DeFi positions.\n","emblem-defi-yield",{"claudeCode":12},"SKILL.md frontmatter at skills/emblem-defi-yield/SKILL.md",[372,373],{"path":271,"priority":272},{"path":374,"priority":317},"scripts/yield-scan.sh",{"basePath":376,"description":377,"displayName":378,"installMethods":379,"rationale":380,"selectedPaths":381,"source":295,"sourceLanguage":18,"type":248},"skills/emblem-market-research","Crypto market intelligence via EmblemAI. Trending tokens, on-chain analytics, derivatives data, and smart money tracking from CoinGecko, CoinGlass, Birdeye, and Nansen. Use when the user wants market data, trending tokens, derivatives analytics, or on-chain intelligence.\n","emblem-market-research",{"claudeCode":12},"SKILL.md frontmatter at skills/emblem-market-research/SKILL.md",[382,383],{"path":271,"priority":272},{"path":384,"priority":317},"scripts/market-scan.sh",{"basePath":386,"description":387,"displayName":388,"installMethods":389,"rationale":390,"selectedPaths":391,"source":295,"sourceLanguage":18,"type":248},"skills/emblem-memecoin-scout","Memecoin discovery and risk assessment via EmblemAI. Trending memecoins on Solana, Base, and Hedera. Pump.fun and LaunchLab new token alerts, Clanker discovery, rug-pull detection, holder analysis, and smart money tracking. Use when the user wants to find new memecoins, check if a token is a rug pull, or scout trending low-cap tokens.\n","emblem-memecoin-scout",{"claudeCode":12},"SKILL.md frontmatter at skills/emblem-memecoin-scout/SKILL.md",[392,393],{"path":271,"priority":272},{"path":394,"priority":317},"scripts/memecoin-scan.sh",{"basePath":245,"description":10,"displayName":13,"installMethods":396,"rationale":397,"selectedPaths":398,"source":295,"sourceLanguage":18,"type":248},{"claudeCode":12},"SKILL.md frontmatter at skills/emblem-portfolio-tracker/SKILL.md",[399,400],{"path":271,"priority":272},{"path":401,"priority":317},"scripts/portfolio-report.sh",{"basePath":403,"description":404,"displayName":405,"installMethods":406,"rationale":407,"selectedPaths":408,"source":295,"sourceLanguage":18,"type":248},"skills/emblem-token-swap","Execute token swaps across 6 blockchains via EmblemAI. Automatic route optimization and cross-chain bridging via ChangeNow. Use when the user wants to swap tokens, exchange crypto, convert between currencies, or bridge assets cross-chain.\n","emblem-token-swap",{"claudeCode":12},"SKILL.md frontmatter at skills/emblem-token-swap/SKILL.md",[409,410],{"path":271,"priority":272},{"path":411,"priority":317},"scripts/swap-helper.sh",{"basePath":413,"installMethods":414,"rationale":416,"selectedPaths":417,"source":295,"sourceLanguage":18,"type":423},"",{"remote":415},"https://emblemvault.ai/api/mcp","server.json with namespace/server name at server.json",[418,420,421],{"path":419,"priority":272},"server.json",{"path":274,"priority":272},{"path":422,"priority":275},"LICENSE","mcp",{"basePath":425,"description":426,"displayName":427,"installMethods":428,"license":240,"rationale":429,"selectedPaths":430,"source":295,"sourceLanguage":18,"type":423},"mcp-bridge","Stdio MCP server that bridges to the hosted EmblemAI MCP at https://emblemvault.ai/api/mcp","@emblemvault/mcp",{"npm":427},"package.json @modelcontextprotocol/sdk dep + bin at mcp-bridge/package.json",[431,433],{"path":432,"priority":272},"package.json",{"path":434,"priority":278},"index.js",{"sources":436},[437],"manual",{"closedIssues90d":234,"description":439,"forks":234,"homepage":440,"license":240,"openIssues90d":8,"pushedAt":236,"readmeSize":232,"stars":237,"topics":441},"Official skill collection for EmblemAI agents — 200+ crypto tools across 7 blockchains","https://emblemvault.ai",[442,443,216,444,214,445,446,447,448,449,450,451,452],"agent-skills","ai-agent","cross-chain","defi","emblem","emblemai","ethereum","nft","solana","wallet","web3",{"classifiedAt":454,"discoverAt":455,"extractAt":456,"githubAt":456,"updatedAt":454},1778686517292,1778686512535,1778686515155,[218,216,214,217,215],{"evaluatedAt":243,"extractAt":459,"updatedAt":460},1778686517513,1778686961104,[],[463,482,511,538,564,597],{"_creationTime":464,"_id":465,"community":466,"display":467,"identity":469,"providers":470,"relations":477,"tags":478,"workflow":479},1778686517513.019,"k1735tsc606vr6erq9qq8q9aw186nnwh",{"reviewCount":8},{"description":298,"installMethods":468,"name":299,"sourceUrl":14},{"claudeCode":12},{"basePath":297,"githubOwner":246,"githubRepo":247,"locale":18,"slug":299,"type":248},{"evaluate":471,"extract":476},{"promptVersionExtension":207,"promptVersionScoring":208,"score":211,"tags":472,"targetMarket":219,"tier":220},[451,214,216,473,474,450,448,475],"security","authentication","bitcoin",{"commitSha":254},{"repoId":256},[474,475,216,214,448,473,450,451],{"evaluatedAt":480,"extractAt":459,"updatedAt":481},1778686563299,1778686960246,{"_creationTime":483,"_id":484,"community":485,"display":486,"identity":492,"providers":497,"relations":504,"tags":507,"workflow":508},1778692488329.0188,"k1766rmt0dab8gwdz9yks1rbw186nzxt",{"reviewCount":8},{"description":487,"installMethods":488,"name":490,"sourceUrl":491},"Track and update investment theses for portfolio positions and watchlist. Maintains scorecard of pillars, catalysts, and conviction level. Triggers on \"update thesis\", \"thesis check\", \"is my thesis intact\", \"add data point\", \"review positions\".",{"claudeCode":489},"luiseiman/claude-kit","Thesis Tracker","https://github.com/luiseiman/claude-kit",{"basePath":493,"githubOwner":494,"githubRepo":495,"locale":18,"slug":496,"type":248},"stacks/trading/skills/thesis-tracker","luiseiman","claude-kit","thesis-tracker",{"evaluate":498,"extract":503},{"promptVersionExtension":207,"promptVersionScoring":208,"score":211,"tags":499,"targetMarket":219,"tier":220},[500,217,215,501,502],"investment","thesis","tracking",{"commitSha":254,"license":240},{"parentExtensionId":505,"repoId":506},"k178gfhceqh5fda6z7215xhwx186m926","kd79wqc8an5wh20cc2znr8tyb586mxwx",[217,500,215,501,502],{"evaluatedAt":509,"extractAt":510,"updatedAt":509},1778693468994,1778692488329,{"_creationTime":512,"_id":513,"community":514,"display":515,"identity":521,"providers":524,"relations":531,"tags":533,"workflow":534},1778684150569.0688,"k179g2qxwgdww0be840nnbm39x86n5zr",{"reviewCount":8},{"description":516,"installMethods":517,"name":519,"sourceUrl":520},"Access the CoinPaprika API to query cryptocurrency market data including coin prices, tickers, exchanges, historical OHLCV data, and global market statistics. Use this skill when making HTTP requests to api.coinpaprika.com or api-pro.coinpaprika.com for crypto market information.",{"claudeCode":518},"coinpaprika/skills","coinpaprika-api","https://github.com/coinpaprika/skills",{"basePath":519,"githubOwner":522,"githubRepo":523,"locale":18,"slug":519,"type":248},"coinpaprika","skills",{"evaluate":525,"extract":530},{"promptVersionExtension":207,"promptVersionScoring":208,"score":526,"tags":527,"targetMarket":219,"tier":220},98,[214,528,529,217,216],"market-data","api",{"commitSha":254},{"repoId":532},"kd77zn40gd4vycdye3cz3xcgdn86m75z",[529,216,214,217,528],{"evaluatedAt":535,"extractAt":536,"updatedAt":537},1778684174767,1778684150569,1778684232908,{"_creationTime":539,"_id":540,"community":541,"display":542,"identity":548,"providers":552,"relations":557,"tags":559,"workflow":560},1778683038528.3518,"k17d6nnrpvmg71ee6snymm8jzx86mrz0",{"reviewCount":8},{"description":543,"installMethods":544,"name":546,"sourceUrl":547},"Query any on-chain wallet address token balances and positions. Retrieves all token holdings for a specified wallet address on a given chain,\nincluding token name, symbol, price, 24h price change, and holding quantity.\nUse this skill when users ask about wallet balance, token holds, portfolio, or asset positions for any blockchain address.\n",{"claudeCode":545},"binance/binance-skills-hub","query-address-info","https://github.com/binance/binance-skills-hub",{"basePath":549,"githubOwner":550,"githubRepo":551,"locale":18,"slug":546,"type":248},"skills/binance-web3/query-address-info","binance","binance-skills-hub",{"evaluate":553,"extract":556},{"promptVersionExtension":207,"promptVersionScoring":208,"score":526,"tags":554,"targetMarket":219,"tier":220},[216,452,214,451,555],"tokens",{"commitSha":254},{"repoId":558},"kd71r360yct2m95r3z945pd1yh86mpb6",[216,214,555,451,452],{"evaluatedAt":561,"extractAt":562,"updatedAt":563},1778683257053,1778683038528,1778683434223,{"_creationTime":565,"_id":566,"community":567,"display":568,"identity":574,"providers":579,"relations":590,"tags":592,"workflow":593},1778698837670.8,"k17a19x757qjaehqa5jah8k7y986n55p",{"reviewCount":8},{"description":569,"installMethods":570,"name":572,"sourceUrl":573},"Time series forecasting for AI agents. ARIMA and Holt-Winters predictions with confidence intervals. Predict revenue, traffic, prices, or any sequential data. Sub-5ms inference.",{"claudeCode":571},"Whatsonyourmind/oraclaw","OraClaw Forecast","https://github.com/Whatsonyourmind/oraclaw",{"basePath":575,"githubOwner":576,"githubRepo":577,"locale":18,"slug":578,"type":248},"mission-control/packages/clawhub-skills/oraclaw-forecast","Whatsonyourmind","oraclaw","oraclaw-forecast",{"evaluate":580,"extract":589},{"promptVersionExtension":207,"promptVersionScoring":208,"score":581,"tags":582,"targetMarket":219,"tier":220},100,[583,584,585,586,587,218,588],"forecasting","time-series","prediction","arima","holt-winters","data-science",{"commitSha":254,"license":240},{"repoId":591},"kd76fmxm1ng903s4fmj0p7hxxs86ndkg",[218,586,588,583,587,585,584],{"evaluatedAt":594,"extractAt":595,"updatedAt":596},1778698975269,1778698837670,1778699187952,{"_creationTime":598,"_id":599,"community":600,"display":601,"identity":607,"providers":611,"relations":619,"tags":622,"workflow":623},1778695720086.77,"k17dem9k6ck7j5dvtc629g0cdh86np6g",{"reviewCount":8},{"description":602,"installMethods":603,"name":605,"sourceUrl":606},"Specifies requirements for an analytics dashboard including metrics, visualizations, filters, and data sources. Use when requesting dashboards from data teams, defining KPI tracking, or documenting reporting needs.",{"claudeCode":604},"product-on-purpose/pm-skills","measure-dashboard-requirements","https://github.com/product-on-purpose/pm-skills",{"basePath":608,"githubOwner":609,"githubRepo":610,"locale":18,"slug":605,"type":248},"skills/measure-dashboard-requirements","product-on-purpose","pm-skills",{"evaluate":612,"extract":618},{"promptVersionExtension":207,"promptVersionScoring":208,"score":581,"tags":613,"targetMarket":219,"tier":220},[218,614,615,616,617],"dashboard","requirements","product-management","data-visualization",{"commitSha":254},{"parentExtensionId":620,"repoId":621},"k1721116hsfj7zg78w03432n8986n6y8","kd78ksv1wjj826ds5j1sh2kqnx86mhqf",[218,614,617,616,615],{"evaluatedAt":624,"extractAt":625,"updatedAt":624},1778696393987,1778695720086]