primary-logic

Real-time investment context from Primary Logic — LLM-ranked relevance and impact signals from podcasts, articles, X/Twitter, Kalshi, Polymarket, earnings calls, filings, and other monitored sources across public and private companies.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "primary-logic" with this command: npx skills add PrimaryLogic/agent-skills

Primary Logic Investment Intelligence

Use the Primary Logic MCP tools to retrieve real-time, continuously refreshed investment context with LLM-ranked relevance and impact signals for public and private companies.

Setup

Cowork

  1. Open Manage Plugins.
  2. Click Personal -> Add a Marketplace from GitHub.
  3. Enter PrimaryLogic/agent-skills.
  4. Install the plugin, click Manage, then connect the primary-logic connector.
  5. Run /primary-logic give me an update about NVDA.
  6. If prompted, complete OAuth.

OpenClaw

Paste this into OpenClaw:

Install the plugin https://github.com/PrimaryLogic/agent-skills and run the Oauth flow

Claude Code

claude plugin marketplace add PrimaryLogic/agent-skills
claude plugin install primary-logic

Claude prompts for OAuth automatically on first tool call.

Codex

codex mcp add primary-logic --url https://primarylogic--pulse-backend-external-api-app.modal.run/mcp

Other MCP-capable agents

Add to your agent's MCP config:

  • URL: https://primarylogic--pulse-backend-external-api-app.modal.run/mcp
  • Auth: OAuth only

npx (universal)

npx skills add PrimaryLogic/agent-skills

Activation Cues

Activate this skill when the user asks for any of:

  • ticker-specific bullish or bearish evidence
  • recent catalysts or risk signals from content
  • per-content relevance or impact details by ticker
  • source coverage or content visibility checks
  • OAuth token usage diagnostics
  • setup help for agentic decision support or user-controlled trading workflows

What This Data Represents

  • Source-normalized investment context: top podcasts, articles/news, X/Twitter, Kalshi, Polymarket, earnings calls, filings, and other monitored channels normalized into one feed
  • LLM-heavy signal extraction: per-ticker relevance and impact scores attached to each content item to prioritize material developments
  • Public + private company coverage: source visibility and ticker coverage for the requesting organization

Connection

  • MCP server: primary-logic connector
  • Base URL: https://primarylogic--pulse-backend-external-api-app.modal.run/mcp
  • Auth: OAuth access token via MCP OAuth discovery (/.well-known/oauth-authorization-server)

Available MCP Tools

Use the primary-logic connector tools:

ToolPurpose
health_checkValidate connectivity and auth
search_contentBroad content discovery with filters (tickers, sources, sentiment, time)
get_contentFetch a single content item by ID
get_content_ticker_signalsPer-item ticker attribution with relevance and impact
get_ticker_contentSignal-ranked content for a specific ticker
list_sourcesOrg source visibility and coverage
list_tickersSearch available tickers
get_ticker_detailTicker summary with optional signal stats
get_usageAPI usage telemetry

Hard Rules

  • Never fabricate data; all claims must map to tool responses.
  • Access is user-entitlement scoped to token subject (sub); if calls fail with billing errors, owner subscription status is usually the cause.
  • Data visibility is org-scoped; if records are missing, org source visibility may be the cause.
  • If a tool call fails, report the error and suggest a concrete next step.
  • Use absolute timestamps in outputs when the user asks about recent windows.
  • Do not claim market prices, positions, or execution events unless explicitly present in the data.
  • Do not present outputs as guaranteed returns or autonomous execution instructions.
  • Frame outputs as context for decision support and user-approved actions.

Input Contract

Interpret each user request into this query plan:

  1. objective: thesis_support, counter_thesis, catalyst_scan, sentiment_shift, coverage_check
  2. scope:
    • tickers: list of uppercase ticker symbols
    • time window: since and until in ISO datetime format
    • source_types: optional list
  3. signal filters:
    • min_relevance: 0..1
    • min_abs_impact: 0..10
    • sentiment: positive | negative | neutral
    • include_reasoning: true when the user asks why
  4. retrieval:
    • limit (default 50)
    • sort mode: date | abs_impact | relevance

If ticker or time window is missing for an investment query, ask one concise clarification.

Query Defaults

  • Default content limit: 50 unless user asks otherwise.
  • Apply ticker filters whenever the user names tickers.
  • For larger pulls, continue pagination while next_cursor is present.
  • For signal-heavy tasks, start with min_relevance >= 0.6 and min_abs_impact >= 5.

Data Shape

See response contracts for canonical payload examples.

Decision Workflow

  1. Validate connectivity once per session with health_check.
  2. Use search_content for broad discovery pulls.
  3. Use get_ticker_content for signal-ranked ticker analysis.
  4. Use get_content_ticker_signals for per-item attribution detail.
  5. Use get_ticker_detail with include_signal_stats=true for summary context.
  6. Use list_sources when visibility or source scope is ambiguous.
  7. Use get_usage for rate-limit troubleshooting.

Output Contract

Return structured investment output with:

  1. key_findings: 3 to 7 concise bullets
  2. thesis_view: one short paragraph
  3. supporting_evidence: list of {content_id, ticker, impact_score, relevance_score}
  4. contrary_evidence: same schema as supporting_evidence
  5. catalysts: list
  6. risks: list
  7. tool_trace:
    • tools used
    • filters applied
    • time window
    • pagination coverage

If results are empty, return "no qualifying records" and suggest exactly which filter to relax first.

Billing Troubleshooting

  • If health_check returns a 402 error, check token-owner subscription entitlement first (user-level access), then confirm OAuth token scope includes read:investment-intelligence.
  • Use get_usage after a successful health check to verify rate-limit posture for the current OAuth principal.

References

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

primary-logic-external-api

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

vercel-composition-patterns

React composition patterns that scale. Use when refactoring components with boolean prop proliferation, building flexible component libraries, or designing reusable APIs. Triggers on tasks involving compound components, render props, context providers, or component architecture. Includes React 19 API changes.

Repository Source
86.1K23Kvercel
Automation

vercel-react-native-skills

React Native and Expo best practices for building performant mobile apps. Use when building React Native components, optimizing list performance, implementing animations, or working with native modules. Triggers on tasks involving React Native, Expo, mobile performance, or native platform APIs.

Repository Source
60.4K23Kvercel
Automation

supabase-postgres-best-practices

Postgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.

Repository Source
35.2K1.6Ksupabase