원클릭으로
late-status
Late.dev read operations for checking post status, listing posts, and fetching analytics
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Late.dev read operations for checking post status, listing posts, and fetching analytics
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Researches individual competitors via web search to gather pricing, features, positioning, and reviews. Activates when the user wants to research a competitor, gather intel on a company, or asks 'what does [company] offer?' Covers multi-source intelligence gathering across official sites, review platforms, and community discussions.
Synthesizes competitive research into strategic insights, SWOT analyses, and positioning recommendations. Activates when the user wants a competitive analysis, market positioning review, competitor comparison matrix, or asks 'how do we stack up against the competition?' Identifies market gaps and strategic opportunities.
Extracts structured terms from legal contracts across 7 categories (Payment, Duration, IP, Confidentiality, Liability, Termination, Warranty). Activates when the user has a contract to analyze, wants to extract terms, review an agreement, or asks 'what does this contract say?' Supports PDF, DOCX, MD, and TXT formats with auto contract-type detection.
Evaluates contracts for harmful, unusual, or one-sided clauses using Red/Yellow/Green risk classification. Activates when the user wants to find contract red flags, assess legal risks, check for unfair terms, or asks 'is this contract safe to sign?' Provides plain-English explanations and concrete mitigation suggestions for freelancers and agency founders.
Creates and manages activity records in the CRM Communications database with AI-generated summaries. Activates when the user wants to log an email or meeting to CRM, record a client interaction, or asks 'save this to the client record.' Handles idempotent operations, deduplication, and AI summarization.
Matches email addresses and meeting attendees to CRM contacts using progressive matching. Activates when the user needs to identify which client an email belongs to, resolve a contact, or look up a client from an email address. Uses a 5-step algorithm from exact email match to fuzzy name matching with confidence scoring.
| name | late-status |
| description | Late.dev read operations for checking post status, listing posts, and fetching analytics |
node ../../../../.founderOS/scripts/late-tool.mjs posts status --post-id=post_abc123
Returns per-platform delivery status. Terminal states: published, failed. Non-terminal: pending, processing.
# All recent posts
node ../../../../.founderOS/scripts/late-tool.mjs posts list --limit=10
# Filter by status
node ../../../../.founderOS/scripts/late-tool.mjs posts list --status=failed
# Filter by profile
node ../../../../.founderOS/scripts/late-tool.mjs posts list --profile=prof_123
Requires Late.dev Analytics add-on. If unavailable, returns error — degrade gracefully by showing message with upgrade URL.
# Post-level analytics
node ../../../../.founderOS/scripts/late-tool.mjs analytics get --post-id=post_abc123
# Account-level analytics
node ../../../../.founderOS/scripts/late-tool.mjs analytics get --account-id=acc_123 --date-range=7d
Analytics response includes: likes, comments, shares, impressions, reach, clicks.
A post with status: "partial" means some platforms succeeded and others failed. Show per-platform breakdown and offer retry for failed platforms.