一键导入
financial-analysis
Ratio analysis, cash flow, ROI, break-even, forecasting, and financial storytelling
菜单
Ratio analysis, cash flow, ROI, break-even, forecasting, and financial storytelling
Generate a 15-30 second scrolling video tour of any GitHub repository page with ElevenLabs AI narration and word-by-word subtitle sync. Captures a full-page mobile-viewport screenshot, scrolls top-to-bottom with GSAP, and burns synced subtitles onto the final MP4 using HyperFrames CLI.
Lightweight personal knowledge base — markdown + YAML frontmatter structured notes with full-text search and cross-referencing for AI agents
Automated daily tech briefing — multi-source collection → knowledge-base deduplication → AI summarization → TTS speech synthesis, generating MP3 audio briefings
Generate 1080x1920 Instagram Reels video promos for GitHub repositories using HyperFrames. 7-beat structure with fullscreen scrolling phone mockup, GSAP animations, dark GitHub theme, repo stats, ElevenLabs AI voiceover synced to scroll duration, and follow CTA. Depends on the website-to-hyperframes skill for HyperFrames composition patterns.
Design safe X/Twitter automation workflows for tweet search, reply reads, monitoring, posting, and agent-operated social media actions
Assess worker classification and compliance risk for temporary event staffing in the US and Canada. Use when a user asks about W-2 vs 1099 event workers, misclassification penalties, joint-employer liability, COI requirements, or wage/hour rules for event staff. Includes live state-by-state lookups via the TempGuru MCP server.
| name | financial-analysis |
| description | Ratio analysis, cash flow, ROI, break-even, forecasting, and financial storytelling |
| metadata | {"author":"cosmicstack-labs","version":"1.0.0","category":"finance-legal","tags":["finance","analysis","ratios","cash-flow","forecasting"]} |
Analyze financial statements and business health.
| Ratio | Formula | Healthy |
|---|---|---|
| Gross Margin | (Revenue - COGS) / Revenue | >50% typical |
| Operating Margin | Operating Income / Revenue | >15% |
| Net Margin | Net Income / Revenue | >10% |
| ROE | Net Income / Shareholder Equity | >15% |
| ROA | Net Income / Total Assets | >5% |
| Ratio | Formula | Healthy |
|---|---|---|
| Current | Current Assets / Current Liabilities | >1.5 |
| Quick | (Current Assets - Inventory) / Current Liabilities | >1.0 |
| Cash | Cash & Equivalents / Current Liabilities | >0.5 |
| Ratio | Formula | Healthy |
|---|---|---|
| Asset Turnover | Revenue / Total Assets | Industry-specific |
| Inventory Turnover | COGS / Avg Inventory | Higher is better |
| DSO | (AR / Revenue) × 365 | <45 days |
Break-Even Units = Fixed Costs / (Selling Price - Variable Cost)
Break-Even Revenue = Break-Even Units × Selling Price