用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/zocomputer/skills --skill pitchfork-best-tracks命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Fetch live portfolio positions, balances, and daily transactions from TastyTrade. Outputs a structured JSON snapshot and a human-readable summary to ~/clarion/portfolio/. Use when the user asks for portfolio status, net liquidation value (NLV), position P/L, daily fills, or needs current holdings for the investor letter or thesis monitoring. Requires TastyTrade OAuth credentials (client secret + refresh token) stored as Zo secrets.
Reads the SPY/TLT/RSP color regime and the equity hurdle rate. Use when the user asks about the market regime, risk-on / risk-off, market color, SPY/TLT regime, breadth, or what hurdle rate to use for new positions. Pulls daily bars via yfinance (cached locally). Optionally accepts a 1Y T-bill yield to compute the equity hurdle rate. Requires clarion-setup to have been run.
Pull, index, and search SEC EDGAR filings for any public company. Supports 10-K and 10-Q (annual/quarterly with curated section extraction for risk factors, MD&A, business, and financials), Form 3/4/5 (insider transactions), 8-K (material events), DEF 14A (proxy/governance), S-1 (IPO/registration), 20-F (foreign private issuers), and any other SEC form by name. Use when the user asks about a company's SEC filings, risk factors, MD&A, insider transactions, executive compensation, business description, or wants to analyze a specific filing in plain English. Single ticker or multiple tickers (comma-separated). On first request for a ticker+form, indexing happens in the background (1-5 min). Subsequent queries are fast. Requires clarion-setup to have been run.
基于 SOC 职业分类
正在显示 SKILL.md
| name | pitchfork-best-tracks |
| description | Finds the latest songs from Pitchfork's Best New Tracks and creates a Spotify playlist for you |
| metadata | {"author":"ian.zo.computer","category":"Community","display-name":"Create Spotify playlist from Pitchfork Best New Tracks","emoji":"🎵"} |
Create a Spotify playlist with Pitchfork's most recent Best New Tracks.
Prerequisites: Spotify must be connected to Zo Computer.
Use tool view_webpage with URL https://pitchfork.com/reviews/best/tracks/ to load the page.
Parse the page content to extract track titles and artist names. Extract the most recent 10 tracks.
For each extracted track, search Spotify using the Spotify app integration. Search sequentially, not in parallel, to avoid rate limiting.
Use the Spotify app to create a new playlist with the specified name and description "Latest Best New Tracks from Pitchfork".
Add all successfully found tracks to the newly created playlist using Spotify URIs in the format spotify:track:[TRACK_ID].
Provide a summary showing: