Skill packs
Multi-tool workflows that run server-side in one request: one payment, one settlement, and a single response with a partial-success envelope if a step fails. Cheaper to integrate than orchestrating the steps yourself.
Skill: Earnings deep-dive
POST /api/skill/earnings-deep-diveBundled execution of the Earnings deep-dive workflow - Everything you need before a company reports: the upcoming earnin…
try in playground →Skill: Options analytics
POST /api/skill/options-analyticsBundled execution of the Options analytics workflow - Price a European option on a live stock: pull the current quote, e…
try in playground →Skill: Fixed-income desk
POST /api/skill/fixed-income-deskBundled execution of the Fixed-income desk workflow - Read the rate environment and price a bond in one workflow: the li…
try in playground →Skill: DeFi protocol scanner
POST /api/skill/defi-protocol-scannerBundled execution of the DeFi protocol scanner workflow - Due-diligence a DeFi protocol in one workflow: live token pric…
try in playground →Skill: Security audit
POST /api/skill/security-auditBundled execution of the Security audit workflow - Enumerate a domain's external attack surface in one workflow: certs, …
try in playground →Skill: Email deliverability
POST /api/skill/email-deliverabilityBundled execution of the Email deliverability workflow - Diagnose why a domain's email lands in spam: SPF posture, DMARC…
try in playground →Skill: Crypto market brief
POST /api/skill/market-briefBundled execution of the Crypto market brief workflow - Quick crypto market snapshot: price for a specific coin, trendin…
try in playground →Skill: Financial analysis
POST /api/skill/financial-analysisBundled execution of the Financial analysis workflow - Quick company snapshot: live quote, 9 key financial metrics (reve…
try in playground →Skill: Financial research
POST /api/skill/financial-researchBundled execution of the Financial research workflow - Pull SEC filings, real-time quotes, historical prices, and macro …
try in playground →Skill: Macro economics
POST /api/skill/macro-economicsBundled execution of the Macro economics workflow - Pull the canonical US macro dataset - yield curve, CPI, unemployment…
try in playground →Skill: Macro dashboard refresh
POST /api/skill/macro-dashboardBundled execution of the Macro dashboard refresh workflow - The full macro + crypto dashboard in one call: 5 FRED series…
try in playground →Skill: DNS & network ops
POST /api/skill/dns-network-opsBundled execution of the DNS & network ops workflow - End-to-end DNS health check: records, multi-resolver propagation, …
try in playground →Skill: Crypto research
POST /api/skill/crypto-researchBundled execution of the Crypto research workflow - Pull live price, market structure, OHLC history, trending status, gl…
try in playground →Skill: Content extraction
POST /api/skill/content-extractionBundled execution of the Content extraction workflow - Turn arbitrary URLs and PDFs into clean structured text - article…
try in playground →Skill: SEC filings deep-dive
POST /api/skill/sec-filings-deep-diveBundled execution of the SEC filings deep-dive workflow - Pull the full EDGAR picture of a US public company in one work…
try in playground →Skill: Structured scrape
POST /api/skill/structured-scrapeBundled execution of the Structured scrape workflow - Pull structured data out of any web page deterministically - artic…
try in playground →Skill: Decode this blob
POST /api/skill/decode-blobBundled execution of the Decode this blob workflow - Hand the agent an opaque string - a JWT, a base64'd JSON payload, a…
try in playground →Skill: Trend analysis
POST /api/skill/trend-analysisBundled execution of the Trend analysis workflow - Take any numeric time series - a stock's daily close, a FRED macro in…
try in playground →Skill: Forecasting bake-off
POST /api/skill/forecasting-bake-offBundled execution of the Forecasting bake-off workflow - Don't guess which forecasting method to trust. Backtest all fou…
try in playground →Skill: Document intelligence
POST /api/skill/document-intelBundled execution of the Document intelligence workflow - Turn any PDF or image URL into structured data - metadata, ext…
try in playground →Skill: Loan comparison
POST /api/skill/loan-comparisonBundled execution of the Loan comparison workflow - Compare two or more loan offers - different rates, terms, fees, prep…
try in playground →Skill: Investment decision
POST /api/skill/investment-decisionBundled execution of the Investment decision workflow - Should we do this project? Run a capital allocation decision (eq…
try in playground →Skill: Retirement planning
POST /api/skill/retirement-planningBundled execution of the Retirement planning workflow - Will my retirement plan actually work? Project the accumulation …
try in playground →Skill: Savings goal
POST /api/skill/savings-goalBundled execution of the Savings goal workflow - How much do I need to save each month to hit $X in N years? Pin down th…
try in playground →Skill: Fraud signals
POST /api/skill/fraud-signalsBundled execution of the Fraud signals workflow - Is this domain trustworthy, or is it a phishing site / typosquat / sca…
try in playground →Skill: API investigation
POST /api/skill/api-investigationBundled execution of the API investigation workflow - Point at an unknown API endpoint and figure out how to use it: aut…
try in playground →Skill: Text hygiene
POST /api/skill/text-hygieneBundled execution of the Text hygiene workflow - Turn a wall of dirty text - chat logs, scraped pages, user-generated co…
try in playground →Skill: CSV profile
POST /api/skill/csv-profileBundled execution of the CSV profile workflow - Hand the pack a CSV and get back a column-by-column profile: descriptive…
try in playground →Skill: Location intel
POST /api/skill/location-intelBundled execution of the Location intel workflow - Point at an address (or even a rough place name) and assemble the sit…
try in playground →Skill: Meeting scheduler
POST /api/skill/meeting-schedulerBundled execution of the Meeting scheduler workflow - Schedule a meeting across timezones without the round-tripping. Co…
try in playground →Skill: JWT forensics
POST /api/skill/jwt-forensicsBundled execution of the JWT forensics workflow - Someone hands you a JWT and asks 'is this valid?' Decode without verif…
try in playground →Skill: User onboarding
POST /api/skill/user-onboardingBundled execution of the User onboarding workflow - Take a signup form submission and run the full onboarding workup det…
try in playground →Skill: Data interchange
POST /api/skill/data-interchangeBundled execution of the Data interchange workflow - Bring data in from any structured format, normalize through JSON as…
try in playground →Skill: RAG corpus prep
POST /api/skill/rag-prepBundled execution of the RAG corpus prep workflow - Take a raw document and turn it into a vector-DB-ready JSONL dataset…
try in playground →Skill: Webhook debug
POST /api/skill/webhook-debugBundled execution of the Webhook debug workflow - A webhook hit your endpoint and you need to confirm it's authentic, va…
try in playground →Skill: Webhook secure intake
POST /api/skill/webhook-intakeBundled execution of the Webhook secure intake workflow - The production ingest path for every incoming webhook: verify …
try in playground →Skill: WCAG accessibility audit
POST /api/skill/a11y-auditBundled execution of the WCAG accessibility audit workflow - Run a deterministic WCAG 2.x audit of an HTML page from a s…
try in playground →Skill: Multi-stop trip planner
POST /api/skill/trip-plannerBundled execution of the Multi-stop trip planner workflow - Plan a multi-stop journey deterministically: geocode each st…
try in playground →Skill: Server-side identity mint
POST /api/skill/identity-mintBundled execution of the Server-side identity mint workflow - The server-side identity-issuance round-trip: mint a rando…
try in playground →Skill: Macro backdrop snapshot
POST /api/skill/macro-contextBundled execution of the Macro backdrop snapshot workflow - The 'is the economic backdrop you're modeling against still …
try in playground →Skill: SEC regulatory monitoring
POST /api/skill/regulatory-watchBundled execution of the SEC regulatory monitoring workflow - The 'who just filed / who just bought / what just IPO'd / …
try in playground →Skill: Answer-a-question with sources
POST /api/skill/search-and-citeBundled execution of the Answer-a-question with sources workflow - The 'research a question, return an answer with citat…
try in playground →Skill: Uploaded-media normalize
POST /api/skill/media-pipelineBundled execution of the Uploaded-media normalize workflow - The 'user uploaded a thing, normalize it before storing' wo…
try in playground →Skill: API contract drift check
POST /api/skill/schema-evolutionBundled execution of the API contract drift check workflow - The 'did this API contract change in a way that breaks our …
try in playground →Skill: Link preview card
POST /api/skill/link-previewBundled execution of the Link preview card workflow - The 'turn a URL into a card-shaped preview' workflow. Pull OpenGra…
try in playground →Skill: Convert anything to markdown
POST /api/skill/any-to-markdownBundled execution of the Convert anything to markdown workflow - Convert anything at a URL - HTML, PDF, or an image - to…
try in playground →Skill: Site status snapshot
POST /api/skill/status-snapshotBundled execution of the Site status snapshot workflow - The 'is this site healthy, addressable, and crawlable - right n…
try in playground →Skill: Weather briefing
POST /api/skill/weather-briefBundled execution of the Weather briefing workflow - Full weather briefing for a location: current conditions, 7-day for…
try in playground →Skill: Cross-asset price monitor
POST /api/skill/price-monitorBundled execution of the Cross-asset price monitor workflow - Side-by-side snapshot of a stock and a crypto asset: live …
try in playground →Skill: Content quality report
POST /api/skill/content-qualityBundled execution of the Content quality report workflow - Readability scores, keyword density, and a URL-ready slug fro…
try in playground →Skill: Agent wallet readiness check
POST /api/skill/wallet-readinessBundled execution of the Agent wallet readiness check workflow - One call answers 'can this wallet pay right now?' - USD…
try in playground →Skill: Onchain analyst (SQL over Base)
POST /api/skill/onchain-analystBundled execution of the Onchain analyst (SQL over Base) workflow - Ask Base anything in one paid call: your SQL runs ag…
try in playground →Skill: Technical SEO audit
POST /api/skill/seo-auditBundled execution of the Technical SEO audit workflow - Can search engines and AI crawlers actually index this page? One…
try in playground →Skill: Cheapest rail right now
POST /api/skill/cheapest-railBundled execution of the Cheapest rail right now workflow - Where should an agent transact this minute? Live gas on Ethe…
try in playground →Skill: Company dossier
POST /api/skill/company-dossierBundled execution of the Company dossier workflow - Comprehensive company research report in one call: live quote, finan…
try in playground →Skill: Domain intel
POST /api/skill/domain-intelBundled execution of the Domain intel workflow - Full domain security and SEO intelligence in one call: WHOIS, DNS, TLS …
try in playground →Skill: Crypto dossier
POST /api/skill/crypto-dossierBundled execution of the Crypto dossier workflow - Everything about a cryptocurrency in one call: live price, 90-day his…
try in playground →Skill: Earnings watch
POST /api/skill/earnings-watchBundled execution of the Earnings watch workflow - Is this company reporting soon and what's the consensus? Earnings cal…
try in playground →Skill: Insider alert
POST /api/skill/insider-alertBundled execution of the Insider alert workflow - Insider buying/selling activity for a stock: Form 4 trades, live quote…
try in playground →Skill: IPO watch
POST /api/skill/ipo-watchBundled execution of the IPO watch workflow - What companies are going public? Recent S-1/IPO filings from EDGAR plus a …
try in playground →Skill: Yield dashboard
POST /api/skill/yield-dashboardBundled execution of the Yield dashboard workflow - Current yield curve snapshot: full Treasury curve, key spreads, and …
try in playground →Skill: Inflation check
POST /api/skill/inflation-checkBundled execution of the Inflation check workflow - Is the economy in recession territory? CPI, fed funds, unemployment,…
try in playground →Skill: FX monitor
POST /api/skill/fx-monitorBundled execution of the FX monitor workflow - Major currency snapshot: EUR/USD, GBP/USD, JPY/USD rates plus the full FX…
try in playground →Skill: DeFi dashboard
POST /api/skill/defi-dashboardBundled execution of the DeFi dashboard workflow - DeFi market overview: total TVL, ETH price, Base gas, and global cryp…
try in playground →Skill: NFT portfolio
POST /api/skill/nft-portfolioBundled execution of the NFT portfolio workflow - NFT + wallet snapshot: NFT holdings, native balance, and ETH price for…
try in playground →Skill: Wallet audit
POST /api/skill/wallet-auditBundled execution of the Wallet audit workflow - Full wallet activity review: balance, recent transactions, and token me…
try in playground →Skill: Gas optimizer
POST /api/skill/gas-optimizerBundled execution of the Gas optimizer workflow - Find the cheapest gas right now: Base gas, Ethereum gas, Base fee esti…
try in playground →Skill: SSL audit
POST /api/skill/ssl-auditBundled execution of the SSL audit workflow - TLS/SSL security posture check: live certificate inspection, HTTP security…
try in playground →Skill: Email security
POST /api/skill/email-securityBundled execution of the Email security workflow - Full email auth posture: SPF, DMARC, DKIM, and composite deliverabili…
try in playground →Skill: Brand protection
POST /api/skill/brand-protectionBundled execution of the Brand protection workflow - Is this domain legitimate? WHOIS age, DNS resolution, scam/phishing…
try in playground →Skill: Competitor scan
POST /api/skill/competitor-scanBundled execution of the Competitor scan workflow - What's a competitor using? Tech stack, HTTP headers, WHOIS, and page…
try in playground →Skill: Page audit
POST /api/skill/page-auditBundled execution of the Page audit workflow - Full page SEO + security audit: content extraction, metadata, HTTP header…
try in playground →Skill: Regex tester
POST /api/skill/regex-testBundled execution of the Regex tester workflow - Test a regular expression against text and get match results plus text …
try in playground →Skill: Number crunch
POST /api/skill/number-crunchBundled execution of the Number crunch workflow - Statistical analysis suite: descriptive statistics, correlation analys…
try in playground →Skill: Financial calculators
POST /api/skill/finance-calcBundled execution of the Financial calculators workflow - Compound interest, amortization schedule, and loan payment in …
try in playground →Skill: Markdown to HTML round-trip
POST /api/skill/markdown-convertBundled execution of the Markdown to HTML round-trip workflow - Markdown to HTML and back - a round-trip conversion that…
try in playground →Skill: XML to JSON
POST /api/skill/xml-jsonBundled execution of the XML to JSON workflow - Convert XML to JSON and pretty-print it - the 'legacy API response to mo…
try in playground →Skill: Validator suite
POST /api/skill/validator-suiteBundled execution of the Validator suite workflow - Validate common identifiers in one call: ISBN (book), IBAN (bank acc…
try in playground →Skill: Article digest
POST /api/skill/article-digestBundled execution of the Article digest workflow - Quick research brief on any topic - web search results plus an AI-gen…
try in playground →Skill: PDF processing pipeline
POST /api/skill/pdf-pipelineBundled execution of the PDF processing pipeline workflow - Full PDF processing pipeline - metadata, markdown conversion…
try in playground →Skill: URL inspector
POST /api/skill/url-inspectorBundled execution of the URL inspector workflow - Quick URL health and metadata check - parse the URL structure, verify …
try in playground →Skill: Content grade
POST /api/skill/content-gradeBundled execution of the Content grade workflow - Grade a page's content quality - extract the readable content then ana…
try in playground →Skill: OpenAPI spec audit
POST /api/skill/openapi-auditBundled execution of the OpenAPI spec audit workflow - Lint an OpenAPI spec and validate a sample payload against it - c…
try in playground →Skill: JSON pipeline
POST /api/skill/json-pipelineBundled execution of the JSON pipeline workflow - Validate, pretty-print, and convert JSON to CSV in one pass - the comp…
try in playground →Skill: Data format converter
POST /api/skill/data-convertBundled execution of the Data format converter workflow - CSV to JSON to YAML pipeline - convert tabular data through th…
try in playground →Skill: API health check
POST /api/skill/api-healthBundled execution of the API health check workflow - Is this API endpoint healthy? Liveness check, response headers, and…
try in playground →Skill: World Bank country data
POST /api/skill/world-dataBundled execution of the World Bank country data workflow - GDP and population for a country - two key World Bank indica…
try in playground →Skill: Fed economic snapshot
POST /api/skill/fred-snapshotBundled execution of the Fed economic snapshot workflow - Key Federal Reserve economic indicators - fed funds rate, unem…
try in playground →Skill: Contact verification
POST /api/skill/contact-verifyBundled execution of the Contact verification workflow - Verify an email address is deliverable - syntax validation plus…
try in playground →Skill: Domain age and legitimacy
POST /api/skill/domain-ageBundled execution of the Domain age and legitimacy workflow - How old and legit is this domain? WHOIS registration, DNS …
try in playground →Skill: JWT toolkit
POST /api/skill/jwt-toolkitBundled execution of the JWT toolkit workflow - Decode and verify a JWT in one pass - see the payload and check the sign…
try in playground →Skill: Timezone planner
POST /api/skill/timezone-plannerBundled execution of the Timezone planner workflow - Time zone conversion, business day calculation, and cron schedule p…
try in playground →Skill: Text analysis
POST /api/skill/text-analyzeBundled execution of the Text analysis workflow - Full text analysis - word/sentence stats, keyword extraction, and toke…
try in playground →Skill: Content cleaner
POST /api/skill/content-cleanBundled execution of the Content cleaner workflow - Clean and deduplicate text - redact PII, remove duplicate lines, and…
try in playground →Skill: Contract audit
POST /api/skill/contract-auditBundled execution of the Contract audit workflow - Triage a smart contract before an agent interacts with it: verified S…
try in playground →Skill: Transaction forensics
POST /api/skill/tx-forensicsBundled execution of the Transaction forensics workflow - Explain what an EVM transaction actually did: confirmation sta…
try in playground →Skill: Market open brief
POST /api/skill/market-openBundled execution of the Market open brief workflow - Full pre-trade snapshot for one ticker before the bell: the live q…
try in playground →Skill: Entity enrichment
POST /api/skill/entity-enrichBundled execution of the Entity enrichment workflow - Company name → verified identity + web footprint dossier: Wikidata…
try in playground →Skill: Feed watch
POST /api/skill/feed-watchBundled execution of the Feed watch workflow - Monitor an RSS/Atom feed in one call: parse the feed, read the top story …
try in playground →Skill: Schema guard
POST /api/skill/schema-guardBundled execution of the Schema guard workflow - Contract-test a JSON payload in one call: validate it against your sche…
try in playground →Skill: Subtitle pipeline
POST /api/skill/subtitle-pipelineBundled execution of the Subtitle pipeline workflow - Audio URL → finished subtitles in one call: transcribe the audio, …
try in playground →Skill: Locale brief
POST /api/skill/locale-briefBundled execution of the Locale brief workflow - "Can I reach this counterparty this week?" - country facts, this year's…
try in playground →